aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* stm32: feature-gate wakeup alarmxoviat2023-08-261-19/+2
* tests/stm32: add stop and cleanpuxoviat2023-08-261-1/+0
* stm32: complete stop impl.xoviat2023-08-264-164/+107
* stm32: get the basic lp workingxoviat2023-08-263-92/+196
* stm32: clenaup lp executorxoviat2023-08-251-63/+91
* stm32: flesh out lp executorxoviat2023-08-245-20/+133
* stm32: fix executor versionxoviat2023-08-231-1/+1
* stm32/lp: pipe through lp readyxoviat2023-08-231-8/+5
* stm32/lp: add refcountxoviat2023-08-232-0/+25
* rtc: cleanupxoviat2023-08-231-37/+4
* rtc: get wakup irq workingxoviat2023-08-232-20/+32
* stm32: impl. draft cfgr pwrxoviat2023-08-222-11/+60
* stm32: add executor to low-power modxoviat2023-08-223-3/+71
* stm32: add low-power modxoviat2023-08-223-1/+19
* Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lpxoviat2023-08-2222-256/+340
|\
| * Merge pull request #1766 from xoviat/rtc-wxoviat2023-08-224-1/+227
| |\
| | * stm32/rtc: allow dead codexoviat2023-08-221-0/+2
| * | Merge pull request #1763 from rubdos/sender-receiver-with-ctxDario Nieuwenhuis2023-08-221-10/+3
| |\ \
| | * | Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-221-2/+2
| | * | Channel poll methods return Poll instead of boolRuben De Smet2023-08-111-8/+1
| * | | Modified the brr calculation to be fully 32-bitDion Dokter2023-08-221-17/+29
| * | | stm32: fix f37x build.Dario Nieuwenhuis2023-08-193-10/+10
| * | | configure flash latency after axi clock and handle different flash in STM32H...Dominik Sliwa2023-08-184-7/+62
| * | | stm32: allow setting the PWM output polarityAurelien Jacobs2023-08-183-0/+58
| * | | stm32: allow setting PWM duty cycle to 100%Aurélien Jacobs2023-08-182-4/+4
| * | | Merge pull request #1793 from ARizzo35/stm32l4-rtc-pwrenDario Nieuwenhuis2023-08-181-1/+2
| |\ \ \
| | * | | stm32l4: set pwren in rcc regardless of clock sourceAdam Rizkalla2023-08-171-1/+2
| | |/ /
| * | | stm32-wl: set RTC clock source on RCC initOlle Sandberg2023-08-161-0/+5
| * | | Make sure to check RCC settings for compatibility before applyingSebastian Goll2023-08-161-16/+16
| * | | Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-163-56/+16
| |/ /
| * | Merge pull request #1762 from dreilly1982/adc-f3-build-rs-updatesDario Nieuwenhuis2023-08-102-3/+7
| |\ \
| | * | added exclusion for adc v4 as wellDon Reilly2023-08-101-0/+1
| | * | update metapac tagDon Reilly2023-08-101-2/+2
| | * | don't generate adc peripheral for f3 seriesDon Reilly2023-08-081-1/+4
| * | | Merge pull request #1743 from xoviat/dma-2Dario Nieuwenhuis2023-08-103-131/+120
| |\ \ \
| | * | | stm32/dma: minor cleanup, optmizationxoviat2023-08-042-6/+6
| | * | | stm32/dma: consolidate ringbufxoviat2023-08-033-125/+114
| * | | | fix rng ced toggling sequence on reset.Lucas Granberg2023-08-101-3/+8
* | | | | rtc: make fns privatexoviat2023-08-221-2/+2
| |_|_|/ |/| | |
* | | | rtc: fix rtcinstant delay computationxoviat2023-08-211-3/+4
* | | | stm32/rcc: add rtc to f410xoviat2023-08-211-1/+1
* | | | stm32/rtc: misc fixesxoviat2023-08-211-2/+11
* | | | stm32/rcc: set rtc clock on f4xoviat2023-08-212-1/+8
* | | | rtc: impl. draft rtcinstant apixoviat2023-08-211-26/+97
* | | | rustfmtxoviat2023-08-101-0/+1
* | | | stm32/rtc: implement stop_wakeup_alarmxoviat2023-08-101-7/+11
* | | | stm32/rtc: autocompute wakeup psc.xoviat2023-08-101-16/+80
* | | | stm32/rtc: add start/stop wakeupxoviat2023-08-091-0/+67
|/ / /
* | | fmt mod must not be public.Dario Nieuwenhuis2023-08-091-1/+1
* | | Merge pull request #1753 from xoviat/rtc-wbxoviat2023-08-097-79/+147
|\ \ \ | |_|/ |/| |