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
path:
root
/
embassy-net-ppp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Centralize license and MSRV boilerplate into the repo readme.
Dario Nieuwenhuis
2024-01-11
1
-10
/
+0
*
update release version in examples and other crates
Scott Mabin
2023-12-04
1
-1
/
+1
*
Update embedded-(hal,io,nal).
Dario Nieuwenhuis
2023-11-29
1
-1
/
+1
*
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
Dániel Buga
2023-10-31
1
-1
/
+1
*
Prepare embassy-net(/-driver,/-driver-channel) 0.2.0
Dániel Buga
2023-10-16
1
-1
/
+1
*
update embedded-io, embedded-nal-async.
Dario Nieuwenhuis
2023-10-04
2
-15
/
+4
*
feat: bump embassy-sync version to 0.3.0
Ulf Lilleengen
2023-09-14
1
-1
/
+1
*
Sync all fmt.rs files.
Dario Nieuwenhuis
2023-08-30
1
-2
/
+3
*
net-ppp: return error when PPP link gets terminated by the peer.
Dario Nieuwenhuis
2023-08-30
2
-1
/
+6
*
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
1
-23
/
+27
*
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