summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorkkitayam <[email protected]>2021-10-09 19:51:51 +0900
committerkkitayam <[email protected]>2021-10-09 19:51:51 +0900
commita3a18c9ed33a4d6f2027dc46ab32c62314d1abef (patch)
tree2e6c8a6b4e2d97169691397d8660e347099d12c6 /hw
parenta1788da4105b762e919dee0e1f2141288751e7b8 (diff)
Change the video image to scrolling color bars.
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/frdm_kl25z/board.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/bsp/frdm_kl25z/board.mk b/hw/bsp/frdm_kl25z/board.mk
index bc9240e55..15bd50eda 100644
--- a/hw/bsp/frdm_kl25z/board.mk
+++ b/hw/bsp/frdm_kl25z/board.mk
@@ -6,7 +6,8 @@ CFLAGS += \
-mabi=aapcs \
-mcpu=cortex-m0plus \
-DCPU_MKL25Z128VLK4 \
- -DCFG_TUSB_MCU=OPT_MCU_MKL25ZXX
+ -DCFG_TUSB_MCU=OPT_MCU_MKL25ZXX \
+ -DCFG_EXAMPLE_VIDEO_READONLY
LDFLAGS += \
-Wl,--defsym,__stack_size__=0x400 \