Björn Quentin
13acedf69a
ESP32: Initial PSRAM Support ( #506 )
...
* ESP32: Initial PSRAM Support
* Update CHANGELOG, fmt
2023-05-04 12:21:24 +01:00
bjoernQ
01f35245f8
Fix 802.15.4 clock enabling (ESP32-C6)
2023-03-28 13:41:21 +02:00
Juraj Sadel
0244c6d6fc
Feature/reset functionalities ( #452 )
...
* 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>
2023-03-24 20:37:24 +01:00
Jesse Braham
832f9ef4d4
Refactor the clock module, provide ROM functions via linker scripts ( #353 )
...
* Refactor `clock` and `clocks_ll` into a common module
* Add a ROM function linker script to each HAL and provide some functions
* Use the provided ROM functions instead of transmuting addresses
* Fix CI workflow for ESP32-S2
2023-01-23 07:12:33 -08:00