aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
* stm32/lp: pipe through lp readyxoviat2023-08-231-8/+5
* stm32/lp: add refcountxoviat2023-08-231-0/+21
* 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-222-2/+68
* stm32: add low-power modxoviat2023-08-222-0/+17
* Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lpxoviat2023-08-2220-250/+330
|\
| * 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-183-5/+60
| * | | 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-162-53/+13
| |/ /
| * | 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
|\ \
| * | tests/stm32: fix rtc testxoviat2023-08-081-0/+14
| * | stm32/l4: set rtc clock source in rccxoviat2023-08-081-0/+5
| * | stm32/rtc: remove generics and segregate clock selxoviat2023-08-084-80/+89
| * | stm32: fix rtc and examplesxoviat2023-08-061-3/+4
| * | stm32/rtc: restructurexoviat2023-08-064-40/+35
| * | stm32/rtc: enable in rcc modxoviat2023-08-063-0/+44
| |/
* | Merge pull request #1751 from oro-os/add-pin-drop-docsxoviat2023-08-081-0/+8
|\ \
| * | stm32: add note about Output/OutputOpenDrain drop behaviorJosh Junon2023-08-061-0/+8
| |/
* | Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-073-23/+21
* | embassy-stm32: Misc clippy fixesGrant Miller2023-08-069-46/+42
|/
* Merge pull request #1729 from mattico/i2c-async-timeoutDario Nieuwenhuis2023-08-012-15/+153
|\