cmake esp32s2 and rp2040 getting along

This commit is contained in:
hathach
2021-01-24 00:12:20 +07:00
parent 469ca2f155
commit ffad6eaf80
5 changed files with 85 additions and 114 deletions

View File

@@ -1,3 +1,4 @@
# FAMILY = "esp32s2"
idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES freertos soc)