aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Update embassy-stm32/CHANGELOG.mdBrian Schwind2025-09-131-0/+1
| * | | | | Apply fixes to XSPI as wellBrian Schwind2025-09-131-9/+8
| * | | | | Apply fixes to HSPI as wellBrian Schwind2025-09-131-9/+8
| * | | | | Set the alternate bytes register to the correct value when configuring an Osp...Brian Schwind2025-09-131-6/+5
| * | | | | Typo fixesBrian Schwind2025-09-131-4/+4
| * | | | | stm32/usart: fix blocking flushBirk Tjelmeland2025-09-102-1/+4
* | | | | | Re-export API enums and update examplesPer Rosengren2025-09-161-1/+3
* | | | | | rustfmtPer Rosengren2025-09-161-3/+2
* | | | | | changelog entryPer Rosengren2025-09-161-42/+66
* | | | | | ADC v3: Migrate to stm32-data g0 with enumsPer Rosengren2025-09-162-71/+113
|/ / / / /
* | | | | Merge pull request #4430 from fwolter/add-f1-remapDario Nieuwenhuis2025-09-0533-423/+583
|\ \ \ \ \
| * | | | | stm32/afio: fix accidentally always using AF number 0 on non-AFIO chips.Dario Nieuwenhuis2025-09-061-4/+4
| * | | | | stm32/afio: make af_num() unavailable in afio chips.Dario Nieuwenhuis2025-09-0625-143/+131
| * | | | | stm32/afio: make the A generic param only appear in chips with AFIO.Dario Nieuwenhuis2025-09-0516-226/+291
| * | | | | stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-059-273/+139
| * | | | | Add STM32F1 AFIO remapFabian Wolter2025-09-0520-265/+506
* | | | | | fix(embassy-stm32): Remove duplicate fn call, vestigial from earlier refcount...Francisco José Gómez2025-09-052-5/+1
|/ / / / /
* | | | | Merge pull request #4368 from nikvoid/stm32-complementary-pwm-dmaDario Nieuwenhuis2025-09-051-0/+60
|\ \ \ \ \
| * | | | | stm32: add `waveform_up` function for complementary PWM toonikvoid2025-07-161-0/+60
* | | | | | Merge pull request #4359 from cbaechler/fix/stm32-l0-temperature-channelDario Nieuwenhuis2025-09-051-1/+5
|\ \ \ \ \ \
| * | | | | | embassy-stm32: fix temperature channel for L0 seriesChristoph Baechler2025-07-011-1/+5
* | | | | | | OSPI RAM Supportjake-taf2025-09-052-9/+101
* | | | | | | chore(embassy-stm32): Update changelogFrancisco José Gómez2025-09-051-0/+3
* | | | | | | fix(embassy-stm32): Prevent dropped DacChannel from disabling Dac peripheral ...Francisco José Gómez2025-09-051-1/+54
* | | | | | | Merge pull request #4620 from embassy-rs/lolsaiDario Nieuwenhuis2025-09-058-489/+264
|\ \ \ \ \ \ \
| * | | | | | | stm32/spi: update for new version numbering, add i2s support for all versions.Dario Nieuwenhuis2025-09-056-215/+181
| * | | | | | | stm32: peri_v1_bar now enables cfgs peri_v1 and peri_v1_bar.Dario Nieuwenhuis2025-09-052-7/+32
| * | | | | | | stm32/sai: update for new metapac, simplify cfgs.Dario Nieuwenhuis2025-09-051-267/+51
* | | | | | | | Merge branch 'main' into adc_with_clockDario Nieuwenhuis2025-09-0518-421/+1415
|\| | | | | | |
| * | | | | | | fix: ping-pong helper DMA directionAdrian Figueroa2025-09-053-9/+25
| * | | | | | | chore: add changelog entryAdrian Figueroa2025-09-051-2/+3
| * | | | | | | refactor: make dma implementations match in interfaceelagil2025-09-054-62/+70
| * | | | | | | fix: consolidate namingelagil2025-09-052-15/+15
| * | | | | | | fix: buildelagil2025-09-055-92/+35
| * | | | | | | fix: renamed simple table as per ST nomenclatureetiennecollin2025-09-051-4/+4
| * | | | | | | fix: removed unnecessary mut referenceetiennecollin2025-09-051-3/+3
| * | | | | | | feat: use register wrappers instead of u32 for LinearItemetiennecollin2025-09-051-15/+12
| * | | | | | | feat: add new_with_table() initializer for ring-buffers and removal of Regist...etiennecollin2025-09-055-79/+90
| * | | | | | | fix: moved channel configuration from new() to start()etiennecollin2025-09-051-6/+4
| * | | | | | | fix: removed functions exposing channel registersetiennecollin2025-09-052-21/+0
| * | | | | | | feat: custom dma configuration using RegisterUpdaters structetiennecollin2025-09-055-10/+56
| * | | | | | | fix: suspend before resetetiennecollin2025-09-051-0/+3
| * | | | | | | feat: use provided TransferOptions instead of defaultsetiennecollin2025-09-051-4/+4
| * | | | | | | feat: custom DMA channel configurationetiennecollin2025-09-052-6/+27
| * | | | | | | fix: writing reserved bitsetiennecollin2025-09-051-2/+20
| * | | | | | | fix: modified dma channel state managementetiennecollin2025-09-054-46/+80
| * | | | | | | fix: docstringelagil2025-09-051-1/+1
| * | | | | | | fix: build warningselagil2025-09-051-8/+0
| * | | | | | | fix: simplifyelagil2025-09-052-73/+5
| * | | | | | | fix: build issueselagil2025-09-052-17/+13