| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Fix #4062 | RichardWGNR | 2025-04-11 | 1 | -4/+8 | |
| | |/ / / | ||||||
| | * | | | Hand-roll defmt::Format for Hertz | Dániel Buga | 2025-04-08 | 1 | -1/+7 | |
| | * | | | remove Hz from log | Steven Friedman | 2025-04-08 | 6 | -7/+7 | |
| | * | | | Frequency display is now consistent | Steven Friedman | 2025-04-08 | 5 | -5/+5 | |
| | * | | | Merge pull request #4056 from embassy-rs/f1-enable-adc-irq | Dario Nieuwenhuis | 2025-04-06 | 1 | -6/+8 | |
| | |\ \ \ | ||||||
| | | * | | | stm32/adc: enable interrupt for stm32f1 | Dario Nieuwenhuis | 2025-04-07 | 1 | -6/+8 | |
| | * | | | | Merge pull request #4016 from antonok-edm/emmc | Dario Nieuwenhuis | 2025-04-06 | 3 | -541/+737 | |
| | |\ \ \ \ | ||||||
| | | * | | | | refactor to reduce code duplication | Anton Lazarev | 2025-03-31 | 1 | -337/+212 | |
| | | * | | | | support 8 lane data bus | Anton Lazarev | 2025-03-31 | 1 | -4/+158 | |
| | | * | | | | fix d6->d7 typo from build.rs | Anton Lazarev | 2025-03-31 | 1 | -1/+1 | |
| | | * | | | | support eMMC | Anton Lazarev | 2025-03-31 | 1 | -1/+184 | |
| | | * | | | | scaffold eMMC support | Anton Lazarev | 2025-03-31 | 1 | -315/+395 | |
| | | * | | | | use ready_for_data status to determine when write has finished | Anton Lazarev | 2025-03-31 | 1 | -5/+5 | |
| | | * | | | | use upstream command definitions | Anton Lazarev | 2025-03-31 | 1 | -151/+55 | |
| | | * | | | | update sdio-host to 0.9 | Anton Lazarev | 2025-03-31 | 1 | -1/+1 | |
| | | * | | | | update sdio-host to 0.6 | Anton Lazarev | 2025-03-31 | 2 | -11/+11 | |
| | * | | | | | Merge pull request #4054 from embassy-rs/ringbuffer2 | Dario Nieuwenhuis | 2025-04-06 | 2 | -1/+10 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | fix(stm32): handle half-duplex in ringbuffered read | Badr Bouslikhin | 2025-04-06 | 2 | -1/+10 | |
| | | | |/ / / | | |/| | | | ||||||
| | * | | | | | Merge pull request #3922 from antonellocontini/f413-fix-i2s-pll-source-selection | Dario Nieuwenhuis | 2025-04-06 | 1 | -1/+24 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | | * | | | | cargo fmt | antonello.contini | 2025-02-25 | 1 | -3/+2 | |
| | | * | | | | simpler configuration | antonello.contini | 2025-02-25 | 1 | -7/+3 | |
| | | * | | | | 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 | 6 | -3/+1901 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | 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 | 3 | -31/+73 | |
| | | * | | | | | 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 | 3 | -226/+178 | |
| | | * | | | | | introduce stm32h7rs xspi | Rick Rogers | 2025-04-04 | 4 | -0/+1892 | |
| | | * | | | | | Bump stm32-data | Matt Johnston | 2025-04-04 | 1 | -2/+2 | |
| | * | | | | | | 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 | 2 | -6/+9 | |
| | |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | | * | | | | | | BufferedUart initialization | Michael Gomez | 2025-04-04 | 2 | -6/+9 | |
| | | | |_|/ / / | | |/| | | | | ||||||
| | * / | | | | | 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 | 79 | -2246/+2107 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | 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 | 76 | -1457/+1209 | |
| | | | |_|/ / / | | |/| | | | | ||||||
| | | * | | | | | 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 | |
