embassy/examples/stm32h7/src/bin
Dario Nieuwenhuis 27a1b0ea73 Simpler Channel.
- Allow initializing in a static, without Forever.
- Remove ability to close, since in embedded enviromnents channels usually live forever and don't get closed.
- Remove MPSC restriction, it's MPMC now. Rename "mpsc" to "channel".
- `Sender` and `Receiver` are still available if you want to enforce a piece of code only has send/receive access, but are optional: you can send/receive directly into the Channel if you want.
2022-04-06 01:34:08 +02:00
..
blinky.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
button_exti.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
camera.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
dac.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
eth.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
fmc.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
low_level_timer_api.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
mco.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
pwm.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
rng.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
sdmmc.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
spi_dma.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
spi.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
usart_split.rs Simpler Channel. 2022-04-06 01:34:08 +02:00
usart.rs Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00