aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | Merge pull request #4838 from embassy-rs/lp2xoviat2025-11-049-125/+144
| | | |\ \ \ \ \ \
| | | | * | | | | | make min_stop_pause configurablexoviat2025-11-044-36/+35
| | | | * | | | | | fix rtc optxoviat2025-11-041-6/+5
| | | | * | | | | | stm32: changelogxoviat2025-11-041-0/+1
| | | | * | | | | | 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-042-7/+81
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | | * | | | | | Update HRTIM pins to be configurableMarkus Huber2025-10-282-7/+81
| | * | | | | | | | 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
| | * | | | | | | | Update changelogJakob2025-11-041-0/+2
| | * | | | | | | | 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-0418-487/+750
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge pull request #4834 from leftger/feat/wba-fix-vrefbuf-valuesUlf Lilleengen2025-11-042-4/+5
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Fixed VREFBUF values to match reference manualGerzain Mata2025-11-032-4/+5
| | | * | | | | | | | Merge branch 'adc' of github.com:xoviat/embassy into adcxoviat2025-11-0310-22/+197
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Merge branch 'main' into adcxoviat2025-11-0310-22/+197
| | | | |\| | | | | | |
| | | | | * | | | | | | 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-034-7/+25
| | | | | | |_|_|/ / / | | | | | |/| | | | |
| | | * | / | | | | | stm32/adc: move dma pausexoviat2025-11-031-2/+2
| | | |/ / / / / / /
| | | * | | | | | | stm32: update changelogxoviat2025-11-031-0/+1
| | | * | | | | | | 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-036-15/+32
| | | * | | | | | Merge pull request #4809 from szechyjs/sdmmc-fixxoviat2025-11-032-7/+9
| | | |\ \ \ \ \ \
| | | | * | | | | | Add commentJared Szechy2025-11-021-0/+2
| | | | * | | | | | Merge remote-tracking branch 'origin/main' into sdmmc-fixJared Szechy2025-11-012-21/+14
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Fix status pollingJared Szechy2025-11-011-3/+1
| | | | * | | | | | | allow unusedJared Szechy2025-10-291-0/+1
| | | | * | | | | | | Add and fix changelogJared Szechy2025-10-291-4/+2
| | | | * | | | | | | Fix SDMMC on v2Jared Szechy2025-10-291-0/+3
| | | * | | | | | | | Merge pull request #4583 from maor1993/mainxoviat2025-11-033-0/+319
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | stm32/adc/ringbuffered_v3: lower visability for RingBufferedAdc::newMaor Malka2025-11-011-1/+1
| | | | * | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-11-015-37/+96
| | | | |\ \ \ \ \ \ \ \ | | | | | | |/ / / / / / | | | | | |/| | | | | |
| | | | * | | | | | | | stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_bufferedmaor malka2025-10-072-2/+2