embassy/examples/stm32f4
Dario Nieuwenhuis db344c2bda
common/PeripheralMutex: remove unsafe API. (#802)
Following the project's decision that "leak unsafe" APIs are not marked as "unsafe",
update PeripheralMutex to accept non-'static state without unsafe.

Fixes #801
2022-06-09 21:28:13 +02:00
..
.cargo Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
src/bin common/PeripheralMutex: remove unsafe API. (#802) 2022-06-09 21:28:13 +02:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00