aboutsummaryrefslogtreecommitdiff
path: root/examples/std
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5082 from Gerharddc/tuntap-updateGerhard de Clercq2025-12-161-1/+1
| | | embassy-net-tuntap: update async-io
* Add `run_until` function to std Executor as to support grafeul shutdown.Gerhard de Clercq2025-12-121-0/+47
|
* examples/std: fix warning.Dario Nieuwenhuis2025-12-121-4/+5
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-297-13/+13
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-5/+5
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* Merge pull request #4234 from mkj/embassy-sync-rel-0.7Ulf Lilleengen2025-05-221-1/+1
|\ | | | | Prepare embassy-sync 0.7
| * embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
| |
* | Added some notes for net_ppp examplejubeormk12025-05-221-3/+5
| |
* | Adjustments for std examplesjubeormk12025-05-222-5/+112
|/ | | | | | I extended the README.md file to extend instructions for the rest of network examples I modified the tap.sh script to give ownership to the user running it and avoiding running the examples with sudo. This would help someone using a debuger.
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-186-11/+11
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-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-121-1/+1
|
* Simplify some std examples.Dario Nieuwenhuis2025-01-122-66/+3
|
* Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
|
* gave examples/std a cleaner and more informational HelloBart Massey2025-01-011-2/+6
|
* modified examples/std README to avoid possible problemsBart Massey2024-12-312-9/+12
|
* Remove useless std cargo features.Dario Nieuwenhuis2024-12-251-1/+1
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
|
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
|
* 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
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
|
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
|
* Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.Dario Nieuwenhuis2024-10-071-3/+3
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-165-35/+26
|
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-075-25/+5
|
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-203-5/+0
|
* fix: typo in netcat command for std exampleValentin Trophime2024-01-291-2/+2
| | | The previous given command `nc -l 8000` doesn't let me see anything and lead to a "WARN connect error: ConnectionReset". By explicitly changing the `local-port` of `nc` with the `-p` I can now see the `Hello` message printed, and the warning log disappeared.
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-3/+3
|
* time: split queue driver too, don't reexport drivers.Dario Nieuwenhuis2024-01-111-0/+1
|
* New embassy-net releaseScott Mabin2024-01-041-1/+1
|
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-1/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-218-15/+2
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-215-21/+32
|
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
|
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-292-4/+3
|
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-2/+2
|
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
|