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 143143[submodule "ports/espressif/esp-idf "]
144144 path = ports/espressif/esp-idf
145145 url = https://github.com/adafruit/esp-idf.git
146- branch = circuitpython-v5.3.1
146+ branch = circuitpython-v5.3.2
147147[submodule "ports/espressif/esp-protocols "]
148148 path = ports/espressif/esp-protocols
149149 url = https://github.com/adafruit/esp-protocols.git
Original file line number Diff line number Diff line change @@ -261,7 +261,8 @@ LDFLAGS += \
261261 -Tesp32c3.rom.newlib.ld \
262262 -Tesp32c3.rom.newlib-time.ld \
263263 -Tesp32c3.rom.version.ld \
264- -Tesp32c3.rom.eco3.ld
264+ -Tesp32c3.rom.eco3.ld \
265+ -Tesp32s3.rom.bt_funcs.ld
265266
266267CHIP_COMPONENTS = \
267268 esp_driver_tsens
@@ -317,7 +318,8 @@ LDFLAGS += \
317318 -Tesp32s3.rom.newlib.ld \
318319 -Tesp32s3.rom.version.ld \
319320 -Tesp32s3.rom.systimer.ld \
320- -Tesp32s3.rom.wdt.ld
321+ -Tesp32s3.rom.wdt.ld \
322+ -Tesp32s3.rom.bt_funcs.ld
321323
322324CHIP_COMPONENTS = \
323325 esp_driver_tsens
You can’t perform that action at this time.
0 commit comments