mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 04:41:02 +00:00

* Upgrade to e-hal 1.0-rc1 * e-hal is no longer alpha * Fix for ESP IDF < 5 * Unite all delay impls in a single module * Model delays between transactions * SPI: Make queueing it a bit more readable * SPI: Plug delays * Shorten the threshold for the Delay provider * Clippy * Fix the examples * SPI: Detect last transaction in the presence of delays * SPI: Introduce CsPin * SPI: Introduce CsPin * SPI: Mark delays with TODO * Clippy * SPI: Rename CsPin to CsCtl * Transfer_transaction not necessary