| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make AvailableTask public, deduplicate | Dániel Buga | 2023-08-21 | 3 | -51/+67 |
| * | Merge pull request #1781 from bugadani/typo | Dario Nieuwenhuis | 2023-08-15 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix typo | Dániel Buga | 2023-08-15 | 1 | -1/+1 |
| * | | Merge pull request #1780 from embassy-rs/w5500-simplify | Dario Nieuwenhuis | 2023-08-15 | 1 | -27/+11 |
| |\ \ | |||||
| | * | | net-w5500: simplify rx logic. | Dario Nieuwenhuis | 2023-08-15 | 1 | -27/+11 |
| |/ / | |||||
| * | | ci/docs: build embassy-net-enc28j60. | Dario Nieuwenhuis | 2023-08-15 | 1 | -0/+1 |
| * | | Merge pull request #1777 from MabezDev/embassy-net/async-send-recv | Dario Nieuwenhuis | 2023-08-15 | 1 | -0/+102 |
| |\ \ | |||||
| | * | | embassy-net:tcp:send/recv | Scott Mabin | 2023-08-14 | 1 | -0/+102 |
| | |/ | |||||
| * | | Merge pull request #1746 from embassy-rs/enc28j60-v2 | Dario Nieuwenhuis | 2023-08-15 | 16 | -7/+1722 |
| |\ \ | |||||
| | * | | net-enc28j60: add docs, readme. | Dario Nieuwenhuis | 2023-08-15 | 2 | -0/+27 |
| | * | | cleanup vscode settings. | Dario Nieuwenhuis | 2023-08-15 | 1 | -7/+11 |
| | * | | net-enc28j60: fix PHY read unreliable due to missing dummy byte. | Dario Nieuwenhuis | 2023-08-15 | 2 | -9/+13 |
| | * | | net-enc28j60: add example. | Dario Nieuwenhuis | 2023-08-15 | 2 | -0/+128 |
| | * | | wip: enc28j60 driver. | Dario Nieuwenhuis | 2023-08-15 | 13 | -0/+1552 |
| |/ / | |||||
| * | | Build stm32 docs last. | Dario Nieuwenhuis | 2023-08-15 | 1 | -2/+9 |
| * | | Merge pull request #1774 from bugadani/executor | Dario Nieuwenhuis | 2023-08-14 | 8 | -153/+124 |
| |\ \ | |/ |/| | |||||
| | * | Update docs | Dániel Buga | 2023-08-14 | 2 | -24/+29 |
| | * | Don't check context if only thread-mode is enabled | Dániel Buga | 2023-08-14 | 1 | -1/+2 |
| | * | Hide Pender | Dániel Buga | 2023-08-14 | 1 | -2/+2 |
| | * | Fix fn name | Dániel Buga | 2023-08-14 | 3 | -5/+5 |
| | * | Remove interrupt executor, remove PenderContext | Dániel Buga | 2023-08-14 | 8 | -164/+19 |
| | * | Make PenderContext actually pointer-size | Dániel Buga | 2023-08-14 | 1 | -1/+1 |
| | * | Remove the non-specific thread-mode executor | Dániel Buga | 2023-08-14 | 7 | -268/+361 |
| | * | Make PenderContext opaque | Dániel Buga | 2023-08-14 | 6 | -8/+29 |
| | * | Remove the Pender enum | Dániel Buga | 2023-08-14 | 8 | -101/+98 |
| | * | Remove pender-callback | Dániel Buga | 2023-08-14 | 2 | -24/+2 |
| | * | Remove thread-context feature | Dániel Buga | 2023-08-14 | 8 | -34/+5 |
| | * | Tweak identifiers and comments | Dániel Buga | 2023-08-12 | 6 | -47/+50 |
| | * | Lift thread-context feature restrictions | Dániel Buga | 2023-08-12 | 2 | -12/+17 |
| | * | Remove unnecessary !Send markers | Dániel Buga | 2023-08-12 | 4 | -21/+5 |
| | * | Remove Pender wrapper | Dániel Buga | 2023-08-12 | 4 | -29/+27 |
| | * | POC: allow custom executors | Dániel Buga | 2023-08-12 | 10 | -378/+438 |
| |/ | |||||
| * | Merge pull request #1773 from embassy-rs/boot-improvs | Ulf Lilleengen | 2023-08-11 | 6 | -80/+35 |
| |\ | |||||
| | * | boot: release flash after prepare and refactor api | Ulf Lilleengen | 2023-08-11 | 6 | -80/+35 |
| |/ | |||||
| * | Merge pull request #1769 from embassy-rs/spim-disable-irq-on-drop | Dario Nieuwenhuis | 2023-08-10 | 1 | -0/+3 |
| |\ | |||||
| | * | fix: ensure spi irq is disabled when dropped | Ulf Lilleengen | 2023-08-10 | 1 | -0/+3 |
| * | | Merge pull request #1770 from bugadani/exec | Dario Nieuwenhuis | 2023-08-10 | 2 | -1/+8 |
| |\ \ | |||||
| | * | | Bump version | Dániel Buga | 2023-08-10 | 2 | -2/+2 |
| | * | | Executor: Add changelog | Dániel Buga | 2023-08-10 | 1 | -0/+7 |
| |/ / | |||||
| * | | Merge pull request #1762 from dreilly1982/adc-f3-build-rs-updates | Dario Nieuwenhuis | 2023-08-10 | 3 | -3/+8 |
| |\ \ | |||||
| | * | | added exclusion for adc v4 as well | Don Reilly | 2023-08-10 | 2 | -0/+2 |
| | * | | update metapac tag | Don Reilly | 2023-08-10 | 1 | -2/+2 |
| | * | | don't generate adc peripheral for f3 series | Don Reilly | 2023-08-08 | 1 | -1/+4 |
| * | | | Merge pull request #1743 from xoviat/dma-2 | Dario Nieuwenhuis | 2023-08-10 | 3 | -131/+120 |
| |\ \ \ | |||||
| | * | | | stm32/dma: minor cleanup, optmization | xoviat | 2023-08-04 | 2 | -6/+6 |
| | * | | | stm32/dma: consolidate ringbuf | xoviat | 2023-08-03 | 3 | -125/+114 |
| * | | | | Merge pull request #1748 from lorislibralato/main | Dario Nieuwenhuis | 2023-08-10 | 1 | -1/+26 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'embassy-rs:main' into main | loris libralato | 2023-08-05 | 4 | -4/+136 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'main' of github.com:lorislibralato/embassy | loris | 2023-08-05 | 15 | -105/+339 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | add wake_task_no_pend for expired timer enqueue inside run_queue | loris | 2023-08-05 | 1 | -1/+26 |
