embassy/embassy-stm32/src
bors[bot] 77c2b151c2
Merge #715
715: stm32/dac: Check proper channel r=Dirbaio a=michalsrb

Small fix. Otherwise it panics when trying to use channel 1 if channel 2 does not exist.

Co-authored-by: Michal Srb <michalsrb@gmail.com>
2022-04-12 20:57:36 +00:00
..
adc Add ADC support for H7 2022-04-12 22:25:00 +02:00
can [can] Typo fix: l7 -> f7 2022-03-05 09:46:06 +01:00
crc Add missing + 'd on unborrows. 2022-02-10 16:06:42 +01:00
dac stm32/dac: Check proper channel 2022-04-12 12:49:06 +02:00
dma Fix BDMA 2022-03-16 19:41:34 +02:00
eth Update rust nightly, embedded-hal 1.0, embedded-hal-async. 2022-03-11 00:38:07 +01:00
fmc stm32: move macrotables to embassy-stm32 build.rs 2022-02-26 03:23:09 +01:00
i2c Reset peripherals on enable 2022-03-18 00:46:46 +02:00
pwm stm32: Register access for timers now doesn't require self 2022-02-28 16:20:42 +01:00
rcc Add ADC support for H7 2022-04-12 22:25:00 +02:00
sdmmc More cleanup 2022-03-17 01:12:29 +02:00
spi SDIO working on stm32f4 2022-03-16 18:52:27 +02:00
subghz stm32: Remove OptionalPin 2022-02-10 02:38:10 +01:00
timer stm32: Register access for timers now doesn't require self 2022-02-28 16:20:42 +01:00
usart Reset peripherals on enable 2022-03-18 00:46:46 +02:00
dcmi.rs stm32: move macrotables to embassy-stm32 build.rs 2022-02-26 03:23:09 +01:00
exti.rs Add stm32wlexx support 2022-04-08 03:43:58 +02:00
fmt.rs fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. 2021-06-07 03:21:37 +02:00
gpio.rs Inline GPIO functions 2022-03-19 14:06:11 -04:00
interrupt.rs stm32: exclude spammy files from docs by prefixing with _. 2022-03-04 18:03:41 +01:00
lib.rs Reexport unborrow macro in HALs 2022-04-07 12:57:02 +02:00
rng.rs stm32: move macrotables to embassy-stm32 build.rs 2022-02-26 03:23:09 +01:00
time_driver.rs Fix STM32 timer interrupt bug 2022-03-30 00:27:33 +03:00
time.rs More work on H7 RCC 2021-05-21 20:13:39 -03:00
traits.rs stm32: move pin trait impls from macrotables to build.rs 2022-02-23 19:54:46 +01:00
usb_otg.rs stm32: move macrotables to embassy-stm32 build.rs 2022-02-26 03:23:09 +01:00