embassy/examples/stm32f4
Dario Nieuwenhuis b27feb0619 executor: fix unsoundness in InterruptExecutor::start.
The initial closure is not actually called in the interrupt, so this is
illegally sending non-Send futures to the interrupt.

Remove the closure, and return a SendSpawner instead.
2022-04-25 22:09:04 +02:00
..
.cargo Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
src/bin executor: fix unsoundness in InterruptExecutor::start. 2022-04-25 22:09:04 +02: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