aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make AvailableTask public, deduplicateDániel Buga2023-08-213-51/+67
* Merge pull request #1781 from bugadani/typoDario Nieuwenhuis2023-08-151-1/+1
|\
| * Fix typoDániel Buga2023-08-151-1/+1
* | Merge pull request #1780 from embassy-rs/w5500-simplifyDario Nieuwenhuis2023-08-151-27/+11
|\ \
| * | net-w5500: simplify rx logic.Dario Nieuwenhuis2023-08-151-27/+11
|/ /
* | ci/docs: build embassy-net-enc28j60.Dario Nieuwenhuis2023-08-151-0/+1
* | Merge pull request #1777 from MabezDev/embassy-net/async-send-recvDario Nieuwenhuis2023-08-151-0/+102
|\ \
| * | embassy-net:tcp:send/recvScott Mabin2023-08-141-0/+102
| |/
* | Merge pull request #1746 from embassy-rs/enc28j60-v2Dario Nieuwenhuis2023-08-1516-7/+1722
|\ \
| * | net-enc28j60: add docs, readme.Dario Nieuwenhuis2023-08-152-0/+27
| * | cleanup vscode settings.Dario Nieuwenhuis2023-08-151-7/+11
| * | net-enc28j60: fix PHY read unreliable due to missing dummy byte.Dario Nieuwenhuis2023-08-152-9/+13
| * | net-enc28j60: add example.Dario Nieuwenhuis2023-08-152-0/+128
| * | wip: enc28j60 driver.Dario Nieuwenhuis2023-08-1513-0/+1552
|/ /
* | Build stm32 docs last.Dario Nieuwenhuis2023-08-151-2/+9
* | Merge pull request #1774 from bugadani/executorDario Nieuwenhuis2023-08-148-153/+124
|\ \ | |/ |/|
| * Update docsDániel Buga2023-08-142-24/+29
| * Don't check context if only thread-mode is enabledDániel Buga2023-08-141-1/+2
| * 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