summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f4/FreeRTOSConfig
AgeCommit message (Collapse)Author
2023-12-18update FreeRTOSConfig.hhathach
- remove configAssert() - configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
2023-11-16switch freertos to static allocation only (dynamic = 0), since it is ↵hathach
possible now with latest freertos cmake
2023-08-04add cmake for all board in stm32f4. fix build, also move ci for f4 from ↵hathach
makefile to cmake
2023-07-04Add FreeRTOSConfig for family stm32f4Andrew Hooper