* 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 |
||
|---|---|---|
| .. | ||
| aes.rs | ||
| gpio.rs | ||
| spi_full_duplex.rs | ||
| uart.rs | ||