fix ci with kl25z

This commit is contained in:
hathach 2023-03-18 20:30:49 +07:00
parent bbe550efa0
commit ec0f25d095
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
2 changed files with 3 additions and 1 deletions

View File

@ -8,3 +8,4 @@ mcu:MKL25ZXX
family:broadcom_64bit
family:broadcom_32bit
board:curiosity_nano
board:frdm_kl25z

View File

@ -2,7 +2,8 @@ MCU = MKL25Z4
CFLAGS += \
-DCPU_MKL25Z128VLK4 \
-DCFG_EXAMPLE_VIDEO_READONLY
-DCFG_EXAMPLE_VIDEO_READONLY \
-DCFG_EXAMPLE_MSC_READONLY
# mcu driver cause following warnings
CFLAGS += -Wno-error=unused-parameter -Wno-error=format -Wno-error=redundant-decls