| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | | | Merge pull request #4838 from embassy-rs/lp2 | xoviat | 2025-11-04 | 9 | -125/+144 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | make min_stop_pause configurable | xoviat | 2025-11-04 | 4 | -36/+35 | |
| | | | | * | | | | | | fix rtc opt | xoviat | 2025-11-04 | 1 | -6/+5 | |
| | | | | * | | | | | | stm32: changelog | xoviat | 2025-11-04 | 1 | -0/+1 | |
| | | | | * | | | | | | minor rtc opt | xoviat | 2025-11-04 | 1 | -13/+8 | |
| | | | | * | | | | | | stm32/stop: move stop_with_rtc into init | xoviat | 2025-11-04 | 6 | -36/+46 | |
| | | | | * | | | | | | stm32/low-power: cleanup and improve | xoviat | 2025-11-04 | 4 | -83/+98 | |
| | | | * | | | | | | | Merge pull request #4783 from weinmann-emt/hrtim-pin-config | xoviat | 2025-11-04 | 2 | -7/+81 | |
| | | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | | | | * | | | | | | Update HRTIM pins to be configurable | Markus Huber | 2025-10-28 | 2 | -7/+81 | |
| | | * | | | | | | | | cargo fmt | Jakob | 2025-11-07 | 1 | -1/+1 | |
| | | * | | | | | | | | Rework how sequences ADC are specified. Update documentation in g4. Carefully... | Jakob | 2025-11-07 | 2 | -114/+165 | |
| | | * | | | | | | | | consume regular ringbuf | xoviat | 2025-11-05 | 1 | -17/+27 | |
| | | * | | | | | | | | Create raii wrapper for injected conversions | Jakob | 2025-11-05 | 2 | -10/+111 | |
| | | * | | | | | | | | Update changelog | Jakob | 2025-11-04 | 1 | -0/+2 | |
| | | * | | | | | | | | Move all injected methods to same palce in file | Jakob | 2025-11-04 | 1 | -56/+60 | |
| | | * | | | | | | | | Implement into_ring_buffered for g4. Add methods for configuring injected sam... | Jakob | 2025-11-04 | 4 | -15/+257 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merge branch 'main' into i2c | xoviat | 2025-11-04 | 18 | -487/+750 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ | Merge pull request #4834 from leftger/feat/wba-fix-vrefbuf-values | Ulf Lilleengen | 2025-11-04 | 2 | -4/+5 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | Fixed VREFBUF values to match reference manual | Gerzain Mata | 2025-11-03 | 2 | -4/+5 | |
| | | | * | | | | | | | | Merge branch 'adc' of github.com:xoviat/embassy into adc | xoviat | 2025-11-03 | 10 | -22/+197 | |
| | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | Merge branch 'main' into adc | xoviat | 2025-11-03 | 10 | -22/+197 | |
| | | | | |\| | | | | | | | ||||||
| | | | | | * | | | | | | | low_power: on_wakeup_irq: don't call the executor if its not there | liebman | 2025-11-03 | 1 | -1/+4 | |
| | | | | | * | | | | | | | don't use embassy_time for blocking_delay_us on stm32wlex low-power | liebman | 2025-11-03 | 1 | -8/+12 | |
| | | | | | * | | | | | | | stm32wlex: remove gratuitous log | liebman | 2025-11-03 | 1 | -4/+3 | |
| | | | | | * | | | | | | | stm32wlex: low-power for adc | liebman | 2025-11-03 | 1 | -0/+3 | |
| | | | | | * | | | | | | | use DeviceBusy to mark when stop1 or stop2 is unavailable. | liebman | 2025-11-03 | 2 | -13/+75 | |
| | | | | | * | | | | | | | low_power: i2c wakeup | liebman | 2025-11-03 | 2 | -3/+11 | |
| | | | | | * | | | | | | | stm32wlex: restore timer near the end of RtcDriver::init_timer | liebman | 2025-11-03 | 1 | -4/+5 | |
| | | | | | * | | | | | | | stm32wlex: init/restore timer config after STOP2 | liebman | 2025-11-03 | 3 | -11/+88 | |
| | | | | | * | | | | | | | rcc::reinit - only need RCC for the length of the call | liebman | 2025-11-03 | 1 | -1/+1 | |
| | | | | | * | | | | | | | support low-power executor on STM32WLEx | liebman | 2025-11-03 | 4 | -7/+25 | |
| | | | | | | |_|_|/ / / | | | | | |/| | | | | | ||||||
| | | | * | / | | | | | | stm32/adc: move dma pause | xoviat | 2025-11-03 | 1 | -2/+2 | |
| | | | |/ / / / / / / | ||||||
| | | | * | | | | | | | stm32: update changelog | xoviat | 2025-11-03 | 1 | -0/+1 | |
| | | | * | | | | | | | stm32/adc: reorder and unify | xoviat | 2025-11-03 | 3 | -230/+152 | |
| | | | * | | | | | | | fix | xoviat | 2025-11-03 | 1 | -3/+8 | |
| | | | * | | | | | | | unify ringbuffered versions | xoviat | 2025-11-03 | 4 | -257/+189 | |
| | | | * | | | | | | | stm32/adc: cleanup and simplify | xoviat | 2025-11-03 | 2 | -160/+14 | |
| | | | * | | | | | | | stm32/adc: update v2 iface to match v3 | xoviat | 2025-11-03 | 2 | -135/+149 | |
| | | | |/ / / / / / | ||||||
| | | | * | | | | | | low_power: update api to allow reconfig | xoviat | 2025-11-03 | 6 | -15/+32 | |
| | | | * | | | | | | Merge pull request #4809 from szechyjs/sdmmc-fix | xoviat | 2025-11-03 | 2 | -7/+9 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | Add comment | Jared Szechy | 2025-11-02 | 1 | -0/+2 | |
| | | | | * | | | | | | Merge remote-tracking branch 'origin/main' into sdmmc-fix | Jared Szechy | 2025-11-01 | 2 | -21/+14 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | Fix status polling | Jared Szechy | 2025-11-01 | 1 | -3/+1 | |
| | | | | * | | | | | | | allow unused | Jared Szechy | 2025-10-29 | 1 | -0/+1 | |
| | | | | * | | | | | | | Add and fix changelog | Jared Szechy | 2025-10-29 | 1 | -4/+2 | |
| | | | | * | | | | | | | Fix SDMMC on v2 | Jared Szechy | 2025-10-29 | 1 | -0/+3 | |
| | | | * | | | | | | | | Merge pull request #4583 from maor1993/main | xoviat | 2025-11-03 | 3 | -0/+319 | |
| | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | stm32/adc/ringbuffered_v3: lower visability for RingBufferedAdc::new | Maor Malka | 2025-11-01 | 1 | -1/+1 | |
| | | | | * | | | | | | | | Merge branch 'embassy-rs:main' into main | maor1993 | 2025-11-01 | 5 | -37/+96 | |
| | | | | |\ \ \ \ \ \ \ \ | | | | | | |/ / / / / / | | | | | |/| | | | | | | ||||||
| | | | | * | | | | | | | | stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_buffered | maor malka | 2025-10-07 | 2 | -2/+2 | |
