merge s2 and s3, update cmake for espressif, add tinyusb_src as component

This commit is contained in:
hathach
2023-03-30 00:31:26 +07:00
parent 99315bcca3
commit 96718b7ca0
45 changed files with 114 additions and 651 deletions

View File

@@ -16,7 +16,6 @@ project(${PROJECT})
family_initialize_project(${PROJECT} ${CMAKE_CURRENT_LIST_DIR})
# Check for -DFAMILY=
if(FAMILY MATCHES "^esp32s[2-3]")
else()
if(NOT FAMILY STREQUAL "espressif")
message(FATAL_ERROR "Invalid FAMILY specified: ${FAMILY}")
endif()