threadx
threadx copied to clipboard
add wrapper for cmsis os2
cmsis os2 is very common, better to add wrapper for it to reduce the migration from other RTOS to ThreadX.
If you are using STM32, you can refer to their implementation in x-cube-l4/f4/h7, https://github.com/STMicroelectronics/x-cube-azrtos-f4/blob/main/Middlewares/ST/cmsis_rtos_threadx/cmsis_os2.c
CMSIS OS2 wrapper is not on our roadmap, but the file that @xiongyu0523 linked is a very good implementation!