embassy/examples/stm32f3/src/bin
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
..
blinky.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
button_events.rs Simpler Channel. 2022-04-06 01:34:08 +02:00
button_exti.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
button.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
hello.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
multiprio.rs executor: fix unsoundness in InterruptExecutor::start. 2022-04-25 22:09:04 +02:00
spi_dma.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
usart_dma.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00