aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Hide PenderDániel Buga2023-08-141-2/+2
| | * | | Fix fn nameDániel Buga2023-08-143-5/+5
| | * | | Remove interrupt executor, remove PenderContextDániel Buga2023-08-148-164/+19
| | * | | Make PenderContext actually pointer-sizeDániel Buga2023-08-141-1/+1
| | * | | Remove the non-specific thread-mode executorDániel Buga2023-08-147-268/+361
| | * | | Make PenderContext opaqueDániel Buga2023-08-146-8/+29
| | * | | Remove the Pender enumDániel Buga2023-08-148-101/+98
| | * | | Remove pender-callbackDániel Buga2023-08-142-24/+2
| | * | | Remove thread-context featureDániel Buga2023-08-148-34/+5
| | * | | Tweak identifiers and commentsDániel Buga2023-08-126-47/+50
| | * | | Lift thread-context feature restrictionsDániel Buga2023-08-122-12/+17
| | * | | Remove unnecessary !Send markersDániel Buga2023-08-124-21/+5
| | * | | Remove Pender wrapperDániel Buga2023-08-124-29/+27
| | * | | POC: allow custom executorsDániel Buga2023-08-1210-378/+438
| |/ / /
| * | | Merge pull request #1773 from embassy-rs/boot-improvsUlf Lilleengen2023-08-116-80/+35
| |\ \ \ | | |/ / | |/| |
| | * | boot: release flash after prepare and refactor apiUlf Lilleengen2023-08-116-80/+35
| |/ /
| * | Merge pull request #1769 from embassy-rs/spim-disable-irq-on-dropDario Nieuwenhuis2023-08-101-0/+3
| |\ \
| | * | fix: ensure spi irq is disabled when droppedUlf Lilleengen2023-08-101-0/+3
| * | | Merge pull request #1770 from bugadani/execDario Nieuwenhuis2023-08-102-1/+8
| |\ \ \
| | * | | Bump versionDániel Buga2023-08-102-2/+2
| | * | | Executor: Add changelogDániel Buga2023-08-101-0/+7
| |/ / /
| * | | Merge pull request #1762 from dreilly1982/adc-f3-build-rs-updatesDario Nieuwenhuis2023-08-103-3/+8
| |\ \ \
| | * | | added exclusion for adc v4 as wellDon Reilly2023-08-102-0/+2
| | * | | 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
| * | | | | Merge pull request #1748 from lorislibralato/mainDario Nieuwenhuis2023-08-101-1/+26
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'embassy-rs:main' into mainloris libralato2023-08-054-4/+136
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'main' of github.com:lorislibralato/embassyloris2023-08-0515-105/+339
| | |\ \ \ \ \ \
| | * | | | | | | add wake_task_no_pend for expired timer enqueue inside run_queueloris2023-08-051-1/+26
| * | | | | | | | Merge pull request #1768 from smartelfi/mainDario Nieuwenhuis2023-08-101-3/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 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
|/ / / / / / /
* | | | | | | Merge pull request #1765 from embassy-rs/fmt-not-pubDario Nieuwenhuis2023-08-092-2/+2
|\ \ \ \ \ \ \
| * | | | | | | fmt mod must not be public.Dario Nieuwenhuis2023-08-092-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #1753 from xoviat/rtc-wbxoviat2023-08-0910-97/+155
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | tests/stm32: fix rtc testxoviat2023-08-082-10/+20
| * | | | | | stm32/l4: set rtc clock source in rccxoviat2023-08-082-4/+6
| * | | | | | stm32/rtc: remove generics and segregate clock selxoviat2023-08-085-84/+90