ESP32c6 align text.handler_execute same as C3

This commit is contained in:
Austin Lane
2026-01-02 10:15:14 -05:00
committed by Austin
parent aa506ce4ab
commit 14e9cb0fc3
3 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ monitor_filters = esp32_c3_exception_decoder
build_flags =
${esp32_common.build_flags}
; Linker script to align text.handler_execute section to 4 bytes
-Wl,-Tvariants/esp32c3/align-text.handler_execute-4.ld
-Wl,-Tsrc/platform/esp32/align-text.handler_execute-4.ld
custom_sdkconfig =
${esp32_common.custom_sdkconfig}

View File

@@ -4,6 +4,8 @@ custom_esp32_kind = esp32c6
build_flags =
${esp32_common.build_flags}
; Linker script to align text.handler_execute section to 4 bytes
-Wl,-Tsrc/platform/esp32/align-text.handler_execute-4.ld
; Exclude Paxcounter, it uses 'esp_vhci_host_send_packet' whch is not available on ESP32-C6
; https://github.com/espressif/arduino-esp32/issues/11716
-DMESHTASTIC_EXCLUDE_PAXCOUNTER