embassy/examples/stm32f3/src/bin
huntc 99d19c7dcf Rename channel to mpmc
I've renamed the channel module for the MPMC as mpmc. There was a previous debate about this, but I feel that the strategy here avoids importing `channel::channel`. The change leaves `signal::Signal`, but I think that's ok. It is all a bit subjective of course. The bottom line for me is that I really like the term mpmc - it means something to me and aligns with broader naming e.g. in Tokio.
2022-06-12 15:16:56 +10:00
..
blinky.rs Add support for F3 flash 2022-05-06 21:57:15 +02:00
button.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
button_events.rs Rename channel to mpmc 2022-06-12 15:16:56 +10:00
button_exti.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
flash.rs Add support for F3 flash 2022-05-06 21:57:15 +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
usb_serial.rs stm32: add USB driver. 2022-06-07 03:29:00 +02:00