esp-hal/esp-hal-embassy/src
Dániel Buga 447411fb58
Rework hal initialization (#1970)
* Rework hal initialization

* Turn sw interrupt control into a virtual peripheral

* Return a tuple instead of a named struct

* Fix docs

* Remove SystemClockControl

* Move software interrupts under interrupt

* Re-document what's left in system

* Update time docs

* Update sw int docs

* Introduce Config

* Fix tests

* Remove redundant inits

* Doc

* Clean up examples&tests

* Update tests

* Add changelog entry

* Start migration guide

* Restore some convenience-imports

* Remove Config from prelude
2024-09-02 13:38:46 +00:00
..
executor Rework hal initialization (#1970) 2024-09-02 13:38:46 +00:00
fmt.rs Extract embassy support into esp-hal-embassy package (#1595) 2024-06-03 11:27:20 +00:00
lib.rs Implement timer conversion for some arrays (#2012) 2024-08-28 09:54:58 +00:00
time_driver.rs Fix an infinite loop in interrupt executors (#1936) 2024-08-13 12:51:26 +00:00