| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Update embassy-stm32/CHANGELOG.md | Brian Schwind | 2025-09-13 | 1 | -0/+1 | |
| | * | | | | | Apply fixes to XSPI as well | Brian Schwind | 2025-09-13 | 1 | -9/+8 | |
| | * | | | | | Apply fixes to HSPI as well | Brian Schwind | 2025-09-13 | 1 | -9/+8 | |
| | * | | | | | Set the alternate bytes register to the correct value when configuring an Osp... | Brian Schwind | 2025-09-13 | 1 | -6/+5 | |
| | * | | | | | Typo fixes | Brian Schwind | 2025-09-13 | 1 | -4/+4 | |
| | * | | | | | stm32/usart: fix blocking flush | Birk Tjelmeland | 2025-09-10 | 2 | -1/+4 | |
| * | | | | | | Re-export API enums and update examples | Per Rosengren | 2025-09-16 | 1 | -1/+3 | |
| * | | | | | | rustfmt | Per Rosengren | 2025-09-16 | 1 | -3/+2 | |
| * | | | | | | changelog entry | Per Rosengren | 2025-09-16 | 1 | -42/+66 | |
| * | | | | | | ADC v3: Migrate to stm32-data g0 with enums | Per Rosengren | 2025-09-16 | 2 | -71/+113 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #4430 from fwolter/add-f1-remap | Dario Nieuwenhuis | 2025-09-05 | 33 | -423/+583 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | stm32/afio: fix accidentally always using AF number 0 on non-AFIO chips. | Dario Nieuwenhuis | 2025-09-06 | 1 | -4/+4 | |
| | * | | | | | 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 | 9 | -273/+139 | |
| | * | | | | | Add STM32F1 AFIO remap | Fabian Wolter | 2025-09-05 | 20 | -265/+506 | |
| * | | | | | | fix(embassy-stm32): Remove duplicate fn call, vestigial from earlier refcount... | Francisco José Gómez | 2025-09-05 | 2 | -5/+1 | |
| |/ / / / / | ||||||
| * | | | | | 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 | 2 | -9/+101 | |
| * | | | | | | | chore(embassy-stm32): Update changelog | Francisco José Gómez | 2025-09-05 | 1 | -0/+3 | |
| * | | | | | | | 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 | 8 | -489/+264 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | stm32/spi: update for new version numbering, add i2s support for all versions. | Dario Nieuwenhuis | 2025-09-05 | 6 | -215/+181 | |
| | * | | | | | | | stm32: peri_v1_bar now enables cfgs peri_v1 and peri_v1_bar. | Dario Nieuwenhuis | 2025-09-05 | 2 | -7/+32 | |
| | * | | | | | | | 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 | 18 | -421/+1415 | |
| |\| | | | | | | | ||||||
| | * | | | | | | | fix: ping-pong helper DMA direction | Adrian Figueroa | 2025-09-05 | 3 | -9/+25 | |
| | * | | | | | | | chore: add changelog entry | Adrian Figueroa | 2025-09-05 | 1 | -2/+3 | |
| | * | | | | | | | 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 | |
