aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-ppp/src
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-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
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-041-14/+3
* 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-301-0/+5
* 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-252-0/+422