* Update `esp32-hal` examples * Update `esp32c2-hal` examples * Update `esp32c3-hal` examples * Update `esp32c6-hal` examples * Update `esp32h2-hal` examples * Update `esp32s2-hal` examples * Update `esp32s3-hal` examples * Fix the `ram.rs` examples
Co-authored-by: Hannah Kolbeck <hskolbeck@gmail.com>
* implement fetching the rtc timer value in miliseconds and mircroseconds * fmt cleanup * add rtc_time examples * get_time_raw/esp32: delay 1us between time update checks like esp-idf * cargo fmt