Jesse Braham
832f9ef4d4
Refactor the clock module, provide ROM functions via linker scripts ( #353 )
...
* Refactor `clock` and `clocks_ll` into a common module
* Add a ROM function linker script to each HAL and provide some functions
* Use the provided ROM functions instead of transmuting addresses
* Fix CI workflow for ESP32-S2
2023-01-23 07:12:33 -08:00
bjoernQ
2afa38b240
ESP32-S2: add wifi sections and fix linker script
2022-09-19 09:14:22 +02:00
bjoernQ
b9f59c436c
Rename RESERVE_DRAM to RESERVE_CACHES, revert change of reserved_for_boot_seg
2022-08-22 15:42:12 +02:00
Björn Quentin
520f8d6f41
Update esp32s2-hal/ld/link-esp32s2.x
...
Co-authored-by: Gustavo Henrique Nihei <38959758+gustavonihei@users.noreply.github.com>
2022-08-22 15:25:09 +02:00
Björn Quentin
92d618a8e5
Update esp32s2-hal/ld/memory.x
...
Co-authored-by: Gustavo Henrique Nihei <38959758+gustavonihei@users.noreply.github.com>
2022-08-22 15:25:04 +02:00
bjoernQ
468d4a90c5
Fix IRAM/DRAM overlap for ESP32-S2
2022-08-22 11:29:33 +02:00
Gustavo Henrique Nihei
a1c417c037
esp32-s2: Fix stack area overlapping with ROM data reserved region
...
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2022-08-19 21:28:50 +02:00
Gustavo Henrique Nihei
6e037b08ca
ESP32-S2: Fix broken reference in documentation
...
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2022-08-16 19:57:55 +02:00
bjoernQ
7b59c9e76d
Move linker scripts to sub-folders
2022-02-18 12:00:05 +01:00