aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't let the MAC add FCS when it is done by appRené van Dorst2023-08-271-12/+29
* Fix read_fifo() better readout and more checksRené van Dorst2023-08-271-22/+165
* Merge pull request #1822 from xoviat/rtc-lpxoviat2023-08-278-130/+360
|\
| * stm32: feature-gate wakeup alarmxoviat2023-08-261-19/+2
| * tests/stm32: add stop and cleanpuxoviat2023-08-263-2/+61
| * 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
* | Merge pull request #1826 from bugadani/warnDario Nieuwenhuis2023-08-262-3/+15
|\ \
| * | Add new feature/arch combinations to executor CI checkDániel Buga2023-08-261-0/+13
| * | Avoid dead code warningDániel Buga2023-08-261-3/+2
* | | Prepare executor and macros for release (#1825)Dániel Buga2023-08-253-3/+4
|/ /
* | Merge pull request #1821 from embassy-rs/net-pppDario Nieuwenhuis2023-08-259-3/+728
|\ \
| * | net-ppp: add std example.Dario Nieuwenhuis2023-08-252-1/+221
| * | net-ppp: add callback for IP configuration.Dario Nieuwenhuis2023-08-251-4/+16
| * | net-ppp: use From and ? to handle write errors.Dario Nieuwenhuis2023-08-251-10/+11
| * | net-ppp: take serial port and config in run(), allow calling it multiple times.Dario Nieuwenhuis2023-08-252-23/+39
| * | net-ppp: nicer processing loop structure that can't deadlock.Dario Nieuwenhuis2023-08-251-42/+40
| * | net-ppp: Add it.Dario Nieuwenhuis2023-08-254-0/+469
| * | net-driver-channel: do not hardcode medium to ethernet.Dario Nieuwenhuis2023-08-251-1/+6
| * | net: improve error message on unsupported medium.Dario Nieuwenhuis2023-08-252-1/+5
* | | Merge pull request #1792 from vDorst/adin1110-prDario Nieuwenhuis2023-08-2513-3/+2730
|\ \ \ | |/ / |/| |
| * | refactor write_fifo(), don´t copy frame dataRené van Dorst2023-08-242-411/+254
| * | Replace size_align_u32() with next_multiple_of()René van Dorst2023-08-241-25/+5
| * | Remove the `SPI::Error` as a generic parameter.René van Dorst2023-08-241-19/+11
| * | add embassy-net-adin1110 to .github/ci/doc.shRené van Dorst2023-08-242-0/+2
| * | add embassy-net-adin1110 to .github/ci/test.shRené van Dorst2023-08-241-0/+2
| * | rustfmtRené van Dorst2023-08-242-38/+274
| * | remove the type_alias_impl_trait featureRené van Dorst2023-08-241-1/+0
| * | more clippy fixesRené van Dorst2023-08-241-3/+5
| * | Remove unneeded files.René van Dorst2023-08-243-12/+0
| * | Fix linting.René van Dorst2023-08-245-120/+128
| * | update README.md after reviewRené van Dorst2023-08-241-11/+11
| * | fix warningRené van Dorst2023-08-241-0/+3
| * | stm32l4: Add EVAL-ADIN1110EBZ example with basic http serverRené van Dorst2023-08-243-3/+449
| * | Add embassy-net-adin1110René van Dorst2023-08-2411-0/+2226
* | | Merge pull request #1824 from embassy-rs/net-change-configDario Nieuwenhuis2023-08-252-173/+149
|\ \ \
| * | | net: allow changing IP config at runtime.Dario Nieuwenhuis2023-08-252-173/+149
|/ / /
* | | Merge pull request #1814 from xoviat/rtc-lpxoviat2023-08-246-50/+186
|\ \ \ | |/ / |/| / | |/
| * stm32: fix executor versionxoviat2023-08-231-1/+1
| * Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lpxoviat2023-08-2345-45/+45
| |\ | |/ |/|
* | Merge pull request #1817 from bugadani/executor-releaseUlf Lilleengen2023-08-2344-44/+44
|\ \
| * | Bump executor crate version to 0.3.0Dániel Buga2023-08-2344-44/+44
|/ /
* | Merge pull request #1815 from embassy-rs/esp-hosted-oopsieDario Nieuwenhuis2023-08-231-1/+1
|\ \
| * | net-esp-hosted: fix set link down on disconnect.Dario Nieuwenhuis2023-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