fix ci build

- nuc 121/125: add CFG_EXAMPLE_MSC_READONLY since it is not enough SRAM
to hold MSC disk
- nuc 126: drop i2c source files in compile list due to SDK driver
issue.
This commit is contained in:
hathach
2020-01-07 16:57:18 +07:00
parent 130250a2be
commit 8aef8d4b85
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ CFLAGS += \
-mcpu=cortex-m0 \
-D__ARM_FEATURE_DSP=0 \
-DUSE_ASSERT=0 \
-DCFG_EXAMPLE_MSC_READONLY \
-DCFG_TUSB_MCU=OPT_MCU_NUC121
# All source paths should be relative to the top level.