aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into timexoviat2025-11-2618-352/+593
|\
| * stm32: extract busychannel into common apixoviat2025-11-257-83/+105
| * fmtxoviat2025-11-251-0/+4
| * stm32: allow granular stop for uartxoviat2025-11-254-10/+53
| * Merge pull request #4946 from xoviat/pwmxoviat2025-11-255-1/+233
| |\
| | * fmtxoviat2025-11-251-3/+0
| | * pwm: cleanupxoviat2025-11-251-53/+0
| | * Merge branch 'feat/pwm_waveform_continuous' of github.com:KorribanMaster/emba...xoviat2025-11-251-0/+53
| | |\
| | | * fix: Formatting, use nightly...Eicke Hecht2025-11-241-2/+1
| | | * fix: formattingEicke Hecht2025-11-241-1/+1
| | | * wip: Add a working example for the stm32f767zi nucleo. Currently no PWM signa...Eicke Hecht2025-11-241-0/+2
| | | * fix: Warnings and formatting all fixedEicke Hecht2025-11-243-15/+45
| | | * feat: Implement basic ring buffered PWM channelEicke Hecht2025-11-243-25/+163
| | | * wip: adding basic ringbuffered structureEicke Hecht2025-11-232-0/+48
| | | * fix: Fix waveform for channels > 1 and disallow for unsupported dmasEicke Hecht2025-11-231-3/+9
| | | * doc: Add changelogEicke Hecht2025-11-191-0/+1
| | | * feat: Add generation of a continuous waveforms for SimplePWMEicke Hecht2025-11-192-2/+48
| | * | timer: add writable ring bufferxoviat2025-11-255-1/+236
| * | | Merge pull request #4932 from xoviat/lp-dmaxoviat2025-11-251-11/+0
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'main' of https://github.com/embassy-rs/embassy into lp-dmaxoviat2025-11-228-34/+555
| | |\ \
| | * | | low_power: remove device busys for wlexoviat2025-11-221-11/+0
| * | | | cleanup low-level timer methodsxoviat2025-11-253-100/+59
| * | | | stm32: remove waveform methodxoviat2025-11-254-49/+1
| * | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into xspixoviat2025-11-24123-4431/+8893
| |\ \ \ \
| * | | | | Update CHANGELOG.mdBrian Schwind2025-10-041-1/+2
| * | | | | xspi: properly respect the max DMA transfer size when reading and writingBrian Schwind2025-10-041-32/+41
| * | | | | xspi: properly configure the transfer sizeBrian Schwind2025-10-041-7/+12
| * | | | | xspi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-3/+3
| * | | | | hspi: properly respect the max DMA transfer size when reading and writingBrian Schwind2025-10-041-32/+41
| * | | | | hspi: properly configure the transfer sizeBrian Schwind2025-10-041-6/+12
| * | | | | hspi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-1/+1
| * | | | | ospi: properly respect the max DMA transfer size when readingBrian Schwind2025-10-041-16/+20
| * | | | | ospi: properly respect the max DMA transfer size when writingBrian Schwind2025-10-041-2/+2
| * | | | | ospi: properly configure the transfer sizeBrian Schwind2025-10-041-6/+12
| * | | | | ospi: use a named enum variant in place of a literal zeroBrian Schwind2025-10-041-1/+1
* | | | | | stm32: allow split irqs for time driverxoviat2025-11-253-130/+46
| |/ / / / |/| | | |
* | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into wpanxoviat2025-11-231-2/+2
|\ \ \ \ \
| * | | | | wpan: use ptr arithmaticxoviat2025-11-231-1/+1
| * | | | | stm32: update pacxoviat2025-11-231-2/+2
* | | | | | wpan: restructure ipcc and hil test wpan_macxoviat2025-11-231-97/+153
|/ / / / /
* | | | | Build script now injects EXTI2 => EXTI2_TSC peripheral/interrupt mapping if i...WillaWillNot2025-11-223-19/+22
* | | | | Synchronize with main branchWillaWillNot2025-11-2214-106/+705
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #4931 from xoviat/lp-dmaxoviat2025-11-228-72/+150
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | low power: store stop mode for dma channelsxoviat2025-11-218-72/+150
| * | | | Merge pull request #4925 from diondokter/u0-lcdxoviat2025-11-225-3/+532
| |\ \ \ \
| | * | | | Impl blinkDion Dokter2025-11-221-2/+71
| | * | | | Update metapack and add all(?) families + v1 supportDion Dokter2025-11-222-4/+7
| | * | | | Add L0 familyDion Dokter2025-11-221-1/+3
| | * | | | fmt + clippy + changelogDion Dokter2025-11-222-1/+2
| | * | | | Restructure build script and pin traits a little bitDion Dokter2025-11-222-19/+30