8000 esp32: Remove the ESP32 ringbuffer linker workaround. · micropython/micropython@f0dfdce · GitHub
[go: up one dir, main page]

Skip to content

Commit f0dfdce

Browse files
committed
esp32: Remove the ESP32 ringbuffer linker workaround.
Reverts workaround added in acbdbcd. According to the linked ESP-IDF issue this was only a problem for ESP-IDF V5.0.x, and support for versions older than V5.2 was dropped in 6e5d8d0. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
1 parent 9cec276 commit f0dfdce

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

ports/esp32/esp32_common.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ list(APPEND IDF_COMPONENTS
193193
# Provide the default LD fragment if not set
194194
if (MICROPY_USER_LDFRAGMENTS)
195195
set(MICROPY_LDFRAGMENTS ${MICROPY_USER_LDFRAGMENTS})
196-
else()
197-
set(MICROPY_LDFRAGMENTS linker_esp32.lf)
198196
endif()
199197

200198
# Register the main IDF component.

ports/esp32/main/linker_esp32.lf

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0