esp-hal/esp32c3-hal/ld
Scott Mabin 99ae152f55 Fix bss section placement in db mode
If bss contained anything a linker error was emitted about overlapping
sections. Moving the .bss section to after the .rwtext, and adding a dummy
section to pad data bus access to the bss section fixes this.
2022-08-09 23:51:28 +01:00
..
bl-esp32c3-memory.x Move linker scripts to sub-folders 2022-02-18 12:00:05 +01:00
bl-linkall.x Move linker scripts to sub-folders 2022-02-18 12:00:05 +01:00
bl-riscv-link.x Add linker script entries needed for wifi drivers on ESP32C3 2022-04-12 09:25:23 -07:00
db-esp32c3-link.x Move linker scripts to sub-folders 2022-02-18 12:00:05 +01:00
db-esp32c3-memory.x Move linker scripts to sub-folders 2022-02-18 12:00:05 +01:00
db-linkall.x Move linker scripts to sub-folders 2022-02-18 12:00:05 +01:00
db-riscv-link.x Fix bss section placement in db mode 2022-08-09 23:51:28 +01:00
hal-defaults.x RISCV vectored interrupts (#118) 2022-07-26 09:24:47 -07:00