| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | Fix typo. | Dario Nieuwenhuis | 2025-01-07 | 1 | -1/+1 | |
| | | * | | | | stm32u5: Add support for HSPI peripheral | William Spinelli | 2025-01-07 | 4 | -0/+1443 | |
| | | |/ / / | ||||||
| | * | | | | Merge pull request #3716 from elagil/fix_stm32f4_i2s_clocks | Dario Nieuwenhuis | 2025-01-07 | 2 | -5/+14 | |
| | |\ \ \ \ | ||||||
| | | * | | | | fix: unneeded mutability | elagil | 2025-01-03 | 1 | -1/+1 | |
| | | * | | | | fix: unused import | elagil | 2025-01-03 | 1 | -2/+1 | |
| | | * | | | | fix: configuration logic | elagil | 2025-01-03 | 1 | -1/+1 | |
| | | * | | | | fix: STM32F4 I2S clock calculations | elagil | 2025-01-03 | 2 | -4/+14 | |
| | * | | | | | Merge pull request #3724 from CNLHC/qspi_waiting_condition | Dario Nieuwenhuis | 2025-01-07 | 1 | -1/+1 | |
| | |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | | * | | | | fix typo | Liu Hancheng | 2025-01-05 | 1 | -4/+1 | |
| | | * | | | | fix: fix qspi waiting condition | Liu Hancheng | 2025-01-05 | 1 | -2/+5 | |
| | | |/ / / | ||||||
| | * | | | | stm32: generate singletons only for pins that actually exist. | Dario Nieuwenhuis | 2025-01-07 | 2 | -44/+45 | |
| | * | | | | feat: calibrating Differential ADC for G4 | Ivan Li | 2025-01-07 | 1 | -0/+8 | |
| | * | | | | Allow split CAN Rx to modify the filters | Tamme Dittrich | 2025-01-07 | 1 | -3/+27 | |
| | * | | | | Update stm32-metapac. | Dario Nieuwenhuis | 2025-01-06 | 7 | -76/+216 | |
| | * | | | | Merge pull request #3727 from bugadani/release | Dario Nieuwenhuis | 2025-01-05 | 1 | -4/+4 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Fix search-and-replacability | Dániel Buga | 2025-01-05 | 1 | -4/+4 | |
| | | |/ / / | ||||||
| | * | | | | stm32: Implement reads of DTS peripheral | Gabriel Smith | 2025-01-04 | 3 | -0/+292 | |
| | * | | | | stm32: Update stm32-data | Gabriel Smith | 2025-01-03 | 1 | -2/+2 | |
| | |/ / / | ||||||
| | * | | | chore: fix build | elagil | 2025-01-03 | 33 | -178/+184 | |
| | * | | | chore: update stm32-data | elagil | 2025-01-03 | 1 | -2/+2 | |
| | * | | | chore: clean up stm32h5 ucpd | elagil | 2025-01-03 | 1 | -14/+8 | |
| | * | | | fix stmd g0/g4 formatting and bker bit access | chanterheld | 2025-01-02 | 2 | -5/+6 | |
| | * | | | fix g0 wait_busy | chanterheld | 2025-01-02 | 1 | -1/+1 | |
| | * | | | update stm32-metapac tag | chanterheld | 2025-01-02 | 1 | -2/+2 | |
| | * | | | embassy-stm32. support g0 second flash bank | chanterheld | 2025-01-02 | 2 | -4/+18 | |
| | * | | | remove trailing space from comment | Ian McKernan | 2025-01-01 | 1 | -1/+1 | |
| | * | | | added fix for https://github.com/embassy-rs/embassy/issues/2496 in the v1 driver | Ian McKernan | 2025-01-01 | 1 | -0/+5 | |
| | |/ / | ||||||
| | * | | Merge pull request #3700 from fwolter/usb-delay | Dario Nieuwenhuis | 2024-12-31 | 1 | -4/+2 | |
| | |\ \ | ||||||
| | | * | | STM32: set USB initialization delay to 1µs | Fabian Wolter | 2024-12-30 | 1 | -4/+2 | |
| | * | | | Merge pull request #3679 from trnila/1wire | Dario Nieuwenhuis | 2024-12-31 | 2 | -24/+153 | |
| | |\ \ \ | ||||||
| | | * | | | stm32/usart: half-duplex support for buffered usart | Daniel Trnka | 2024-12-22 | 1 | -2/+98 | |
| | | * | | | stm32/usart: disabling receiver before write in half-duplex moved to a new fu... | Daniel Trnka | 2024-12-22 | 1 | -14/+13 | |
| | | * | | | stm32/usart: configurable readback in half-duplex mode | Daniel Trnka | 2024-12-22 | 1 | -10/+44 | |
| | * | | | | fix formatting | klownfish | 2024-12-31 | 3 | -29/+18 | |
| | * | | | | cleanup | klownfish | 2024-12-27 | 2 | -27/+49 | |
| | * | | | | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-27 | 6 | -16/+132 | |
| | |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | | * | | | Write the flag sooner with a known value | Dion Dokter | 2024-12-25 | 1 | -0/+5 | |
| | | * | | | Make SharedData repr C | Dion Dokter | 2024-12-25 | 1 | -2/+37 | |
| | | * | | | Rename ETQD, bump date | Dániel Buga | 2024-12-22 | 2 | -3/+3 | |
| | | * | | | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -4/+4 | |
| | | * | | | fix: docstrings | elagil | 2024-12-22 | 1 | -2/+2 | |
| | | * | | | fix: h5-only rx filter | elagil | 2024-12-22 | 1 | -0/+2 | |
| | | * | | | feat: stm32h5 UCPD example | elagil | 2024-12-22 | 1 | -0/+40 | |
| | | |/ / | ||||||
| | | * | | more cfg gating | Anatol Ulrich | 2024-12-19 | 1 | -6/+9 | |
| | | * | | consistently cfg-gate `set_speed` | Anatol Ulrich | 2024-12-19 | 1 | -0/+1 | |
| | | * | | fix imports | Anatol Ulrich | 2024-12-19 | 1 | -1/+1 | |
| | | * | | embassy-stm32: make SPI slew rate/speed configurable and change default to `M... | Anatol Ulrich | 2024-12-19 | 2 | -9/+39 | |
| | * | | | add async read for u5 ADC4 | klownfish | 2024-12-27 | 1 | -16/+104 | |
| | * | | | update metapac version | klownfish | 2024-12-26 | 1 | -2/+2 | |
| | * | | | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-18 | 67 | -2490/+5138 | |
| | |\| | | ||||||
