embassy/embassy-stm32/src
2023-11-24 23:55:45 +01:00
..
adc enable clock first 2023-10-12 11:04:44 +02:00
can Format 2023-11-21 15:40:07 +01:00
crc enable clock first 2023-10-12 11:04:44 +02:00
dac rcc: ahb/apb -> hclk/pclk 2023-10-15 19:51:35 -05:00
dma stm32/gpdma: fix drop() to use RM's method for aborting transfer 2023-11-13 16:41:09 +00:00
eth stm32: resolve eth/v2 security bug 2023-11-07 15:39:06 -06:00
flash stm32: Remove unneeded unsafe 2023-10-24 07:44:04 +02:00
hrtim enable clock first 2023-10-12 11:04:44 +02:00
i2c stm32/i2c: add async, dual interrupt scaffolding. 2023-11-24 23:55:45 +01:00
qspi enable clock first 2023-10-12 11:04:44 +02:00
rcc PR feedback 2023-11-19 15:56:34 -08:00
rtc rustfmt 2023-11-08 19:06:29 -06:00
sai stm32/sai: fix build on chips with only SAI4 (like stm32h725re), improve sync config. 2023-11-19 22:06:05 +01:00
sdmmc stm32: update metapac 2023-10-20 20:21:53 -05:00
spi make set_config concrete methods public again 2023-10-12 23:03:33 +01:00
timer Merge branch 'master' into center-align 2023-10-20 14:17:55 +02:00
usart stm32: fix uart parity, add comment why it is so 2023-10-24 15:57:03 +03:00
usb enable clock first 2023-10-12 11:04:44 +02:00
usb_otg stm32/otg: fix enumeration on non-f4 chips. 2023-11-06 04:13:06 +01:00
wdg embassy-stm32: Misc clippy fixes 2023-08-06 15:00:39 -05:00
dcmi.rs enable clock first 2023-10-12 11:04:44 +02:00
exti.rs stm32: Don't try handle EXTI inputs above 16 2023-11-01 05:23:34 +01:00
fmc.rs Add raw fmc access implementation 2023-10-28 13:50:02 +02:00
fmt.rs Sync all fmt.rs files. 2023-08-30 01:37:18 +02:00
gpio.rs stm32/gpio: make port G work on U5. 2023-10-23 18:12:31 +02:00
i2s.rs rcc: update pll clock naming 2023-10-15 15:10:42 -05:00
ipcc.rs stm32/rcc: merge wl into l4/l5. 2023-10-23 00:31:36 +02:00
lib.rs stm32: compute stop mode and workaround rtt test bug 2023-11-04 13:49:54 -05:00
low_power.rs Merge branch 'main' of github.com:embassy-rs/embassy into low-power 2023-11-04 13:51:11 -05:00
opamp.rs STM32 opamp: use impl Peripheral instead of directly taking pins 2023-11-20 21:35:05 +00:00
rng.rs stm32/rng: add test. 2023-10-16 05:35:29 +02:00
time_driver.rs stm32: Add some documentation to low_power 2023-10-30 14:36:08 -04:00
time.rs stm32/rcc: use more PLL etc enums from PAC. 2023-10-11 00:12:33 +02:00
traits.rs stm32/dma: refactor. 2023-04-18 16:37:35 +02:00