Kirill Mikhailov
|
fdc1dbfa1d
|
Unify the low-power peripheral names (RTC_CNTL and LP_CLKRST to LPWR) (#1064)
* WIP
* Adjusting to changes in driver
* Adding CHANGELOG entry
|
2024-01-08 14:00:26 +00:00 |
|
Jesse Braham
|
82c579eb14
|
Clean up example imports (#1027)
* Don't import directly from `esp-hal-common` in examples
* Do no alias the HAL packages in examples
|
2023-12-14 15:56:04 +00:00 |
|
Jesse Braham
|
d12a3dbac5
|
Update all examples to remove unnecessary disabling of watchdogs (#768)
* 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
|
2023-08-31 07:17:12 -07:00 |
|
Dániel Buga
|
9f5e2b59de
|
ESP32-S3 deep sleep (#660)
* Add changelog entry
* Copy esp32 impl, update RtcSleepConfig
* implement apply
* extract rtc_sleep_pu
* Implement base_settings based on esp-idf rtc_init
* Hide CPU-specific sleep code
* Set base_settings when constructing Rtc
* Add s3 deep sleep defaults
* Implement finish_sleep
* Turn magic constant into enum
* Clear ext1 wakeup status
* Add wakeup source impls
* Add examples
|
2023-07-24 20:20:30 +01:00 |
|