ARM-software / CMSIS-FreeRTOS

FreeRTOS adaptation for CMSIS-RTOS Version 2
https://arm-software.github.io/CMSIS-FreeRTOS/
Other
520 stars 140 forks source link

NO cmsis_os2.h #8

Closed abcamus closed 6 years ago

abcamus commented 6 years ago

cannot find "cmsis_os2.h" that included in some source files

JonatanAntoni commented 6 years ago

Hi @abcamus,

CMSIS-FreeRTOS provides only the wrapper implementation of CMSIS-RTOS2 API for FreeRTOS. The CMSIS-RTOS2 API (cmsis_os2.h) itself is declared by CMSIS.

The header file you are looking for is here: https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS/RTOS2/Include/cmsis_os2.h.

Cheers, Jonatan

makingcl commented 1 year ago

I plan to use CMSIS-FreeRTOS. Aside from CMSIS-FreeRTOS and https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS/RTOS2/Include/cmsis_os2.h, are there any other files needed in order to use CMSIS-FreeRTOS in a project?