embassy/embassy-stm32/src
2022-01-14 12:50:58 +01:00
..
adc adc: Implement support for f1 ADC block 2021-12-30 10:51:54 +01:00
can Update stm32-data: rcc regs info comes from yamls now. 2021-11-29 02:28:02 +01:00
crc Pub use version-specific CRC symbols, not just the CRC struct. 2021-09-27 11:17:31 -07:00
dac stm32/dac: Fix disable_channel 2021-12-28 23:27:59 -05:00
dma stm32/dma: simplify impls a bit. 2021-12-08 03:30:07 +01:00
eth Add v1c ethernet driver for the STM32F7 family. 2021-11-10 10:16:46 +01:00
i2c Remove unneeded rustfmt::skip 2021-12-16 11:37:53 +01:00
pwm Add simple PWM, add PWM pin definitions also accessible from low-level API. 2022-01-13 16:05:54 +01:00
rcc Make RCC accessible using low-level API. 2022-01-13 16:12:45 +01:00
sdmmc Remove unneeded rustfmt::skip 2021-12-16 11:37:53 +01:00
spi Add the possibility to reconfigure Spi mode and bit order configuration on the fly. 2022-01-14 12:50:58 +01:00
subghz Add the possibility to reconfigure Spi mode and bit order configuration on the fly. 2022-01-14 12:50:58 +01:00
timer Add low level timer API. 2022-01-13 16:05:54 +01:00
usart Merge #545 2022-01-03 14:17:21 +00:00
dcmi.rs Lower some verbose logs to trace. 2021-12-23 13:43:14 +01:00
exti.rs Fix missing lifetime bounds 2021-11-21 10:10:28 +00: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 Make exti an optional feature 2022-01-12 14:28:10 +01:00
interrupt.rs Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
lib.rs Add low level timer API. 2022-01-13 16:05:54 +01:00
rng.rs Remove unneeded rustfmt::skip 2021-12-16 11:37:53 +01:00
time_driver.rs Downcast timer to GP16 for time drivers. 2021-12-02 18:07:05 +01:00
time.rs More work on H7 RCC 2021-05-21 20:13:39 -03:00