embassy/examples/nrf/src
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
..
bin Removed unsafe from uarte 2021-12-01 09:14:24 +11:00
example_common.rs Move examples to a subdirectory 2021-06-02 01:32:19 +02:00