embassy/embassy-stm32/src
2022-08-17 19:01:56 +02:00
..
adc Make vref units explicit 2022-07-27 14:13:59 +03:00
can Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00
crc Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00
dma Split embassy crate into embassy-executor, embassy-util. 2022-07-29 23:40:36 +02:00
eth Split embassy crate into embassy-executor, embassy-util. 2022-07-29 23:40:36 +02:00
flash Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00
fmc Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00
i2c Make sda/scl pullups separate as in nRF HAL 2022-08-10 12:36:15 +03:00
pwm rename PwmPin::new_chX, update examples. 2022-07-23 16:16:29 +02:00
rcc stm32/rcc: fix unnecessary parentheses 2022-08-17 15:03:23 +02:00
sdmmc stm32/sdmmc: remove cast no longer allowed on latest nightly due to nonexhaustive enum. 2022-08-17 14:44:18 +02:00
spi Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00
subghz Split embassy crate into embassy-executor, embassy-util. 2022-07-29 23:40:36 +02:00
timer Revert "Make advanced timer trait not require general purpose timer trait as the timers are too different." 2022-07-12 15:11:57 +03:00
usart Split embassy crate into embassy-executor, embassy-util. 2022-07-29 23:40:36 +02:00
usb Split embassy crate into embassy-executor, embassy-util. 2022-07-29 23:40:36 +02:00
wdg Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00
dac.rs Use RccPeripheral for DAC and add a hackfix for H7 2022-08-04 03:31:47 +03:00
dcmi.rs Split embassy crate into embassy-executor, embassy-util. 2022-07-29 23:40:36 +02:00
exti.rs Split embassy crate into embassy-executor, embassy-util. 2022-07-29 23:40:36 +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 Implement I2C pullup configuration 2022-08-09 22:13:35 +03:00
interrupt.rs Update to critical-section 1.0, atomic-polyfill 1.0 2022-08-17 19:01:56 +02:00
lib.rs Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00
rng.rs Split embassy crate into embassy-executor, embassy-util. 2022-07-29 23:40:36 +02:00
time_driver.rs Split embassy crate into embassy-executor, embassy-util. 2022-07-29 23:40:36 +02:00
time.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
traits.rs stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. 2022-04-27 01:16:14 +02:00
usb_otg.rs Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral 2022-07-23 14:00:19 +02:00