Skip to content

Commit b39aca4

Browse files
committed
Pull latest IDF and enable TinyUSB
1 parent 9b26012 commit b39aca4

File tree

290 files changed

+22627
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+22627
-177
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ set(includedirs
148148
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS})
149149
set(priv_includes cores/esp32/libb64)
150150
set(requires spi_flash mbedtls mdns esp_adc_cal)
151-
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt main)
151+
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt tinyusb main)
152152

153153
idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires})
154154

0 commit comments

Comments
 (0)