aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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-031-0/+10
| * | | | | | | 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
| * | | | | | | derive Clone, Copy for qspi configSüha Ünüvar2025-09-021-0/+1
| * | | | | | | fix: stm32/usb: Fixed STM32H5 build requiring time featureGabriel Smith2025-08-291-1/+10
| | |_|_|_|/ / | |/| | | | |
* / | | | | | Add Adc::new_with_clock() to configure analog clockPer Rosengren2025-08-301-1/+86
|/ / / / / /
* | | | | | 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-292-2/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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-292-2/+19
* | | | | | Merge branch 'main' into feat-independent-nodivTomaz Maia Suller2025-08-261-4/+4
|\ \ \ \ \ \
| * | | | | | stm32/sai: fix WB MCKDIVtomaz-suller2025-08-261-4/+4
* | | | | | | stm32/sai: make NODIV independent of MCKDIVtomaz-suller2025-08-261-1/+3
|/ / / / / /
* / / / / / fix: stm32 wb saiUlf Lilleengen2025-08-251-28/+22
|/ / / / /
* | | | | Merge branch 'main' into looping-adc-readUlf Lilleengen2025-08-251-0/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | STM32 XSPI: Disable alternate bytes if not requestedKevin Lannen2025-08-221-0/+5
* | | | | stm32/adc/v3: allow DMA reads to loop through enabled channelsGabriel Smith2025-08-221-3/+4
|/ / / /
* | | | Merge branch 'main' into i2c-pull-down-fixRené van Dorst2025-08-191-5/+11
|\ \ \ \
| * | | | stm32/hash: Improve performance when hashingMatt Johnston2025-08-151-5/+9
| * | | | stm32/hash: Clear HMAC mode bit when hashingMatt Johnston2025-08-151-0/+2
* | | | | 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-151-2/+2
* | | | 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
* | | | | wait for STOP flag when writing tooMalte Brieske2025-08-131-2/+4
* | | | | wait for STOPF in blocking readMalte Brieske2025-08-131-0/+1
|/ / / /
* | | | Merge pull request #4522 from WattStep/complementary_pwm_idle_stateUlf Lilleengen2025-08-122-1/+94
|\ \ \ \
| * | | | Remove unrelated cahngesJakob2025-08-101-15/+1
| * | | | Adjust which methods should have mut reference to self. Change set_output_idl...Jakob2025-08-101-19/+18
| * | | | Add enum for IdlePolarity to make interface clearer for set_output_idle_state...Jakob2025-08-101-7/+17
| * | | | Change method arugments to be non-mutableJakob2025-08-101-6/+6
| * | | | Add get methods for meo, ossi and ossrJakob2025-08-102-0/+30
| * | | | Add methods for setting ossi, ossr, osi and oisn along with software trigger ...Jakob2025-08-102-1/+69
* | | | | Merge pull request #4524 from leftger/feat/add-vrefbuf-driverDario Nieuwenhuis2025-08-113-1/+86
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added vrefbuf driver.Gerzain Mata2025-08-101-1/+13
| * | | | Updated stm32-metapacGerzain Mata2025-08-101-1/+3
| * | | | Working draft of VREFBUF driverGerzain Mata2025-08-082-0/+71
* | | | | add forgotten importSüha Ünüvar2025-08-081-0/+1
* | | | | stm32 i2c v2: rename freq to frequencySüha Ünüvar2025-08-081-5/+5
* | | | | rename rise_fall_speed to gpio_speed for spiSüha Ünüvar2025-08-081-16/+16
* | | | | i2cSüha Ünüvar2025-08-084-23/+24
* | | | | i2sSüha Ünüvar2025-08-081-15/+12
|/ / / /
* | | | Merge pull request #4481 from swobbee-dev/mainUlf Lilleengen2025-08-081-0/+10
|\ \ \ \
| * | | | Add mutable accessors for ID in Header and Frame structsMalte Brieske2025-07-291-0/+10
* | | | | ucpd: Add software trim setting of the CC Rp/Rd for stm32u5 parts.Piotr Esden-Tempski2025-08-011-0/+31
|/ / / /