esp-hal/hil-test/tests
Scott Mabin d5e4995777
uart: allow driver to init as blocking or async (#1294)
* uart: allow driver to init as blocking or async

* adds a mode type param to Uart types
* remove #[interrupt] usage
* add constructor for blocking and async modes
* blocking constructor takes optional interrupt
* async chooses the correct handler to bind at runtime
* moves interrupt enable for uart into the driver

* changelog
2024-03-21 21:51:09 +00:00
..
aes.rs Add HIL testing (#1297) 2024-03-21 14:28:27 +00:00
gpio.rs Add HIL testing (#1297) 2024-03-21 14:28:27 +00:00
spi_full_duplex.rs Add HIL testing (#1297) 2024-03-21 14:28:27 +00:00
uart.rs uart: allow driver to init as blocking or async (#1294) 2024-03-21 21:51:09 +00:00