mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00

* Minimal architecture for split RCC. * Removed critical section. * Add all modem clock controllers and adjust esp-ieee802154. * Fixed incorrect cfg. * Fixed unstable attribute usage. * Replaced AtomicU8 with Cell<u8> * Reverted example channel back to 15 * Added unstable attribute to ModemClockController impls. * Remember to actually increase the ref count. * Experimentally removed RadioClockController * Merged ref counters and made decrease panic if zero is reached. * Removed RADIO_CLK peripheral. * Removed RADIO_CLK again. * Revert "Removed RADIO_CLK again." This reverts commit 6da2d2834850068aa21bc52b141de2cfd8154acc. * Removed RADIO_CLK without reformatting the files. * Applied changes to examples and hil-tests. * Fixed OS adapter for C2 and H2 * Adjusted docs and used unwrap! * Fixed comments. * Added changelog. * Fixed esp-wifi for esp32h2. * Changed comment for PHY_CLOCK_REF_COUNTER. * Fixed lint for esp32c2. * Update esp-hal/src/clock/mod.rs Co-authored-by: Dániel Buga <bugadani@gmail.com> * Update esp-hal/src/clock/mod.rs Co-authored-by: Dániel Buga <bugadani@gmail.com> * Removed unnecessary comments and made init_radio_clocks unstable. * Update esp-hal/src/clock/mod.rs Co-authored-by: Dániel Buga <bugadani@gmail.com> * Fixed lint. * Removed clocks_ll functions for chips that don't have those peripherals. * fmt * Changed modem clock controller stealing. * Added lifetime * fixed peripheral stealing again * Made modem_clock_controller not const. * Used type alias instead of function for peripheral stealing. * fmt * Adjusted remaining comments. * Added note about coex. * fmt * misc * Revert "misc" This reverts commit d8740421e0dff84af605160939e246f2308a48e1. * Regenerated esp metadata --------- Co-authored-by: Dániel Buga <bugadani@gmail.com>