
add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted
7 lines
264 B
CMake
7 lines
264 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
|
|
# Add example src and bsp directories
|
|
set(EXTRA_COMPONENT_DIRS "src" "${TOP}/hw/bsp/esp32sx/boards" "${TOP}/hw/bsp/esp32sx/components")
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
set(SUPPORTED_TARGETS esp32s2 esp32s3)
|