Question
fatal error: FreeRTOS.h: No such file or directory
I create a new stm32 project, check X-CUBE-FREEROS in Middleware. Then I could include FreeRTOS.h to main.c.
But if I create a stm32 cmake project. Since no xxx.ioc, I cannot choose X-CUBE-FREEROS. When building my C source, the compiler will show "fatal error: FreeRTOS.h: No such file or directory".
May I please know how I could resolve this?
Thanks
