mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 22:55:26 +00:00

* 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
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
INCLUDE "esp32c3-link.x"
|
|
INCLUDE "hal-defaults.x"
|
|
INCLUDE "rom-functions.x"
|