aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
* Update stm32-metapac, actually release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-4/+4
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-102-1/+276
* Fix unsupported trace! call for EndpointAddressVolkalex282025-01-091-1/+1
* stm32: flash: fix flash erase on stm32f3xx seriesMatt Rodgers2025-01-081-2/+2
* Merge pull request #3725 from CNLHC/qspi_mmapDario Nieuwenhuis2025-01-071-0/+20
|\
| * feat: mmap mode for qspi and exampleLiu Hancheng2025-01-071-0/+20
* | Merge pull request #3667 from williams-one/stm32u5-add-hspi-supportDario Nieuwenhuis2025-01-075-1/+1444
|\ \
| * | Fix typo.Dario Nieuwenhuis2025-01-071-1/+1
| * | stm32u5: Add support for HSPI peripheralWilliam Spinelli2025-01-074-0/+1443
| |/
* | Merge pull request #3716 from elagil/fix_stm32f4_i2s_clocksDario Nieuwenhuis2025-01-072-5/+14
|\ \
| * | fix: unneeded mutabilityelagil2025-01-031-1/+1
| * | fix: unused importelagil2025-01-031-2/+1
| * | fix: configuration logicelagil2025-01-031-1/+1
| * | fix: STM32F4 I2S clock calculationselagil2025-01-032-4/+14
* | | Merge pull request #3724 from CNLHC/qspi_waiting_conditionDario Nieuwenhuis2025-01-071-1/+1
|\ \ \ | |_|/ |/| |
| * | fix typoLiu Hancheng2025-01-051-4/+1
| * | fix: fix qspi waiting conditionLiu Hancheng2025-01-051-2/+5
| |/
* | stm32: generate singletons only for pins that actually exist.Dario Nieuwenhuis2025-01-072-44/+45
* | feat: calibrating Differential ADC for G4Ivan Li2025-01-071-0/+8
* | Allow split CAN Rx to modify the filtersTamme Dittrich2025-01-071-3/+27
* | Update stm32-metapac.Dario Nieuwenhuis2025-01-067-76/+216
* | Merge pull request #3727 from bugadani/releaseDario Nieuwenhuis2025-01-051-4/+4
|\ \
| * | Fix search-and-replacabilityDániel Buga2025-01-051-4/+4
| |/
* | stm32: Implement reads of DTS peripheralGabriel Smith2025-01-043-0/+292
* | stm32: Update stm32-dataGabriel Smith2025-01-031-2/+2
|/
* chore: fix buildelagil2025-01-0333-178/+184
* chore: update stm32-dataelagil2025-01-031-2/+2
* chore: clean up stm32h5 ucpdelagil2025-01-031-14/+8
* fix stmd g0/g4 formatting and bker bit accesschanterheld2025-01-022-5/+6
* fix g0 wait_busychanterheld2025-01-021-1/+1
* update stm32-metapac tagchanterheld2025-01-021-2/+2
* embassy-stm32. support g0 second flash bankchanterheld2025-01-022-4/+18
* remove trailing space from commentIan McKernan2025-01-011-1/+1
* added fix for https://github.com/embassy-rs/embassy/issues/2496 in the v1 driverIan McKernan2025-01-011-0/+5
* Merge pull request #3700 from fwolter/usb-delayDario Nieuwenhuis2024-12-311-4/+2
|\
| * STM32: set USB initialization delay to 1µsFabian Wolter2024-12-301-4/+2
* | Merge pull request #3679 from trnila/1wireDario Nieuwenhuis2024-12-312-24/+153
|\ \
| * | stm32/usart: half-duplex support for buffered usartDaniel Trnka2024-12-221-2/+98
| * | stm32/usart: disabling receiver before write in half-duplex moved to a new fu...Daniel Trnka2024-12-221-14/+13
| * | stm32/usart: configurable readback in half-duplex modeDaniel Trnka2024-12-221-10/+44
* | | fix formattingklownfish2024-12-313-29/+18
* | | cleanupklownfish2024-12-272-27/+49
* | | Merge branch 'embassy-rs:main' into u5_adcOlof2024-12-276-16/+132
|\ \ \ | | |/ | |/|
| * | Write the flag sooner with a known valueDion Dokter2024-12-251-0/+5
| * | Make SharedData repr CDion Dokter2024-12-251-2/+37
| * | Rename ETQD, bump dateDániel Buga2024-12-222-3/+3
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-4/+4
| * | fix: docstringselagil2024-12-221-2/+2
| * | fix: h5-only rx filterelagil2024-12-221-0/+2