File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 143
143
[submodule "ports/espressif/esp-idf "]
144
144
path = ports/espressif/esp-idf
145
145
url = https://github.com/adafruit/esp-idf.git
146
- branch = circuitpython-v5.3.1
146
+ branch = circuitpython-v5.3.2
147
147
[submodule "ports/espressif/esp-protocols "]
148
148
path = ports/espressif/esp-protocols
149
149
url = https://github.com/adafruit/esp-protocols.git
Original file line number Diff line number Diff line change @@ -261,7 +261,8 @@ LDFLAGS += \
261
261
-Tesp32c3.rom.newlib.ld \
262
262
-Tesp32c3.rom.newlib-time.ld \
263
263
-Tesp32c3.rom.version.ld \
264
- -Tesp32c3.rom.eco3.ld
264
+ -Tesp32c3.rom.eco3.ld \
265
+ -Tesp32s3.rom.bt_funcs.ld
265
266
266
267
CHIP_COMPONENTS = \
267
268
esp_driver_tsens
@@ -317,7 +318,8 @@ LDFLAGS += \
317
318
-Tesp32s3.rom.newlib.ld \
318
319
-Tesp32s3.rom.version.ld \
319
320
-Tesp32s3.rom.systimer.ld \
320
- -Tesp32s3.rom.wdt.ld
321
+ -Tesp32s3.rom.wdt.ld \
322
+ -Tesp32s3.rom.bt_funcs.ld
321
323
322
324
CHIP_COMPONENTS = \
323
325
esp_driver_tsens
You can’t perform that action at this time.
0 commit comments