summaryrefslogtreecommitdiff
path: root/hw/bsp/mcx/FreeRTOSConfig
AgeCommit message (Collapse)Author
2024-04-08fix configENABLE_FPU=0 for cortex-m33+nodsphathach
2024-02-20MCX A and MCX N merged to MCX familyJerry Palacios
2024-02-09mcx family renamed as mcxnJerry Palacios
MCXN and MCXA have different ARM Cortex M33 core, can't be on the same family
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-06-16fix build, update freertos config for cmakehathach
2023-05-26move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly ↵hathach
with make
2023-05-23Enhance chipidea (#2075)Ha Thach
* update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd