embassy/examples/stm32l4/src/bin
Adam Greig c83552eadc
stm32: fix DAC examples
The DAC driver defaults to enabling the channel trigger, but leaves it
at the default value of TIM6 TRGO, then performs a software trigger
after writing the new output value. We could change the trigger
selection to software trigger, but for this example it's simpler to just
disable the trigger.
2023-07-22 12:57:49 +01:00
..
adc.rs stm32: update stm32-metapac. 2023-06-19 03:22:12 +02:00
blinky.rs Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
button_exti.rs Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
button.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
dac_dma.rs remove need for StaticCell in dac_dma example for stm32l4 2023-06-28 16:40:50 +02:00
dac.rs stm32: fix DAC examples 2023-07-22 12:57:49 +01:00
i2c_blocking_async.rs stm32: move to bind_interrupts 2023-05-24 17:29:56 -05:00
i2c_dma.rs stm32: move to bind_interrupts 2023-05-24 17:29:56 -05:00
i2c.rs stm32: move to bind_interrupts 2023-05-24 17:29:56 -05:00
mco.rs Add MCO support for L4 and F4 families 2023-04-03 16:41:25 +02:00
rng.rs Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
rtc.rs Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm32/rcc-rtc-l4 2023-07-03 19:33:26 +02:00
spi_blocking_async.rs Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
spi_dma.rs Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
spi.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
usart_dma.rs stm32: move to bind_interrupts 2023-05-24 17:29:56 -05:00
usart.rs stm32: move to bind_interrupts 2023-05-24 17:29:56 -05:00
usb_serial.rs stm32/otg: add VBUS detection. 2023-06-27 12:52:37 +02:00