aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | let user set external i2s clock frequencyantonello.contini2025-02-251-1/+22
| | * | | | do not use pllsrc for i2s; added field for plli2ssrc selectionantonello.contini2025-02-251-1/+8
| * | | | | Merge pull request #4045 from mkj/dev/matt/xspiDario Nieuwenhuis2025-04-064-0/+1802
| |\ \ \ \ \
| | * | | | | stm32: xspi fixes and consistencyMatt Johnston2025-04-042-12/+25
| | * | | | | stm32: xspi: rework switching between ncs1 and ncs2Matt Johnston2025-04-042-25/+55
| | * | | | | stm32: xspi wait for prescaler changeMatt Johnston2025-04-041-8/+9
| | * | | | | stm32: xspi update for PeriMatt Johnston2025-04-041-133/+131
| | * | | | | stm32: Update xspi for stm32-metapac changesMatt Johnston2025-04-042-225/+171
| | * | | | | introduce stm32h7rs xspiRick Rogers2025-04-043-0/+1814
| * | | | | | stm32/timer: update OPM to Peri API.Dario Nieuwenhuis2025-04-061-9/+8
| * | | | | | Merge pull request #4044 from yodaldevoid/stm32-opm-timerDario Nieuwenhuis2025-04-065-14/+426
| |\ \ \ \ \ \
| | * | | | | | stm32/timer: Support one pulse modeGabriel Smith2025-04-043-0/+415
| | * | | | | | stm32/timer: Merge channel typestate structsGabriel Smith2025-04-043-14/+11
| * | | | | | | Merge pull request #3983 from mgomez0/topic/buffered-uart-take-pins-before-in...Ulf Lilleengen2025-04-051-5/+5
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | BufferedUart initializationMichael Gomez2025-04-041-5/+5
| | | |_|/ / / | | |/| | | |
| * / | | | | fix: Fix for #3888 async I2C read bug for introduced in #3887 in STM32 I2C v2...Fredrik Reinholdsen2025-04-011-3/+9
| |/ / / / /
| * | | | | Merge branch 'main' into fix/ringbuffered-error-handling to resolve merge con...Tobias Naumann2025-03-3178-2231/+2101
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #3968 from embedded-rust-iml/feature/ringbuffered-embedded...Ulf Lilleengen2025-03-311-11/+38
| | |\ \ \ \ \
| | * | | | | | fix: stm32g4 calibration delayselagil2025-03-291-1/+5
| | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #3928 from agrif/stm32-i2c-set-configDario Nieuwenhuis2025-03-281-0/+9
| | |\ \ \ \ \
| | | * | | | | stm32/i2c: disable peripheral when changing timingsAaron Griffith2025-02-271-0/+9
| | * | | | | | stm32: run cargo fmttechmccat2025-03-282-2/+8
| | * | | | | | stm32: allow using LSI/LSE as SYSCLK on g0/c0techmccat2025-03-282-4/+10
| | * | | | | | Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-2775-1455/+1207
| | | |_|/ / / | | |/| | | |
| | * | | | | stm32/cryp: remove DMA generic param.Dario Nieuwenhuis2025-03-252-453/+435
| | * | | | | stm32/hash: remove DMA generic param.Dario Nieuwenhuis2025-03-253-142/+152
| | * | | | | stm32/sdmmc: remove DMA generic param.Dario Nieuwenhuis2025-03-252-50/+66
| | * | | | | stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-251-130/+200
| | * | | | | stm32/dac: dedup pin and DMA traits, demacrofify.Dario Nieuwenhuis2025-03-251-107/+109
| | * | | | | Merge pull request #3992 from elagil/usb_fixesDario Nieuwenhuis2025-03-251-0/+10
| | |\ \ \ \ \
| | | * | | | | fix(usb): blocking waitelagil2025-03-241-1/+1
| | | * | | | | fix: buildelagil2025-03-221-2/+1
| | | * | | | | fix: apply STM32H5 USB errata (OUT transfer delay)elagil2025-03-221-0/+11
| | * | | | | | Clarified ADC API documentation for some STM32s.John Kjellberg2025-03-251-0/+3
| | |/ / / / /
| * | | | | | Cleanup stm32_metapac register usage in usart moduleTobias Naumann2025-03-271-3/+3
| * | | | | | Fix unused importsTobias Naumann2025-03-272-11/+2
| * | | | | | Check and clear idle and error flags togetherTobias Naumann2025-03-211-40/+39
| * | | | | | Use write closure to clear idle flag, only read rdr on usart versions which n...Tobias Naumann2025-03-211-7/+6
| | |_|/ / / | |/| | | |
| * | | | | Add embedded_hal_nb::serial::Read impl for RingBufferedUartRxTobias Naumann2025-03-211-11/+38
| |/ / / /
| * | | | Fix compile error in ospiRasmus Melchior Jacobsen2025-03-201-2/+2
| * | | | feat(stm32): Add OTP flash region (again)Rasmus Melchior Jacobsen2025-03-205-1/+11
| * | | | Added ADC support for STM32C0.Timofei Korostelev2025-03-203-5/+486
| * | | | Recover from errors in ringbuffered usartTobias Naumann2025-03-201-5/+10
| * | | | `embassy-stm32::hspi`: gate derive(defmt::Format) behind feature flagdimi2025-03-182-12/+24
| * | | | Merge pull request #3964 from elagil/sof_out_usbDario Nieuwenhuis2025-03-161-0/+19
| |\ \ \ \
| | * | | | fix: disable `new_with_sof` for STM32L1elagil2025-03-161-3/+1
| | * | | | feat: add optional USB SOF outputelagil2025-03-121-0/+21
| * | | | | fix: only ISO EP is always double bufferedelagil2025-03-161-2/+3
| * | | | | refactor: fix build warningselagil2025-03-151-8/+16
| * | | | | refactor: USB read function restructureelagil2025-03-151-19/+14