Commit Graph

6 Commits

Author SHA1 Message Date
hathach 7f7dca7b15
fix configENABLE_FPU=0 for cortex-m33+nodsp 2024-04-08 11:04:15 +07:00
hathach dd3db9cc0c
fix ra2a1 fpu with freertos 2024-04-06 00:18:51 +07:00
hathach 1a3f5f7a09
update FreeRTOSConfig.h
- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
2023-12-18 20:33:43 +07:00
hathach fbf64b122d
switch freertos to static allocation only (dynamic = 0), since it is possible now with latest freertos cmake 2023-11-16 22:12:38 +07:00
hathach 473f37df95
add osal queue name if needed
also mass change configQUEUE_REGISTRY_SIZE = 4
2023-08-03 12:05:21 +07:00
hathach 22fb66436d
update linker 2023-07-01 16:40:47 +07:00