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

* initial systimer impl * Add systimer example * Make Alarms real singletons * Remove runtime Option, turn into compile error * Make Systimer::now() not take self * refactor shared alarm methods * Implement esp32c3 delay with monotonic SystemTimer::now() * Add extend systimer support to esp32s3 and add example * systimer: esp32s2 support