embassy/embassy-stm32/src
bors[bot] eb922c4655
Merge #608
608: stm32f4: add adc + example r=Dirbaio a=ain101

Example tested on stm32f407vg Discovery Board.
minimal adc: no vref, dma, complex sequence

Co-authored-by: Frederik <frederik@frederik.at>
2022-02-13 11:44:59 +00:00
..
adc fix build for stm32f410tb 2022-02-12 23:56:50 +01:00
can stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00
crc Add missing + 'd on unborrows. 2022-02-10 16:06:42 +01:00
dac stm32: Remove OptionalPin 2022-02-10 02:38:10 +01:00
dma stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00
eth stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00
fmc stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00
i2c stm32: add rust stable support 2022-02-12 02:45:52 +01:00
pwm stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00
rcc stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00
sdmmc stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00
spi stm32: add rust stable support 2022-02-12 02:45:52 +01:00
subghz stm32: Remove OptionalPin 2022-02-10 02:38:10 +01:00
timer Make advanced timer trait not require general purpose timer trait as the timers are too different. 2022-01-18 11:18:54 +01:00
usart stm32: add rust stable support 2022-02-12 02:45:52 +01:00
dcmi.rs stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00
exti.rs stm32: add rust stable support 2022-02-12 02:45:52 +01: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 stm32: remove unused sealed::OptionalPin 2022-02-12 01:34:09 +01:00
interrupt.rs stm32: change interrupt declarations from macrotables to build.rs. 2022-02-09 00:45:52 +01:00
lib.rs stm32: add rust stable support 2022-02-12 02:45:52 +01:00
rng.rs Add missing + 'd on unborrows. 2022-02-10 16:06:42 +01:00
time_driver.rs blocking_mutex: refactor to work on stable. No GATs, and can be constructed in const. 2022-02-12 01:16:31 +01:00
time.rs More work on H7 RCC 2021-05-21 20:13:39 -03:00
traits.rs stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00
usb_otg.rs stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them. 2022-02-10 21:38:03 +01:00