embassy/examples/nrf
bors[bot] fee0aef076
Merge #696
696: Add async Mutex. r=Dirbaio a=Dirbaio

What it says on the tin :) 

It allows sharing data between tasks when you want to `.await` stuff while holding it locked.

Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
2022-04-06 10:20:43 +00:00
..
.cargo Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
src/bin Merge #696 2022-04-06 10:20:43 +00:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00