aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | 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
| | | | * | | | Add ram read function and add docsDion Dokter2025-11-211-2/+53
| | | | * | | | Create demoDion Dokter2025-11-201-14/+63
| | | | * | | | Update LCD to modern embassyDion Dokter2025-11-201-28/+30
| | | | * | | | Merge branch 'main' into u0-lcdDion Dokter2025-11-20168-10509/+31549
| | | | |\ \ \ \
| | | | * | | | | Things work!Dion Dokter2024-06-151-22/+107
| | | | * | | | | More debuggingDion Dokter2024-06-151-29/+91
| | | | * | | | | Start implementing lcdDion Dokter2024-06-144-3/+197
| | | * | | | | | adc: fix start sequence for blocking_readxoviat2025-11-213-31/+23
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput...WillaWillNot2025-11-224-67/+46
| | * | | | | | Synchronize with main branchWillaWillNot2025-11-217-23/+54
| | |\| | | | |
| | | * | | | | Merge branch 'main' into fix/stm32wba-adc4leftger2025-11-205-14/+15
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch 'main' into adcxoviat2025-11-209-81/+332
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge branch 'main' into usartxoviat2025-11-208-127/+504
| | | | | |\ \ \ \ \
| | | | | | * | | | | adc: fix ringbuf stopxoviat2025-11-201-3/+1
| | | | | | * | | | | low power: don't enter stop without rcc configxoviat2025-11-201-7/+8
| | | | | | | |/ / / | | | | | | |/| | |
| | | | | * | | | | fix: fix incorrect logic for buffered usart transmission complete.xoviat2025-11-182-1/+2
| | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | adc: allow usage of anyadcchannel for adc4xoviat2025-11-202-3/+4
| | | * | | | | | stm32: Fixed ADC4 enable() for WBAGerzain Mata2025-11-202-1/+18
| | | | |_|/ / / | | | |/| | | |
| | | * | | | | Merge pull request #4921 from xoviat/stopxoviat2025-11-192-10/+23
| | | |\ \ \ \ \