diff options
| author | Angus Gratton <angus@redyak.com.au> | 2025-03-04 12:30:10 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-03-13 11:33:10 +1100 |
| commit | 4d65b4e26119ab19de362174ec62cc3ea68a836a (patch) | |
| tree | e0ee00375a737a3a4ed7d63b87bf932425f2bae9 /ports/esp32/esp32_common.cmake | |
| parent | 4b1c666c28ef9adb5a9b5156624bccd6a3d129b6 (diff) | |
esp32: Remove the ESP32 ringbuffer linker workaround.
Reverts workaround added in acbdbcd9.
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 6e5d8d009.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'ports/esp32/esp32_common.cmake')
| -rw-r--r-- | ports/esp32/esp32_common.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/esp32/esp32_common.cmake b/ports/esp32/esp32_common.cmake index 09952363d..6473f04a5 100644 --- a/ports/esp32/esp32_common.cmake +++ b/ports/esp32/esp32_common.cmake @@ -193,8 +193,6 @@ list(APPEND IDF_COMPONENTS # Provide the default LD fragment if not set if (MICROPY_USER_LDFRAGMENTS) set(MICROPY_LDFRAGMENTS ${MICROPY_USER_LDFRAGMENTS}) -else() - set(MICROPY_LDFRAGMENTS linker_esp32.lf) endif() # Register the main IDF component. |
