embassy/embassy-nrf
huntc 469852c667 Removed unsafe from uarte
The constructors themselves are not strictly unsafe. Interactions with DMA can be generally unsafe if a future is dropped, but that's a separate issue. It is important that we use the `unsafe` keyword diligently as it can lead to confusion otherwise.
2021-12-01 09:14:24 +11:00
..
src Removed unsafe from uarte 2021-12-01 09:14:24 +11:00
Cargo.toml Update to defmt 3.0ish. 2021-11-15 11:09:08 -05:00