* 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
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
PROVIDE(ets_delay_us = 0x40000600);
|
|
PROVIDE(ets_update_cpu_frequency_rom = 0x40043164);
|
|
PROVIDE(rom_i2c_writeReg = 0x40005d60);
|
|
PROVIDE(rom_i2c_writeReg_Mask = 0x40005d6c);
|
|
PROVIDE(rtc_get_reset_reason = 0x4000057c);
|