aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-0540-431/+1762
|\
| * 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-0626-144/+132
| * 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-0512-289/+156
| * Add STM32F1 AFIO remapFabian Wolter2025-09-0524-268/+1679
* | Merge pull request #4640 from universalhandle/4577-dropped-channel-disables-dacDario Nieuwenhuis2025-09-052-5/+1
|\ \
| * | fix(embassy-stm32): Remove duplicate fn call, vestigial from earlier refcount...Francisco José Gómez2025-09-052-5/+1
|/ /
* | Merge pull request #4210 from mcaveniathor/pio_i2s_rxDario Nieuwenhuis2025-09-053-4/+176
|\ \
| * | Add PioI2sIn, PioI2sInProgram, and example binaryThor McAvenia2025-09-053-4/+176
* | | Merge pull request #4639 from embassy-rs/rp-pio-spiDario Nieuwenhuis2025-09-055-10/+656
|\ \ \ | |_|/ |/| |
| * | rp: read pio gpiobase in set_pins and set_pin_dirsAdrian Wowk2025-09-051-2/+17
| * | rp: move pio pin configs after set_configAdrian Wowk2025-09-051-4/+5
| * | rp: fix pio spi async exampleAdrian Wowk2025-09-051-1/+0
| * | rp: add pio spi runtime reconfigurationAdrian Wowk2025-09-053-62/+87
| * | style: cleanup with rustfmtAdrian Wowk2025-09-053-26/+19
| * | rp: add pio spi examplesAdrian Wowk2025-09-052-0/+128
| * | rp: add new pio spi programAdrian Wowk2025-09-052-0/+434
| * | rp: add new pio dma apisAdrian Wowk2025-09-051-8/+59
|/ /
* | Merge pull request #4613 from felipebalbi/embassy-usb-transfer-helperDario Nieuwenhuis2025-09-052-0/+32
|\ \
| * | Fix commentsFelipe Balbi2025-09-021-3/+3
| * | feat: add helper to read/write full transfer blocksFelipe Balbi2025-08-292-0/+32
* | | Merge pull request #4566 from mkj/pr/otg-rxDario Nieuwenhuis2025-09-052-14/+18
|\ \ \
| * | | otg: Use chunks_exact for more efficient rx copyMatt Johnston2025-09-052-2/+10
| * | | otg: Simplify chunks_exact for txMatt Johnston2025-09-051-12/+8
| | |/ | |/|
* | | 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
* | | | | Merge pull request #4638 from embassy-rs/octospiDario Nieuwenhuis2025-09-052-9/+101
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | OSPI RAM Supportjake-taf2025-09-052-9/+101
|/ / / /
* | | | Merge pull request #4599 from universalhandle/4577-dropped-channel-disables-dacDario Nieuwenhuis2025-09-052-1/+57
|\ \ \ \
| * | | | 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
|/ / / /
* | | | Use merge=union for changelogs to avoid constant conflicts.Dario Nieuwenhuis2025-09-051-0/+7
* | | | Merge pull request #4620 from embassy-rs/lolsaiDario Nieuwenhuis2025-09-0510-558/+269
|\ \ \ \
| * | | | 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-053-336/+56
* | | | | Merge pull request #4496 from variegated-coffee/psramDario Nieuwenhuis2025-09-054-0/+794
|\ \ \ \ \
| * | | | | Gate ARM-specific assembly using cfgMagnus Nordlander2025-08-051-186/+200
| * | | | | Manual rustfmt fixMagnus Nordlander2025-08-051-0/+1
| * | | | | Apply rustfmtMagnus Nordlander2025-08-053-15/+7
| * | | | | Interface changes and added exampleMagnus Nordlander2025-08-052-5/+51
| * | | | | Remove regs since it doesn’t really make sense to return the QMI peripheral...Magnus Nordlander2025-08-052-15/+7
| * | | | | Apply rustfmtMagnus Nordlander2025-08-023-121/+122
| * | | | | Added support for QMI CS1, and for APS6404L PSRAM on the RP2350Magnus Nordlander2025-08-023-0/+748