aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/afio: make af_num() unavailable in afio chips.Dario Nieuwenhuis2025-09-061-13/+23
|
* stm32/afio: make the A generic param only appear in chips with AFIO.Dario Nieuwenhuis2025-09-051-2/+52
|
* stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-051-29/+26
|
* Add STM32F1 AFIO remapFabian Wolter2025-09-051-4/+59
|
* STM32F0/F3 Remap DMA channelsFabian Wolter2025-07-171-1/+13
| | | | Fixes #3643
* stm32: xspi: rework switching between ncs1 and ncs2Matt Johnston2025-04-041-0/+11
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-7/+7
|
* stm32/sdmmc: remove DMA generic param.Dario Nieuwenhuis2025-03-251-0/+12
|
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-16/+2
|
* FormattingJoël Schulz-Andres2024-05-241-2/+4
|
* Add body to match statementJoël Schulz-Andres2024-05-241-1/+1
|
* Use match instead of ifJoël Schulz-Andres2024-05-241-3/+4
|
* Fix namingJoël Schulz-Andres2024-05-241-1/+1
|
* gpiov1: Do not call set_speed for AFType::InputJoël Schulz-Andres2024-05-241-1/+5
| | | | Co-authored-by: Toby Fleming <[email protected]>
* stm32/i2c: remove peripheral generic param.Dario Nieuwenhuis2024-05-211-3/+10
|
* stm32: use funcs for info/state, const for ENABLE_BIT.Dario Nieuwenhuis2024-05-211-4/+12
|
* stm32/spi: remove peripheral generic param.Dario Nieuwenhuis2024-05-201-0/+25
|
* stm32/dma: add support for same channel with different req in different ↵Dario Nieuwenhuis2024-04-291-26/+1
| | | | DMAs/DMAMUXes.
* stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-161-5/+5
|
* stm32: rename mod traits to macros.Dario Nieuwenhuis2024-04-151-0/+97