| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Re-export API enums and update examples | Per Rosengren | 2025-09-16 | 1 | -1/+3 | |
| * | | | | | | rustfmt | Per Rosengren | 2025-09-16 | 1 | -3/+2 | |
| * | | | | | | ADC v3: Migrate to stm32-data g0 with enums | Per Rosengren | 2025-09-16 | 1 | -69/+110 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #4430 from fwolter/add-f1-remap | Dario Nieuwenhuis | 2025-09-05 | 31 | -409/+520 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | stm32/afio: make af_num() unavailable in afio chips. | Dario Nieuwenhuis | 2025-09-06 | 25 | -143/+131 | |
| | * | | | | | stm32/afio: make the A generic param only appear in chips with AFIO. | Dario Nieuwenhuis | 2025-09-05 | 16 | -226/+291 | |
| | * | | | | | stm32/afio: use type inference for timer remaps as well. | Dario Nieuwenhuis | 2025-09-05 | 8 | -183/+98 | |
| | * | | | | | Add STM32F1 AFIO remap | Fabian Wolter | 2025-09-05 | 18 | -251/+394 | |
| * | | | | | | fix(embassy-stm32): Remove duplicate fn call, vestigial from earlier refcount... | Francisco José Gómez | 2025-09-05 | 1 | -2/+0 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #4368 from nikvoid/stm32-complementary-pwm-dma | Dario Nieuwenhuis | 2025-09-05 | 1 | -0/+60 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | stm32: add `waveform_up` function for complementary PWM too | nikvoid | 2025-07-16 | 1 | -0/+60 | |
| * | | | | | | Merge pull request #4359 from cbaechler/fix/stm32-l0-temperature-channel | Dario Nieuwenhuis | 2025-09-05 | 1 | -1/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | embassy-stm32: fix temperature channel for L0 series | Christoph Baechler | 2025-07-01 | 1 | -1/+5 | |
| * | | | | | | | OSPI RAM Support | jake-taf | 2025-09-05 | 1 | -9/+100 | |
| * | | | | | | | fix(embassy-stm32): Prevent dropped DacChannel from disabling Dac peripheral ... | Francisco José Gómez | 2025-09-05 | 1 | -1/+54 | |
| * | | | | | | | Merge pull request #4620 from embassy-rs/lolsai | Dario Nieuwenhuis | 2025-09-05 | 5 | -483/+232 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | stm32/spi: update for new version numbering, add i2s support for all versions. | Dario Nieuwenhuis | 2025-09-05 | 4 | -211/+176 | |
| | * | | | | | | | stm32: peri_v1_bar now enables cfgs peri_v1 and peri_v1_bar. | Dario Nieuwenhuis | 2025-09-05 | 1 | -5/+5 | |
| | * | | | | | | | stm32/sai: update for new metapac, simplify cfgs. | Dario Nieuwenhuis | 2025-09-05 | 1 | -267/+51 | |
| * | | | | | | | | Merge branch 'main' into adc_with_clock | Dario Nieuwenhuis | 2025-09-05 | 17 | -419/+1407 | |
| |\| | | | | | | | ||||||
| | * | | | | | | | fix: ping-pong helper DMA direction | Adrian Figueroa | 2025-09-05 | 3 | -9/+25 | |
| | * | | | | | | | refactor: make dma implementations match in interface | elagil | 2025-09-05 | 4 | -62/+70 | |
| | * | | | | | | | fix: consolidate naming | elagil | 2025-09-05 | 2 | -15/+15 | |
| | * | | | | | | | fix: build | elagil | 2025-09-05 | 5 | -92/+35 | |
| | * | | | | | | | fix: renamed simple table as per ST nomenclature | etiennecollin | 2025-09-05 | 1 | -4/+4 | |
| | * | | | | | | | fix: removed unnecessary mut reference | etiennecollin | 2025-09-05 | 1 | -3/+3 | |
| | * | | | | | | | feat: use register wrappers instead of u32 for LinearItem | etiennecollin | 2025-09-05 | 1 | -15/+12 | |
| | * | | | | | | | feat: add new_with_table() initializer for ring-buffers and removal of Regist... | etiennecollin | 2025-09-05 | 5 | -79/+90 | |
| | * | | | | | | | fix: moved channel configuration from new() to start() | etiennecollin | 2025-09-05 | 1 | -6/+4 | |
| | * | | | | | | | fix: removed functions exposing channel registers | etiennecollin | 2025-09-05 | 2 | -21/+0 | |
| | * | | | | | | | feat: custom dma configuration using RegisterUpdaters struct | etiennecollin | 2025-09-05 | 5 | -10/+56 | |
| | * | | | | | | | fix: suspend before reset | etiennecollin | 2025-09-05 | 1 | -0/+3 | |
| | * | | | | | | | feat: use provided TransferOptions instead of defaults | etiennecollin | 2025-09-05 | 1 | -4/+4 | |
| | * | | | | | | | feat: custom DMA channel configuration | etiennecollin | 2025-09-05 | 2 | -6/+27 | |
| | * | | | | | | | fix: writing reserved bits | etiennecollin | 2025-09-05 | 1 | -2/+20 | |
| | * | | | | | | | fix: modified dma channel state management | etiennecollin | 2025-09-05 | 4 | -46/+80 | |
| | * | | | | | | | fix: docstring | elagil | 2025-09-05 | 1 | -1/+1 | |
| | * | | | | | | | fix: build warnings | elagil | 2025-09-05 | 1 | -8/+0 | |
| | * | | | | | | | fix: simplify | elagil | 2025-09-05 | 2 | -73/+5 | |
| | * | | | | | | | fix: build issues | elagil | 2025-09-05 | 2 | -17/+13 | |
| | * | | | | | | | feat: wip, write buffer in halves | elagil | 2025-09-05 | 3 | -108/+54 | |
| | * | | | | | | | chore: change naming | elagil | 2025-09-05 | 3 | -57/+87 | |
| | * | | | | | | | fix: wip gpdma | elagil | 2025-09-05 | 2 | -15/+16 | |
| | * | | | | | | | fix: load/store ordering | elagil | 2025-09-05 | 2 | -6/+6 | |
| | * | | | | | | | fix: read transfer options | elagil | 2025-09-05 | 1 | -12/+7 | |
| | * | | | | | | | chore: clean up transfer options | elagil | 2025-09-05 | 3 | -36/+6 | |
| | * | | | | | | | fix: transfer options | elagil | 2025-09-05 | 2 | -1/+8 | |
| | * | | | | | | | fix: disable half-complete interrupt | elagil | 2025-09-05 | 1 | -2/+2 | |
| | * | | | | | | | style: formatting | elagil | 2025-09-05 | 3 | -19/+12 | |
| | * | | | | | | | feat: ping-pong buffers | elagil | 2025-09-05 | 3 | -16/+92 | |
