esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.
Apache License 2.0
192 stars 28 forks source link

Extensions to clock control #34

Closed arjanmels closed 4 years ago

arjanmels commented 4 years ago

Added support for reading the RTC clock. Aligned to latest xtensa_lx6 version (assume 0.2.0). Refactored Code a bit. Added core file to .gitignore (core file sometimes created by accident).

arjanmels commented 4 years ago

This is included as part of #31