aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into xspixoviat2025-11-24120-4246/+8490
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | 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-221-14/+4
| | * | | | | Synchronize with main branchWillaWillNot2025-11-2211-102/+670
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Merge pull request #4931 from xoviat/lp-dmaxoviat2025-11-226-71/+135
| | | |\| | |
| | | | * | | low power: store stop mode for dma channelsxoviat2025-11-216-71/+135
| | | * | | | Merge pull request #4925 from diondokter/u0-lcdxoviat2025-11-222-0/+512
| | | |\ \ \ \
| | | | * | | | Impl blinkDion Dokter2025-11-221-2/+71
| | | | * | | | Update metapack and add all(?) families + v1 supportDion Dokter2025-11-221-2/+5
| | | | * | | | Add L0 familyDion Dokter2025-11-221-1/+3
| | | | * | | | fmt + clippy + changelogDion Dokter2025-11-221-1/+1
| | | | * | | | Restructure build script and pin traits a little bitDion Dokter2025-11-221-11/+22
| | | | * | | | 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-20164-10114/+29863
| | | | |\ \ \ \
| | | | * | | | | Things work!Dion Dokter2024-06-151-22/+107
| | | | * | | | | More debuggingDion Dokter2024-06-151-29/+91
| | | | * | | | | Start implementing lcdDion Dokter2024-06-142-0/+178
| | | * | | | | | adc: fix start sequence for blocking_readxoviat2025-11-213-31/+23
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput...WillaWillNot2025-11-223-64/+43
| | * | | | | | Synchronize with main branchWillaWillNot2025-11-216-23/+51
| | |\| | | | |
| | | * | | | | Merge branch 'main' into fix/stm32wba-adc4leftger2025-11-204-14/+13
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch 'main' into adcxoviat2025-11-208-81/+328
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge branch 'main' into usartxoviat2025-11-207-127/+500
| | | | | |\ \ \ \ \
| | | | | | * | | | | 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-181-1/+1
| | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | adc: allow usage of anyadcchannel for adc4xoviat2025-11-201-3/+3
| | | * | | | | | stm32: Fixed ADC4 enable() for WBAGerzain Mata2025-11-201-1/+17
| | | | |_|/ / / | | | |/| | | |
| | | * | | | | Merge pull request #4921 from xoviat/stopxoviat2025-11-192-10/+23
| | | |\ \ \ \ \
| | | | * | | | | stm32: impl. low power test for stm32wb55xoviat2025-11-192-10/+23
| | * | | | | | | Updated documentation, fixed EXTI definition issues with chips that have touc...WillaWillNot2025-11-212-19/+49
| | * | | | | | | Added type-erased AnyBinding for interrupt-handler bindings, and changed Exti...WillaWillNot2025-11-191-16/+43
| | |/ / / / / /
| | * | | | | | Merge branch 'main' into extixoviat2025-11-195-58/+267
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge pull request #4910 from fbrozovic/h7-async-flashxoviat2025-11-192-37/+157
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | stm32: async flash erase/write for h7Filip Brozovic2025-11-182-37/+157
| | | * | | | | | stm32: impl. stop for stm32wbxoviat2025-11-193-21/+110
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch 'main' into extixoviat2025-11-191-63/+189
| | |\| | | | |
| | | * | | | | hsem: add hardware test and reworkxoviat2025-11-191-63/+189
| | | | |/ / / | | | |/| | |
| | * / | | | stm32/exti: add poll_for methodsxoviat2025-11-181-10/+36
| | |/ / / /
| | * | | | Merge branch 'main' into smaxoviat2025-11-1820-676/+633
| | |\| | |
| | | * | | low_power: misc cleanups and allow main macroxoviat2025-11-166-98/+56
| | | * | | Merge pull request #4896 from xoviat/low-powerxoviat2025-11-152-59/+42
| | | |\ \ \
| | | | * | | low_power: optimizexoviat2025-11-152-59/+42
| | | * | | | timer: add note about disruptionxoviat2025-11-151-1/+2
| | | * | | | Merge branch 'timer_update_management' of github.com:WattStep/embassy into timexoviat2025-11-155-15/+25
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Merge branch 'main' into timer_update_managementJakob2025-11-156-118/+92
| | | | |\ \ \
| | | | * | | | Add separate method for generating update event. Make sure values are loaded ...Jakob2025-11-155-21/+35
| | | | * | | | Avoid generating update events when chaning timer period. Set frequency updat...Jakob2025-11-153-24/+20