embassy/examples/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
..
.cargo Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
src Removed unsafe from uarte 2021-12-01 09:14:24 +11:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml Remove unused deps 2021-11-15 20:13:22 +01:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00