Skip to content

Commit 832edd2

Browse files
committed
try to fix linking errors
1 parent 908ee03 commit 832edd2

Some content is hidden

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

70 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ set(includedirs
146146
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS})
147147
set(priv_includes cores/esp32/libb64)
148148
set(requires spi_flash mbedtls mdns esp_adc_cal)
149-
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt main)
149+
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt tinyusb main)
150150

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

tools/sdk/esp32s2/ld/esp32s2.project.ld

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libasio.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcbor.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcoap.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libconsole.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libcxx.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)