embassy/examples
huntc 482389a691 Own the sequence buffer
This approach owns the sequence buffers which, while introducing an extra move, it eliminates the need to guard the lifetime of the sequence buffer. Given ownership, the buffer will be retained until the PWM sequence task is stopped.
2022-01-29 18:01:06 +11:00
..
nrf Own the sequence buffer 2022-01-29 18:01:06 +11:00
rp Update rust-toolchain 2021-12-16 11:34:20 +01:00
std Do not use exported Result to mitigate problems with clap. 2021-12-08 22:19:13 +01:00
stm32f0 stm32: add time-driver-any cargo feature that automatically picks one available timer. 2022-01-24 00:24:53 +01:00
stm32f1 stm32: add time-driver-any cargo feature that automatically picks one available timer. 2022-01-24 00:24:53 +01:00
stm32f3 Support unstable-trait feature for stm32 2022-01-26 22:39:06 +01:00
stm32f4 stm32: add time-driver-any cargo feature that automatically picks one available timer. 2022-01-24 00:24:53 +01:00
stm32f7 stm32: add time-driver-any cargo feature that automatically picks one available timer. 2022-01-24 00:24:53 +01:00
stm32g0 stm32: add time-driver-any cargo feature that automatically picks one available timer. 2022-01-24 00:24:53 +01:00
stm32g4 stm32: add time-driver-any cargo feature that automatically picks one available timer. 2022-01-24 00:24:53 +01:00
stm32h7 Support unstable-trait feature for stm32 2022-01-26 22:39:06 +01:00
stm32l0 Support unstable-trait feature for stm32 2022-01-26 22:39:06 +01:00
stm32l1 stm32: add time-driver-any cargo feature that automatically picks one available timer. 2022-01-24 00:24:53 +01:00
stm32l4 Support unstable-trait feature for stm32 2022-01-26 22:39:06 +01:00
stm32u5 examples: remove unused deps. 2021-11-29 02:07:48 +01:00
stm32wb55 stm32: add time-driver-any cargo feature that automatically picks one available timer. 2022-01-24 00:24:53 +01:00
stm32wl55 stm32: add time-driver-any cargo feature that automatically picks one available timer. 2022-01-24 00:24:53 +01:00
wasm Update versions of critical-section and atomic-polyfill 2021-11-02 18:52:03 +01:00