threadx icon indicating copy to clipboard operation
threadx copied to clipboard

add wrapper for cmsis os2

Open leichunyang opened this issue 4 years ago • 1 comments

cmsis os2 is very common, better to add wrapper for it to reduce the migration from other RTOS to ThreadX.

leichunyang avatar Oct 08 '21 05:10 leichunyang

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

xiongyu0523 avatar Oct 21 '21 09:10 xiongyu0523

CMSIS OS2 wrapper is not on our roadmap, but the file that @xiongyu0523 linked is a very good implementation!

goldscott avatar Oct 28 '22 15:10 goldscott