aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | correct 16 bit SDRAM configuration label from 16 banks to 4 banksKat2025-10-211-1/+1
| | | * | | | | | | add 16 bit SDRAM configuration for Bank 1 in fmc.rsKat2025-10-211-0/+18
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Merge pull request #4813 from xoviat/bkxoviat2025-11-094-0/+59
| | |\ \ \ \ \ \ \
| | | * | | | | | | stm32: add backup sram modxoviat2025-11-064-0/+59
| | * | | | | | | | Merge branch 'main' into into_ring_buffered_adc_for_g4Jakob2025-11-0713-192/+424
| | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | | * | | | | | | Merge branch 'main' into stm32-dsi-cmdYannick Steiner2025-11-063-24/+130
| | | |\| | | | | |
| | | | * | | | | | Pause DMA before awaiting DMA not-running at end of I2C target DMA read/write.WillaWillNot2025-11-051-1/+3
| | | | * | | | | | Merge pull request #4388 from modulo-org/feature/stm32-spi-slavexoviat2025-11-052-23/+127
| | | | |\ \ \ \ \ \
| | | | | * | | | | | feat: stm32 spi driver slave modeCristian Milatinov2025-11-042-23/+127
| | | * | | | | | | | stm32/dsi: support short write without parametersYannick2025-11-061-7/+5
| | | |/ / / / / / /
| | | * / / / / / / tests: disable rtc for h563 on non-stopxoviat2025-11-051-1/+14
| | | |/ / / / / /
| | | * | | | | | rtc: use consistent api between stop and non-stopxoviat2025-11-044-37/+61
| | | * | | | | | Merge pull request #4838 from embassy-rs/lp2xoviat2025-11-048-125/+143
| | | |\ \ \ \ \ \
| | | | * | | | | | make min_stop_pause configurablexoviat2025-11-044-36/+35
| | | | * | | | | | fix rtc optxoviat2025-11-041-6/+5
| | | | * | | | | | minor rtc optxoviat2025-11-041-13/+8
| | | | * | | | | | stm32/stop: move stop_with_rtc into initxoviat2025-11-046-36/+46
| | | | * | | | | | stm32/low-power: cleanup and improvexoviat2025-11-044-83/+98
| | | * | | | | | | Merge pull request #4783 from weinmann-emt/hrtim-pin-configxoviat2025-11-041-7/+80
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | Update HRTIM pins to be configurableMarkus Huber2025-10-281-7/+80
| | * | | | | | | | cargo fmtJakob2025-11-071-1/+1
| | * | | | | | | | Rework how sequences ADC are specified. Update documentation in g4. Carefully...Jakob2025-11-072-114/+165
| | * | | | | | | | consume regular ringbufxoviat2025-11-051-17/+27
| | * | | | | | | | Create raii wrapper for injected conversionsJakob2025-11-052-10/+111
| | * | | | | | | | Move all injected methods to same palce in fileJakob2025-11-041-56/+60
| | * | | | | | | | Implement into_ring_buffered for g4. Add methods for configuring injected sam...Jakob2025-11-044-15/+257
| | |/ / / / / / /
| | * | | | | | | Merge branch 'main' into i2cxoviat2025-11-0417-483/+742
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge pull request #4834 from leftger/feat/wba-fix-vrefbuf-valuesUlf Lilleengen2025-11-041-4/+4
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Fixed VREFBUF values to match reference manualGerzain Mata2025-11-031-4/+4
| | | * | | | | | | | Merge branch 'adc' of github.com:xoviat/embassy into adcxoviat2025-11-039-22/+196
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Merge branch 'main' into adcxoviat2025-11-039-22/+196
| | | | |\| | | | | | |
| | | | | * | | | | | | low_power: on_wakeup_irq: don't call the executor if its not thereliebman2025-11-031-1/+4
| | | | | * | | | | | | don't use embassy_time for blocking_delay_us on stm32wlex low-powerliebman2025-11-031-8/+12
| | | | | * | | | | | | stm32wlex: remove gratuitous logliebman2025-11-031-4/+3
| | | | | * | | | | | | stm32wlex: low-power for adcliebman2025-11-031-0/+3
| | | | | * | | | | | | use DeviceBusy to mark when stop1 or stop2 is unavailable.liebman2025-11-032-13/+75
| | | | | * | | | | | | low_power: i2c wakeupliebman2025-11-032-3/+11
| | | | | * | | | | | | stm32wlex: restore timer near the end of RtcDriver::init_timerliebman2025-11-031-4/+5
| | | | | * | | | | | | stm32wlex: init/restore timer config after STOP2liebman2025-11-033-11/+88
| | | | | * | | | | | | rcc::reinit - only need RCC for the length of the callliebman2025-11-031-1/+1
| | | | | * | | | | | | support low-power executor on STM32WLExliebman2025-11-033-7/+24
| | | | | | |_|_|/ / / | | | | | |/| | | | |
| | | * | / | | | | | stm32/adc: move dma pausexoviat2025-11-031-2/+2
| | | |/ / / / / / /
| | | * | | | | | | stm32/adc: reorder and unifyxoviat2025-11-033-230/+152
| | | * | | | | | | fixxoviat2025-11-031-3/+8
| | | * | | | | | | unify ringbuffered versionsxoviat2025-11-034-257/+189
| | | * | | | | | | stm32/adc: cleanup and simplifyxoviat2025-11-032-160/+14
| | | * | | | | | | stm32/adc: update v2 iface to match v3xoviat2025-11-032-135/+149
| | | |/ / / / / /
| | | * | | | | | low_power: update api to allow reconfigxoviat2025-11-035-15/+31
| | | * | | | | | Merge pull request #4809 from szechyjs/sdmmc-fixxoviat2025-11-031-3/+7
| | | |\ \ \ \ \ \
| | | | * | | | | | Add commentJared Szechy2025-11-021-0/+2