aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-3021-119/+719
* Merge pull request #1832 from embassy-rs/pipe-bufreadDario Nieuwenhuis2023-08-293-131/+231
|\
| * sync/pipe: impl BufRead.Dario Nieuwenhuis2023-08-303-131/+231
* | Merge pull request #1842 from embassy-rs/ppp-terminateDario Nieuwenhuis2023-08-292-1/+6
|\ \
| * | net-ppp: return error when PPP link gets terminated by the peer.Dario Nieuwenhuis2023-08-302-1/+6
|/ /
* | Merge pull request #1835 from oll3/fix/stm32-rngxoviat2023-08-281-21/+25
|\ \
| * | stm32: fix wait for RNG dataOlle Sandberg2023-08-281-21/+25
| |/
* | Merge pull request #1833 from xoviat/rtcxoviat2023-08-285-82/+64
|\ \
| * | stm32: revert changes to rcc f4xoviat2023-08-281-1/+1
| * | rustfmtxoviat2023-08-281-1/+0
| * | stm32/bd: consolidate enable_rtcxoviat2023-08-281-32/+7
| * | stm32/rtc: remove rtc-debug and asbtract exti wakeupxoviat2023-08-284-31/+10
| * | stm32/rtc: feature-gate instantxoviat2023-08-271-0/+1
| * | stm32/rtc: fix psc divxoviat2023-08-271-1/+1
| * | stm32: fix rtc wakeup timing and add dbgxoviat2023-08-277-15/+62
| * | stm32/rtc: use psc to compute instantsxoviat2023-08-272-38/+19
| |/
* | Merge pull request #1836 from jessebraham/feature/releaseDario Nieuwenhuis2023-08-2852-62/+67
|\ \ | |/ |/|
| * Release embassy-time v0.1.3Jesse Braham2023-08-2852-62/+67
|/
* Merge pull request #1830 from xoviat/rtcxoviat2023-08-2729-223/+224
|\
| * rustfmtxoviat2023-08-271-4/+2
| * 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