embassy/embassy-stm32/src
Dario Nieuwenhuis f8b8872fa6
Merge pull request #593 from embassy-rs/remove-traits
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
2022-02-05 01:53:01 +01:00
..
adc Support unstable-trait feature for stm32 2022-01-26 22:39:06 +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/i2c: allow empty transfers with async api 2022-01-25 16:28:49 +01:00
eth Add v1c ethernet driver for the STM32F7 family. 2021-11-10 10:16:46 +01:00
i2c Support unstable-trait feature for stm32 2022-01-26 22:39:06 +01:00
pwm Make advanced timer trait not require general purpose timer trait as the timers are too different. 2022-01-18 11:18:54 +01:00
rcc stm32f3: fix nonexistent cfg tests 2022-02-02 22:53:03 +03:00
sdmmc stm32: use critical_section instead of cortex_m::interrupt 2022-01-19 17:59:55 +01:00
spi Support unstable-trait feature for stm32 2022-01-26 22:39:06 +01:00
subghz stm32/spi: expose all functionality as inherent methods. 2022-01-19 17:59:55 +01:00
timer Make advanced timer trait not require general purpose timer trait as the timers are too different. 2022-01-18 11:18:54 +01:00
usart Support unstable-trait feature for stm32 2022-01-26 22:39:06 +01:00
dcmi.rs Lower some verbose logs to trace. 2021-12-23 13:43:14 +01:00
exti.rs Support unstable-trait feature for stm32 2022-01-26 22:39:06 +01: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 Support unstable-trait feature for stm32 2022-01-26 22:39:06 +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 traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. 2022-01-27 00:08:02 +01:00
time_driver.rs stm32: add tim4, tim5 support for time-driver (stm32f410 doesn't have tim2, tim3) 2022-01-24 00:50:10 +01:00
time.rs More work on H7 RCC 2021-05-21 20:13:39 -03:00