mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 06:40:47 +00:00

* Move some linker scripts into `esp-hal-common` and update the build script * Move `EspDefaultHandler` and `DefaultHandler` definitions into `esp-hal-common` * Re-export everything from `esp-hal-common` * Add a couple cfg symbols, cleanup/organize some exports/modules
7 lines
276 B
Plaintext
7 lines
276 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);
|
|
PROVIDE( rom_config_instruction_cache_mode = 0x40001a1c );
|