aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | feat: wip, write buffer in halveselagil2025-09-053-108/+54
| * | | | | | | chore: change namingelagil2025-09-053-57/+87
| * | | | | | | fix: wip gpdmaelagil2025-09-052-15/+16
| * | | | | | | fix: load/store orderingelagil2025-09-052-6/+6
| * | | | | | | fix: read transfer optionselagil2025-09-051-12/+7
| * | | | | | | chore: clean up transfer optionselagil2025-09-053-36/+6
| * | | | | | | fix: transfer optionselagil2025-09-052-1/+8
| * | | | | | | fix: disable half-complete interruptelagil2025-09-051-2/+2
| * | | | | | | style: formattingelagil2025-09-053-19/+12
| * | | | | | | feat: ping-pong bufferselagil2025-09-053-16/+92
| * | | | | | | feat: gpdma support (wip)elagil2025-09-058-100/+307
| * | | | | | | feat: GPDAM linked-list + ringbuffer supportelagil2025-09-055-84/+825
| * | | | | | | Added timer set polarity functions for main and complementary outputs individ...r.marple2025-09-032-0/+11
| * | | | | | | Update changelogFabian Wolter2025-09-021-0/+1
| * | | | | | | stm32/i2c: fix failure of subsequent transmissions after NACKFabian Wolter2025-09-021-4/+11
| * | | | | | | derive Clone, Copy for qspi transfer configSüha Ünüvar2025-09-021-0/+1
| * | | | | | | update changelogSüha Ünüvar2025-09-021-0/+1
| * | | | | | | derive Clone, Copy for qspi configSüha Ünüvar2025-09-021-0/+1
| * | | | | | | fix: stm32/usb: Fixed STM32H5 build requiring time featureGabriel Smith2025-08-292-1/+12
| | |_|_|_|/ / | |/| | | | |
* / | | | | | Add Adc::new_with_clock() to configure analog clockPer Rosengren2025-08-302-1/+87
|/ / / / / /
* | | | | | Merge pull request #4606 from diondokter/taskmeta-update-2Dario Nieuwenhuis2025-08-291-1/+1
|\ \ \ \ \ \
| * | | | | | executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4602 from meowcakes/fix-stm32h7rs-bootDario Nieuwenhuis2025-08-293-2/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | don't save and reset XSPI clock source; let mux config handle itRogan Morrow2025-08-291-12/+2
| * | | | | set XSPI clock source to HSI and reset after clock init; dont reset SYSCFGRogan Morrow2025-08-293-2/+20
* | | | | | fix: update more minor versionsUlf Lilleengen2025-08-271-1/+1
* | | | | | chore: prepare embassy crate releasesUlf Lilleengen2025-08-262-9/+11
* | | | | | Merge branch 'main' into feat-independent-nodivTomaz Maia Suller2025-08-262-4/+5
|\ \ \ \ \ \
| * | | | | | Update changelogtomaz-suller2025-08-261-0/+1
| * | | | | | stm32/sai: fix WB MCKDIVtomaz-suller2025-08-261-4/+4
* | | | | | | Update changelogtomaz-suller2025-08-261-0/+1
* | | | | | | stm32/sai: make NODIV independent of MCKDIVtomaz-suller2025-08-261-1/+3
|/ / / / / /
* | | | | | fix: stm32 wb saiUlf Lilleengen2025-08-251-28/+22
* | | | | | fix: bump metapac versionUlf Lilleengen2025-08-251-4/+4
* | | | | | Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+93
* | | | | | feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-5/+0
|/ / / / /
* | | | | Merge branch 'main' into looping-adc-readUlf Lilleengen2025-08-252-0/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | STM32 XSPI: Disable alternate bytes if not requestedKevin Lannen2025-08-222-0/+6
* | | | | stm32/adc/v3: allow DMA reads to loop through enabled channelsGabriel Smith2025-08-222-3/+5
|/ / / /
* | | | Merge branch 'main' into i2c-pull-down-fixRené van Dorst2025-08-193-10/+19
|\ \ \ \
| * | | | stm32/hash: Improve performance when hashingMatt Johnston2025-08-152-5/+10
| * | | | stm32: Update stm32-metapacMatt Johnston2025-08-152-4/+5
| * | | | stm32/hash: Clear HMAC mode bit when hashingMatt Johnston2025-08-152-0/+3
* | | | | added changelog entryRené van Dorst2025-08-191-0/+1
* | | | | stm32/i2c: Pull-down enabled when non-pull was requested.René van Dorst2025-08-191-2/+2
|/ / / /
* | | | stm32: Fix vrefbuf trace with log featureMatt Johnston2025-08-152-2/+4
* | | | Merge pull request #4538 from leftger/fix/wba-vrefbuf-errataDario Nieuwenhuis2025-08-141-1/+20
|\ \ \ \
| * | | | Removed uneeded enumGerzain Mata2025-08-131-16/+7
| * | | | Added VREFBUF-TRIM manual write. Known errataGerzain Mata2025-08-121-1/+29
* | | | | wait for STOP flag in blocking_write_vectored as wellMalte Brieske2025-08-131-2/+4