add s3 devkitm

This commit is contained in:
hathach
2021-12-20 23:54:28 +07:00
parent 693b6886b1
commit 2ab3988d9f
3 changed files with 50 additions and 10 deletions
@@ -0,0 +1,7 @@
# Apply board specific content here
target_include_directories(${COMPONENT_LIB} PRIVATE .)
target_compile_options(${COMPONENT_TARGET} PUBLIC
"-DCFG_TUSB_MCU=OPT_MCU_ESP32S3"
"-DCFG_TUSB_OS=OPT_OS_FREERTOS"
)