add tinyusb
This commit is contained in:
7
tinyusb/hw/bsp/esp32s3/family.cmake
Executable file
7
tinyusb/hw/bsp/esp32s3/family.cmake
Executable file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
# Add example src and bsp directories
|
||||
set(EXTRA_COMPONENT_DIRS "src" "${TOP}/hw/bsp/esp32s3/boards" "${TOP}/hw/bsp/esp32s3/components")
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
set(SUPPORTED_TARGETS esp32s3)
|
||||
set(FAMILY_MCUS ESP32S3)
|
||||
Reference in New Issue
Block a user