10000 try to fix linking errors · nmaitland/arduino-esp32@3d7f9d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d7f9d9

Browse files
committed
try to fix linking errors
1 parent dc3394d commit 3d7f9d9

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
@@ -145,7 +145,7 @@ set(includedirs
145145
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS})
146146
set(priv_includes cores/esp32/libb64)
147147
set(requires spi_flash mbedtls mdns esp_adc_cal)
148-
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt main)
148+
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt tinyusb main)
149149

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

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

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

tools/sdk/esp32s2/lib/libapp_trace.a

0 Bytes
Binary file not shown.

tools/sdk/esp32s2/lib/libapp_update.a

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)
0