aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of https://github.com/aidant/embassy into rtcxoviat2023-08-272-6/+15
|\
| * fix hanging on rtc exampleaidant2023-08-271-5/+14
| * fix day of the week conversionaidant2023-08-271-1/+1
* | stm32/bd: fix errorsxoviat2023-08-271-4/+12
* | rcc/bd: consolidate modxoviat2023-08-273-74/+40
* | stm32: fix l4 re-exportxoviat2023-08-273-14/+10
* | stm32: fix wl re-exportxoviat2023-08-272-15/+11
* | stm32: re-export rtcclocksourcexoviat2023-08-274-3/+6
* | stm32/bd: allow dead codexoviat2023-08-271-0/+8
* | stm32: extract backupdomain into modxoviat2023-08-279-168/+185
* | stm32/rcc: rename common to busxoviat2023-08-2716-19/+19
|/
* 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