embassy/examples
Jacob Rosenthal 67baec472d nrf: dump the pwm_sequence example for clarity
It is basically impossible to directly convert that example to a sequence for various reasons. You cant have multiple channels on same buffer with one sequence instance for starters, also at that clock rate and max_duty 1 period is far longer than the 3ms it was using, which would require using a new max_duty and thus require regenerating the sine table which makes it not representitive of the original example anymore
2021-11-11 23:31:10 -07:00
..
nrf nrf: dump the pwm_sequence example for clarity 2021-11-11 23:31:10 -07:00
rp Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
std Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
stm32f0 Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
stm32f1 Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
stm32f4 Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
stm32f7 Add v1c ethernet driver for the STM32F7 family. 2021-11-10 10:16:46 +01:00
stm32g0 Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
stm32h7 Add MCO peripheral. 2021-11-11 11:34:09 +01:00
stm32l0 Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
stm32l1 Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
stm32l4 Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
stm32u5 Update U5 to init RCC. 2021-11-08 14:20:51 -05:00
stm32wb55 Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
stm32wl55 Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
wasm Update versions of critical-section and atomic-polyfill 2021-11-02 18:52:03 +01:00