-
-
Why are you storing registers of idle context? why not to store those registers just after ensuring it wasn't idle?
https://github.com/azure-rtos/threadx/blob/b216ceb25e2b6ae1ea83c1ae91d114a6fc2fc4ec…
-
Build fails on Ubuntu 18.04 with MiniGUI 4.0 (--enable-develmode --enable-ownpthread).
...
gcc -DPACKAGE_NAME=\"mg-tests\" -DPACKAGE_TARNAME=\"mg-tests\" -DPACKAGE_VERSION=\"4.0.5\" -DPACKAGE_STR…
-
**Describe the bug**
The RX65N architecture does not have the ULONG64 defined in its tx_port.h which causes compilation to fail on this line:
https://github.com/eclipse-threadx/netxduo/blob/master…
-
Conan has os == 'Arduino' type for bare metal compilation, however when generating a project with CMakeToolchain generator and a bare metal compiler cmake fails on compiler check stage.
```
-- Che…
-
For example here void * is used here:
https://github.com/azure-rtos/threadx/blob/8ff9910ddc089e7af91e4089b26f225aba5d7eb7/ports_module/cortex_a35/gnu/inc/tx_port.h#L214
I know that the module struct…
-
**Caution**
The Issues are strictly limited for the reporting of problem encountered with the software provided in this project.
For any other problem related to the STM32 product, the performance…
-
`rtcwake` and other suspend/standby/hibernate commands don't work because there are no modes available in `/sys/power/state`.
I read somewhere that this could be because the kernel wasn't compiled wi…
-
**Describe the bug**
tx_thread_context_save.s in the rxv3 port contains a nested comment, which causes a compiler warning (gcc for RX in this case, v8.3.0-202405.)
Specifically, line 97 contains a…
-
https://www.segger.com/products/debug-probes/j-trace/#gallery-6
https://www.segger.com/products/debug-probes/j-trace/#take-a-look-j-trace-media-videos
可以尝试用JLINK看是否可达到同样的效果