
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
9 lines
271 B
CMake
9 lines
271 B
CMake
set(component_srcs "src/led_strip_rmt_ws2812.c")
|
|
|
|
idf_component_register(SRCS "${component_srcs}"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_INCLUDE_DIRS ""
|
|
PRIV_REQUIRES "driver"
|
|
REQUIRES "")
|
|
|