index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync all fmt.rs files.
Dario Nieuwenhuis
2023-08-30
21
-119
/
+719
*
Merge pull request #1832 from embassy-rs/pipe-bufread
Dario Nieuwenhuis
2023-08-29
3
-131
/
+231
|
\
|
*
sync/pipe: impl BufRead.
Dario Nieuwenhuis
2023-08-30
3
-131
/
+231
*
|
Merge pull request #1842 from embassy-rs/ppp-terminate
Dario Nieuwenhuis
2023-08-29
2
-1
/
+6
|
\
\
|
*
|
net-ppp: return error when PPP link gets terminated by the peer.
Dario Nieuwenhuis
2023-08-30
2
-1
/
+6
|
/
/
*
|
Merge pull request #1835 from oll3/fix/stm32-rng
xoviat
2023-08-28
1
-21
/
+25
|
\
\
|
*
|
stm32: fix wait for RNG data
Olle Sandberg
2023-08-28
1
-21
/
+25
|
|
/
*
|
Merge pull request #1833 from xoviat/rtc
xoviat
2023-08-28
5
-82
/
+64
|
\
\
|
*
|
stm32: revert changes to rcc f4
xoviat
2023-08-28
1
-1
/
+1
|
*
|
rustfmt
xoviat
2023-08-28
1
-1
/
+0
|
*
|
stm32/bd: consolidate enable_rtc
xoviat
2023-08-28
1
-32
/
+7
|
*
|
stm32/rtc: remove rtc-debug and asbtract exti wakeup
xoviat
2023-08-28
4
-31
/
+10
|
*
|
stm32/rtc: feature-gate instant
xoviat
2023-08-27
1
-0
/
+1
|
*
|
stm32/rtc: fix psc div
xoviat
2023-08-27
1
-1
/
+1
|
*
|
stm32: fix rtc wakeup timing and add dbg
xoviat
2023-08-27
7
-15
/
+62
|
*
|
stm32/rtc: use psc to compute instants
xoviat
2023-08-27
2
-38
/
+19
|
|
/
*
|
Merge pull request #1836 from jessebraham/feature/release
Dario Nieuwenhuis
2023-08-28
52
-62
/
+67
|
\
\
|
|
/
|
/
|
|
*
Release embassy-time v0.1.3
Jesse Braham
2023-08-28
52
-62
/
+67
|
/
*
Merge pull request #1830 from xoviat/rtc
xoviat
2023-08-27
29
-223
/
+224
|
\
|
*
rustfmt
xoviat
2023-08-27
1
-4
/
+2
|
*
Merge branch 'main' of https://github.com/aidant/embassy into rtc
xoviat
2023-08-27
2
-6
/
+15
|
|
\
|
|
*
fix hanging on rtc example
aidant
2023-08-27
1
-5
/
+14
|
|
*
fix day of the week conversion
aidant
2023-08-27
1
-1
/
+1
|
|
/
|
/
|
|
*
stm32/bd: fix errors
xoviat
2023-08-27
1
-4
/
+12
|
*
rcc/bd: consolidate mod
xoviat
2023-08-27
3
-74
/
+40
|
*
stm32: fix l4 re-export
xoviat
2023-08-27
3
-14
/
+10
|
*
stm32: fix wl re-export
xoviat
2023-08-27
2
-15
/
+11
|
*
stm32: re-export rtcclocksource
xoviat
2023-08-27
4
-3
/
+6
|
*
stm32/bd: allow dead code
xoviat
2023-08-27
1
-0
/
+8
|
*
stm32: extract backupdomain into mod
xoviat
2023-08-27
9
-168
/
+185
|
*
stm32/rcc: rename common to bus
xoviat
2023-08-27
16
-19
/
+19
|
/
*
Merge pull request #1822 from xoviat/rtc-lp
xoviat
2023-08-27
8
-130
/
+360
|
\
|
*
stm32: feature-gate wakeup alarm
xoviat
2023-08-26
1
-19
/
+2
|
*
tests/stm32: add stop and cleanpu
xoviat
2023-08-26
3
-2
/
+61
|
*
stm32: complete stop impl.
xoviat
2023-08-26
4
-164
/
+107
|
*
stm32: get the basic lp working
xoviat
2023-08-26
3
-92
/
+196
|
*
stm32: clenaup lp executor
xoviat
2023-08-25
1
-63
/
+91
|
*
stm32: flesh out lp executor
xoviat
2023-08-24
5
-20
/
+133
*
|
Merge pull request #1826 from bugadani/warn
Dario Nieuwenhuis
2023-08-26
2
-3
/
+15
|
\
\
|
*
|
Add new feature/arch combinations to executor CI check
Dániel Buga
2023-08-26
1
-0
/
+13
|
*
|
Avoid dead code warning
Dániel Buga
2023-08-26
1
-3
/
+2
*
|
|
Prepare executor and macros for release (#1825)
Dániel Buga
2023-08-25
3
-3
/
+4
|
/
/
*
|
Merge pull request #1821 from embassy-rs/net-ppp
Dario Nieuwenhuis
2023-08-25
9
-3
/
+728
|
\
\
|
*
|
net-ppp: add std example.
Dario Nieuwenhuis
2023-08-25
2
-1
/
+221
|
*
|
net-ppp: add callback for IP configuration.
Dario Nieuwenhuis
2023-08-25
1
-4
/
+16
|
*
|
net-ppp: use From and ? to handle write errors.
Dario Nieuwenhuis
2023-08-25
1
-10
/
+11
|
*
|
net-ppp: take serial port and config in run(), allow calling it multiple times.
Dario Nieuwenhuis
2023-08-25
2
-23
/
+39
|
*
|
net-ppp: nicer processing loop structure that can't deadlock.
Dario Nieuwenhuis
2023-08-25
1
-42
/
+40
|
*
|
net-ppp: Add it.
Dario Nieuwenhuis
2023-08-25
4
-0
/
+469
|
*
|
net-driver-channel: do not hardcode medium to ethernet.
Dario Nieuwenhuis
2023-08-25
1
-1
/
+6
[next]