summaryrefslogtreecommitdiff
path: root/hw/bsp/ra/FreeRTOSConfig/FreeRTOSConfig.h
AgeCommit message (Collapse)Author
2024-04-08fix configENABLE_FPU=0 for cortex-m33+nodsphathach
2024-04-06fix ra2a1 fpu with freertoshathach
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-03add osal queue name if neededhathach
also mass change configQUEUE_REGISTRY_SIZE = 4
2023-07-01update linkerhathach