embassy/embassy-stm32/src
2021-07-23 13:22:39 -04:00
..
adc stm32/adc: simplify delay handling 2021-07-05 03:18:23 +02:00
dac Cargo fmt 2021-06-08 17:20:29 +02:00
dbgmcu Add a Dbgmcu struct capable of enabling all relevant DBGMCU.cr fields. 2021-07-22 14:18:48 -04:00
dma The async move portion of @thalesfragoso's i2c PR. 2021-07-20 11:38:16 -04:00
eth eth-v2: Get hclk frequency from clock singleton 2021-06-16 16:48:35 +02:00
exti Separate exti into v1 and v2 2021-06-24 20:28:06 -03:00
i2c Update stm32-data 2021-07-14 23:39:50 -03:00
pwr stm32/pwr: add initial H7 SMPS support 2021-07-16 01:17:45 +02:00
rcc stm32: Allow for RccPeripheral without reset field 2021-07-15 13:25:51 -03:00
sdmmc fmt: make all macros macro_rules so scoping is consistent. 2021-06-07 00:16:39 +02:00
spi Annotate to avoid unused warnings for the moment. 2021-07-23 13:22:39 -04:00
usart stm32/dma: add MuxChannel trait to distinguish DMAMUX1 and DMAMUX2 channels. 2021-07-17 07:54:16 +02:00
clock.rs Provide a way for a peripheral to query its clock frequency 2021-06-14 11:33:11 +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 Add a single-column variant to gpio_rcc! macro table 2021-07-23 11:32:20 -04:00
interrupt.rs Add stm32-metapac crate, with codegen in rust 2021-05-31 02:40:58 +02:00
lib.rs Auto-enable all GPIOs during init(). 2021-07-23 11:32:19 -04:00
rng.rs Enable clock for RNG 2021-06-09 13:54:53 +02:00
time.rs More work on H7 RCC 2021-05-21 20:13:39 -03:00