embassy/embassy-stm32/src
Ulf Lilleengen 4df63f5379 Add per-core EXTI support
* Generate a core index put into the PAC for the peripherals to use as
  index into registers.
* Add EXTI v2 which uses CORE_INDEX to index exti registers
2021-08-17 16:22:47 +02:00
..
adc Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
dac Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
dbgmcu Add a Dbgmcu struct capable of enabling all relevant DBGMCU.cr fields. 2021-07-22 14:18:48 -04:00
dma stm32: Add fences to DMA code 2021-08-10 20:45:41 -03:00
eth common: Initialize PeripheralMutex state with closure to ensure it's done in-place. 2021-08-02 20:13:41 +02:00
exti Add per-core EXTI support 2021-08-17 16:22:47 +02:00
i2c i2c-v2: Use new interrupts macro 2021-08-01 19:10:42 -03:00
pwr stm32: Use build.rs to generate a more coarse feature 2021-07-31 02:52:26 -03:00
rcc Add example for STM32WL55 2021-08-17 16:22:47 +02:00
sdmmc Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
spi Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
usart Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356) 2021-08-16 17:16:49 +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 Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
interrupt.rs Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00
lib.rs stm32/time: add Cargo features to choose tim2/tim3 2021-08-05 19:14:09 +02:00
rng.rs stm32: add missing + 'a bounds on trait GATs 2021-08-04 19:39:54 +02:00
time_driver.rs embassy-stm32: Eliminate use of unwrap 2021-08-05 22:40:08 +02:00
time.rs More work on H7 RCC 2021-05-21 20:13:39 -03:00