aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
* Apply fixDavide Della Giustina2023-03-011-1/+1
* Merge pull request #1252 from pattop/stm32_spi_fifo_fixDario Nieuwenhuis2023-03-011-2/+4
|\
| * stm32/spi: fix occasional data corruptionPatrick Oppenlander2023-03-011-2/+4
* | PacketQueue::init() does not need to be unsafeDavide Della Giustina2023-02-281-2/+4
* | Implemented suggestions from @DirbaioDavide Della Giustina2023-02-282-40/+11
* | PacketQueue::new() uses ::init() when in nightlyDavide Della Giustina2023-02-281-7/+18
* | Added PacketQueue::init()Davide Della Giustina2023-02-282-1/+25
* | Add `#[must_use]` to all futuresGrant Miller2023-02-242-0/+2
* | Merge #1228bors[bot]2023-02-231-15/+94
|\ \
| * | stm32/sdmmc: Fix compile errorschemicstry2023-02-231-2/+2
| * | stm32/sdmmc: Refactor TypeId into a macrochemicstry2023-02-231-39/+61
| * | stm32/sdmmc: Implement proper clock configurationchemicstry2023-02-231-15/+72
| |/
* | Merge #1227bors[bot]2023-02-231-6/+2
|\ \ | |/ |/|
| * stm32/dma: fix spurious transfer complete interruptsPatrick Oppenlander2023-02-231-6/+2
* | stm32/sdmmc: Fix SDIOv1 writeschemicstry2023-02-185-3/+87
* | stm32: fix fmc-related build failures on some F4'sDario Nieuwenhuis2023-02-132-126/+122
|/
* fix "prescaler none" which incorrectly set "prescaler divided by 3"Christian Enderle2023-02-121-1/+1
* rustfmtLucas Granberg2023-02-091-1/+2
* Use rng_v2 cfg instead of chip specific for seed error recover hackLucas Granberg2023-02-091-2/+1
* hack for STM32WL, rcc reset in case of seed errorLucas Granberg2023-02-081-0/+5
* Reset rng in case of clock or seed errorLucas Granberg2023-02-081-2/+4
* Merge #1200bors[bot]2023-02-071-0/+18
|\
| * feat(fmc): Add 16 data bit ctorRasmus Melchior Jacobsen2023-02-071-0/+18
* | Merge #1199bors[bot]2023-02-071-2/+8
|\ \
| * | STM32 SPI: Set clk-pin pull-up/-down to match spi clock polarityRalf2023-02-061-2/+8
* | | Also exclude fsmc_v1x3Rasmus Melchior Jacobsen2023-02-071-1/+1
* | | React to updated fsmc versionsRasmus Melchior Jacobsen2023-02-071-2/+2
* | | fix(stm32): Align FMC with new versions from stm32-dataRasmus Melchior Jacobsen2023-02-071-3/+7
| |/ |/|
| |
| \
*-. \ Merge #1192 #1193bors[bot]2023-02-061-2/+9
|\ \ \ | |_|/ |/| |
| | * stm32/usart: fix LPUART clock multiplierPatrick Oppenlander2023-02-061-1/+1
| * | stm32/usart: implement stop_bits configurationPatrick Oppenlander2023-02-061-1/+8
| |/
* / stm32 gpio implement degrade to AnyPinJosh Mcguigan2023-02-021-0/+36
|/
* usb: docsDario Nieuwenhuis2023-01-312-16/+16
* Fix rcc prescaler for wb55 HCLK1Christian Enderle2023-01-211-1/+1
* fix embedded-sdmmc integration.Dario Nieuwenhuis2023-01-211-16/+6
* stm32/rcc: print actual freqs on boot.Dario Nieuwenhuis2023-01-202-1/+4
* Merge #1159bors[bot]2023-01-181-10/+49
|\
| * stm32/usb_otg: fix core formatterchemicstry2023-01-181-2/+2
| * stm32/usb_otg: prevent writes on disabled endpointchemicstry2023-01-181-8/+13
| * stm32/usb_otg: implement endpoint wait_enabledchemicstry2023-01-181-2/+36
* | Stop sampling when exiting the Saadc methodshuntc2023-01-182-5/+15
|/
* stm32: add stm32c0 support.Dario Nieuwenhuis2023-01-174-11/+245
* Merge #1140bors[bot]2023-01-141-0/+52
|\
| * Update mod.rsRasmus Melchior Jacobsen2023-01-141-1/+1
| * Only implement WriteRasmus Melchior Jacobsen2023-01-141-28/+1
| * feat(stm32): Add embedded-io traits for UartRx and UartTxRasmus Melchior Jacobsen2023-01-061-0/+39
| * feat(stm32): Let uart implement embedded-io Read/WriteRasmus Melchior Jacobsen2023-01-041-0/+40
* | stm32/rcc: fix u5 pll, add hsi48.Dario Nieuwenhuis2023-01-111-8/+22
* | stm32: add USB OTG support.chemicstry2023-01-112-0/+1369
* | Update stm32-data.Dario Nieuwenhuis2023-01-114-214/+140