Skip to content

Commit ec0f25d

Browse files
committed
fix ci with kl25z
1 parent bbe550e commit ec0f25d

File tree

2 files changed

+3
-1
lines changed
  • examples/device/net_lwip_webserver
  • hw/bsp/kinetis_kl/boards/frdm_kl25z

2 files changed

+3
-1
lines changed

examples/device/net_lwip_webserver/skip.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ mcu:MKL25ZXX
88
family:broadcom_64bit
99
family:broadcom_32bit
1010
board:curiosity_nano
11+
board:frdm_kl25z

hw/bsp/kinetis_kl/boards/frdm_kl25z/board.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ MCU = MKL25Z4
22

33
CFLAGS += \
44
-DCPU_MKL25Z128VLK4 \
5-
-DCFG_EXAMPLE_VIDEO_READONLY
5+
-DCFG_EXAMPLE_VIDEO_READONLY \
6+
-DCFG_EXAMPLE_MSC_READONLY
67

78
# mcu driver cause following warnings
89
CFLAGS += -Wno-error=unused-parameter -Wno-error=format -Wno-error=redundant-decls

0 commit comments

Comments
 (0)