aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-ppp
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-1/+1
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-262-4/+6
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-0/+3
| | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: Release embassy-net-driver-channel version 0.3.1Ulf Lilleengen2025-07-161-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Release embassy-net-ppp v0.2.Dario Nieuwenhuis2025-01-122-2/+17
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* 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
| | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+.
* 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
| | | | Update changelog in preparation for release
* 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