embassy/examples/stm32f3
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 [examples] Add examples for STM32F3 2021-12-13 14:50:13 +05:30
src/bin executor: fix unsoundness in InterruptExecutor::start. 2022-04-25 22:09:04 +02:00
build.rs [examples] Add examples for STM32F3 2021-12-13 14:50:13 +05:30
Cargo.toml Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00