aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-ppp
Commit message (Expand)AuthorAgeFilesLines
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
* Release embassy-net-ppp v0.2.Dario Nieuwenhuis2025-01-122-2/+17
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.Dario Nieuwenhuis2024-10-071-1/+1
* Prepare release embassy-net-driver-channelUlf Lilleengen2024-08-051-1/+1
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
* Fix invalid "async" crates.io category.Dario Nieuwenhuis2024-01-121-1/+1
* net-ppp: add repo, docs link.Dario Nieuwenhuis2024-01-121-1/+3
* Add docs.rs metadata to all crates.Dario Nieuwenhuis2024-01-111-0/+3
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-10/+0
* update release version in examples and other cratesScott Mabin2023-12-041-1/+1
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-042-15/+4
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-2/+3
* net-ppp: return error when PPP link gets terminated by the peer.Dario Nieuwenhuis2023-08-302-1/+6
* 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-251-23/+27
* 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