mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00

* Use #[instability::unstable] where possible, cleanup and improve consistency * De-duplicate marking SpiDma as unstable * Remove #[unstable] from private structs, functions and inherent impl blocks, address review comments * Don't mark uWrite as unstable * API guidelines entry * mark uWrite unstable again * Make SetConfig and InterruptConfigurable consistent and add inherent set_interrupt_handler functions vol.2 * warnings