mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 14:44:42 +00:00

* add `software_reset`, `software_reset_cpu` and `rtc_get_wakeup_cause` * Add SOC wakeup symbols * Add SleepSource and WakeupReason enums and get_wakeup_cause() function * Add other SOC wakeups * fixups and fmt * address review comments * Update symbols in WakeupReason enum * fmt --------- Co-authored-by: Anthony Grondin <104731965+AnthonyGrondin@users.noreply.github.com>
9 lines
341 B
Plaintext
9 lines
341 B
Plaintext
PROVIDE(ets_delay_us = 0x4000d888);
|
|
PROVIDE(ets_update_cpu_frequency_rom = 0x4000d8a4);
|
|
PROVIDE(rom_i2c_writeReg = 0x4000a9a8);
|
|
PROVIDE(rom_i2c_writeReg_Mask = 0x4000aa00);
|
|
PROVIDE(rtc_get_reset_reason = 0x4000ff58);
|
|
PROVIDE(rtc_get_wakeup_cause = 0x4000ff7c);
|
|
PROVIDE(software_reset = 0x40010068);
|
|
PROVIDE(software_reset_cpu = 0x40010080);
|