embassy/examples
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
..
boot fix build adding missing time-tick feature. 2022-05-31 23:53:42 +02:00
nrf Rename channel to mpmc 2022-06-12 15:16:56 +10:00
rp Update embedded-hal-async to 0.1.0-alpha.1 2022-05-29 22:34:08 +02:00
std WIP embassy-net v2 2022-05-25 19:56:22 +02:00
stm32f0 examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
stm32f1 stm32: add USB driver. 2022-06-07 03:29:00 +02:00
stm32f2 examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
stm32f3 Rename channel to mpmc 2022-06-12 15:16:56 +10:00
stm32f4 common/PeripheralMutex: remove unsafe API. (#802) 2022-06-09 21:28:13 +02:00
stm32f7 examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
stm32g0 examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
stm32g4 examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
stm32h7 Rename channel to mpmc 2022-06-12 15:16:56 +10:00
stm32l0 examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
stm32l1 examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
stm32l4 examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
stm32l5 Rename channel to mpmc 2022-06-12 15:16:56 +10:00
stm32u5 examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
stm32wb examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
stm32wl examples/stm32*, tests/stm32: specify time-tick-32768hz 2022-05-31 16:14:23 -05:00
wasm embassy, embassy-nrf: add nightly Cargo feature to gate nightly-only features. 2022-02-12 01:16:31 +01:00