| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | let user set external i2s clock frequency | antonello.contini | 2025-02-25 | 1 | -1/+22 | |
| | | * | | | | do not use pllsrc for i2s; added field for plli2ssrc selection | antonello.contini | 2025-02-25 | 1 | -1/+8 | |
| | * | | | | | Merge pull request #4045 from mkj/dev/matt/xspi | Dario Nieuwenhuis | 2025-04-06 | 4 | -0/+1802 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | stm32: xspi fixes and consistency | Matt Johnston | 2025-04-04 | 2 | -12/+25 | |
| | | * | | | | | stm32: xspi: rework switching between ncs1 and ncs2 | Matt Johnston | 2025-04-04 | 2 | -25/+55 | |
| | | * | | | | | stm32: xspi wait for prescaler change | Matt Johnston | 2025-04-04 | 1 | -8/+9 | |
| | | * | | | | | stm32: xspi update for Peri | Matt Johnston | 2025-04-04 | 1 | -133/+131 | |
| | | * | | | | | stm32: Update xspi for stm32-metapac changes | Matt Johnston | 2025-04-04 | 2 | -225/+171 | |
| | | * | | | | | introduce stm32h7rs xspi | Rick Rogers | 2025-04-04 | 3 | -0/+1814 | |
| | * | | | | | | stm32/timer: update OPM to Peri API. | Dario Nieuwenhuis | 2025-04-06 | 1 | -9/+8 | |
| | * | | | | | | Merge pull request #4044 from yodaldevoid/stm32-opm-timer | Dario Nieuwenhuis | 2025-04-06 | 5 | -14/+426 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | stm32/timer: Support one pulse mode | Gabriel Smith | 2025-04-04 | 3 | -0/+415 | |
| | | * | | | | | | stm32/timer: Merge channel typestate structs | Gabriel Smith | 2025-04-04 | 3 | -14/+11 | |
| | * | | | | | | | Merge pull request #3983 from mgomez0/topic/buffered-uart-take-pins-before-in... | Ulf Lilleengen | 2025-04-05 | 1 | -5/+5 | |
| | |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | | * | | | | | | BufferedUart initialization | Michael Gomez | 2025-04-04 | 1 | -5/+5 | |
| | | | |_|/ / / | | |/| | | | | ||||||
| | * / | | | | | fix: Fix for #3888 async I2C read bug for introduced in #3887 in STM32 I2C v2... | Fredrik Reinholdsen | 2025-04-01 | 1 | -3/+9 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge branch 'main' into fix/ringbuffered-error-handling to resolve merge con... | Tobias Naumann | 2025-03-31 | 78 | -2231/+2101 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Merge pull request #3968 from embedded-rust-iml/feature/ringbuffered-embedded... | Ulf Lilleengen | 2025-03-31 | 1 | -11/+38 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | fix: stm32g4 calibration delays | elagil | 2025-03-29 | 1 | -1/+5 | |
| | | | |_|_|/ / | | |/| | | | | ||||||
| | | * | | | | | Merge pull request #3928 from agrif/stm32-i2c-set-config | Dario Nieuwenhuis | 2025-03-28 | 1 | -0/+9 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | stm32/i2c: disable peripheral when changing timings | Aaron Griffith | 2025-02-27 | 1 | -0/+9 | |
| | | * | | | | | | stm32: run cargo fmt | techmccat | 2025-03-28 | 2 | -2/+8 | |
| | | * | | | | | | stm32: allow using LSI/LSE as SYSCLK on g0/c0 | techmccat | 2025-03-28 | 2 | -4/+10 | |
| | | * | | | | | | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 75 | -1455/+1207 | |
| | | | |_|/ / / | | |/| | | | | ||||||
| | | * | | | | | stm32/cryp: remove DMA generic param. | Dario Nieuwenhuis | 2025-03-25 | 2 | -453/+435 | |
| | | * | | | | | stm32/hash: remove DMA generic param. | Dario Nieuwenhuis | 2025-03-25 | 3 | -142/+152 | |
| | | * | | | | | stm32/sdmmc: remove DMA generic param. | Dario Nieuwenhuis | 2025-03-25 | 2 | -50/+66 | |
| | | * | | | | | stm32/dac: remove DMA generic params. | Dario Nieuwenhuis | 2025-03-25 | 1 | -130/+200 | |
| | | * | | | | | stm32/dac: dedup pin and DMA traits, demacrofify. | Dario Nieuwenhuis | 2025-03-25 | 1 | -107/+109 | |
| | | * | | | | | Merge pull request #3992 from elagil/usb_fixes | Dario Nieuwenhuis | 2025-03-25 | 1 | -0/+10 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | fix(usb): blocking wait | elagil | 2025-03-24 | 1 | -1/+1 | |
| | | | * | | | | | fix: build | elagil | 2025-03-22 | 1 | -2/+1 | |
| | | | * | | | | | fix: apply STM32H5 USB errata (OUT transfer delay) | elagil | 2025-03-22 | 1 | -0/+11 | |
| | | * | | | | | | Clarified ADC API documentation for some STM32s. | John Kjellberg | 2025-03-25 | 1 | -0/+3 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Cleanup stm32_metapac register usage in usart module | Tobias Naumann | 2025-03-27 | 1 | -3/+3 | |
| | * | | | | | | Fix unused imports | Tobias Naumann | 2025-03-27 | 2 | -11/+2 | |
| | * | | | | | | Check and clear idle and error flags together | Tobias Naumann | 2025-03-21 | 1 | -40/+39 | |
| | * | | | | | | Use write closure to clear idle flag, only read rdr on usart versions which n... | Tobias Naumann | 2025-03-21 | 1 | -7/+6 | |
| | | |_|/ / / | |/| | | | | ||||||
| | * | | | | | Add embedded_hal_nb::serial::Read impl for RingBufferedUartRx | Tobias Naumann | 2025-03-21 | 1 | -11/+38 | |
| | |/ / / / | ||||||
| | * | | | | Fix compile error in ospi | Rasmus Melchior Jacobsen | 2025-03-20 | 1 | -2/+2 | |
| | * | | | | feat(stm32): Add OTP flash region (again) | Rasmus Melchior Jacobsen | 2025-03-20 | 5 | -1/+11 | |
| | * | | | | Added ADC support for STM32C0. | Timofei Korostelev | 2025-03-20 | 3 | -5/+486 | |
| | * | | | | Recover from errors in ringbuffered usart | Tobias Naumann | 2025-03-20 | 1 | -5/+10 | |
| | * | | | | `embassy-stm32::hspi`: gate derive(defmt::Format) behind feature flag | dimi | 2025-03-18 | 2 | -12/+24 | |
| | * | | | | Merge pull request #3964 from elagil/sof_out_usb | Dario Nieuwenhuis | 2025-03-16 | 1 | -0/+19 | |
| | |\ \ \ \ | ||||||
| | | * | | | | fix: disable `new_with_sof` for STM32L1 | elagil | 2025-03-16 | 1 | -3/+1 | |
| | | * | | | | feat: add optional USB SOF output | elagil | 2025-03-12 | 1 | -0/+21 | |
| | * | | | | | fix: only ISO EP is always double buffered | elagil | 2025-03-16 | 1 | -2/+3 | |
| | * | | | | | refactor: fix build warnings | elagil | 2025-03-15 | 1 | -8/+16 | |
| | * | | | | | refactor: USB read function restructure | elagil | 2025-03-15 | 1 | -19/+14 | |
