diff options
| author | hathach <[email protected]> | 2021-01-24 00:12:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-24 00:22:23 +0700 |
| commit | ffad6eaf80900a858e22378e68de8b21b96c769e (patch) | |
| tree | 83b13e17c084b189bc2bc4c5e1cc6f99ab1db29d /examples/device/board_test/src | |
| parent | 469ca2f1559800f4b1eabc860336ff33ed118718 (diff) | |
cmake esp32s2 and rp2040 getting along
Diffstat (limited to 'examples/device/board_test/src')
| -rw-r--r-- | examples/device/board_test/src/CMakeLists.txt | 1 |
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) |
