eclipse-threadx / threadx

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/index.md
MIT License
2.83k stars 774 forks source link

threadx support stm32f051? #398

Open darcyliu2008 opened 2 weeks ago

darcyliu2008 commented 2 weeks ago

we dont't find cortex_m0 folder in ports_module; did threadx support cortex_m0; and how can we do?

darcyliu2008 commented 2 weeks ago

for gnu

xray-bit commented 2 weeks ago

threadx supports m0

https://github.com/eclipse-threadx/threadx/tree/master/ports/cortex_m0

but dynamic module not support m0

darcyliu2008 commented 2 weeks ago

thanks!

yes, i can't find supports in https://github.com/eclipse-threadx/threadx/tree/master/ports_module

if i need to support, how can i do?

darcyliu2008 commented 1 week ago

tx_misra.s assembly file for the port for the M0 kernel not find, but i find in m4 tx_misra.S;

darcyliu2008 commented 1 week ago

if tx_misra.s not need in M0?