fix cortex M7, M23, M33 freertos build

This commit is contained in:
hathach
2020-03-11 00:47:13 +07:00
parent 487b887f80
commit 6a1416d18a
11 changed files with 21 additions and 10 deletions
+2
View File
@@ -3,6 +3,8 @@ CFLAGS += \
-mthumb \
-mabi=aapcs \
-mcpu=cortex-m4 \
-mfloat-abi=hard \
-mfpu=fpv4-sp-d16 \
-nostdlib \
-DCORE_M4 \
-DCFG_TUSB_MCU=OPT_MCU_LPC43XX \