embassy/embassy-stm32/src
2023-06-17 10:50:06 -05:00
..
adc Change ADC1 to ADC 2023-04-05 16:52:32 -05:00
can
crc
dma Remove embassy-cortex-m crate, move stuff to embassy-hal-common. 2023-06-09 16:44:20 +02:00
eth Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
flash Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
i2c Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
pwm Fix tests. 2023-05-29 19:46:28 +02:00
qspi stm32/dma: refactor. 2023-04-18 16:37:35 +02:00
rcc Rename to follow ref manual and CubeIDE 2023-06-08 20:46:48 -04:00
rtc stm32/rtc: fix build failure in some L4s 2023-05-31 20:03:52 +02:00
sdmmc Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
spi Merge #1340 #1474 2023-05-25 00:42:10 +00:00
timer Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
usart Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
usb Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
usb_otg Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
wdg stm32: Fix watchdog timeout computation 2023-05-22 14:22:27 +02:00
dac.rs
dcmi.rs Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
exti.rs Add rt feature to HALs, cfg out interrupt handling when not set. 2023-06-08 18:57:03 +02:00
fmc.rs stm32: fix fmc-related build failures on some F4's 2023-02-13 02:22:06 +01:00
fmt.rs
gpio.rs Replace Into<bool> for Level with From<Level> for bool 2023-06-05 01:37:56 +01:00
i2s.rs stm32/i2s: add module and example for f4 2023-05-03 18:17:57 -05:00
ipcc.rs stm32/ipcc: add clear debug 2023-06-17 10:50:06 -05:00
lib.rs fix merge conflict 2023-06-12 14:27:53 +01:00
rng.rs Add rt feature to HALs, cfg out interrupt handling when not set. 2023-06-08 18:57:03 +02:00
time.rs Make Hertz constructors const 2023-04-13 00:06:14 +02:00
time_driver.rs Add rt feature to HALs, cfg out interrupt handling when not set. 2023-06-08 18:57:03 +02:00
traits.rs stm32/dma: refactor. 2023-04-18 16:37:35 +02:00