Stm32 FreeRTOS setup
Last updated
Last updated
Download FreeRTOS zip and extract all files
create new project in stm32
copy below listed files/folders to the project path
include , license , portable/GCC/arm-4f , all files inside FreeRTOS/
(inside portable copy compiler and compiler specific hardware files )
include Thirdparty/ folder to build
add thirdparty/freertos/include path to include "FreeRTOS.h" file dependency
create a file "FreeRTOS_config.h" refer