summaryrefslogtreecommitdiff
path: root/examples/device/board_test/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-24 00:12:20 +0700
committerhathach <[email protected]>2021-01-24 00:22:23 +0700
commitffad6eaf80900a858e22378e68de8b21b96c769e (patch)
tree83b13e17c084b189bc2bc4c5e1cc6f99ab1db29d /examples/device/board_test/src
parent469ca2f1559800f4b1eabc860336ff33ed118718 (diff)
cmake esp32s2 and rp2040 getting along
Diffstat (limited to 'examples/device/board_test/src')
-rw-r--r--examples/device/board_test/src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/board_test/src/CMakeLists.txt b/examples/device/board_test/src/CMakeLists.txt
index 29ae46a33..e59661069 100644
--- a/examples/device/board_test/src/CMakeLists.txt
+++ b/examples/device/board_test/src/CMakeLists.txt
@@ -1,3 +1,4 @@
+# FAMILY = "esp32s2"
idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES freertos soc)