esp32c3: added target component

This commit is contained in:
morris
2020-12-01 20:03:10 +08:00
parent 65aebef596
commit 8330b2541a
27 changed files with 2406 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
set(compile_options "-Wno-error=format="
"-nostartfiles"
"-Wno-format")
idf_build_set_property(COMPILE_OPTIONS "${compile_options}" APPEND)