summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorIngHK <[email protected]>2024-04-04 14:17:17 +0200
committerIngHK <[email protected]>2024-04-04 14:17:17 +0200
commitf00e698ae2a470d749331361ef0b031af96cdbd6 (patch)
treea4236e27551fb8d6a17b6e64d142ffd22ec92b6c /examples
parent0c5e14cdaa98b3d801fcaf05e3b6c941031a55b2 (diff)
parent5738757e2ca73ab003df5bfbf5ec7b60850ef88b (diff)
Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgrade
Diffstat (limited to 'examples')
-rw-r--r--examples/build_system/make/make.mk1
-rw-r--r--examples/host/cdc_msc_hid_freertos/skip.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/build_system/make/make.mk b/examples/build_system/make/make.mk
index e1113aa52..772befca4 100644
--- a/examples/build_system/make/make.mk
+++ b/examples/build_system/make/make.mk
@@ -113,6 +113,7 @@ CFLAGS += -DBOARD_$(BOARD_UPPER)
ifeq (${MAX3421_HOST},1)
SRC_C += src/portable/analog/max3421/hcd_max3421.c
CFLAGS += -DCFG_TUH_MAX3421=1
+ CMAKE_DEFSYM += -DMAX3421_HOST=1
endif
# Log level is mapped to TUSB DEBUG option
diff --git a/examples/host/cdc_msc_hid_freertos/skip.txt b/examples/host/cdc_msc_hid_freertos/skip.txt
new file mode 100644
index 000000000..2ba4438fd
--- /dev/null
+++ b/examples/host/cdc_msc_hid_freertos/skip.txt
@@ -0,0 +1 @@
+mcu:RP2040