summaryrefslogtreecommitdiff
path: root/hw/bsp/samd51/FreeRTOSConfig
AgeCommit message (Collapse)Author
2024-05-03rename to samd5x_e5xhathach
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-09-26tested cdc_msc_hid_freertos with samd51hathach
add -Wno-error=format for espressif wrap up cdc_msc_hid_freertos
2023-09-07add samd51 to cmakehathach