aboutsummaryrefslogtreecommitdiff
path: root/examples/std/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-297-13/+13
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-185-10/+10
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* Simplify some std examples.Dario Nieuwenhuis2025-01-122-66/+3
|
* gave examples/std a cleaner and more informational HelloBart Massey2025-01-011-2/+6
|
* 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
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-203-5/+0
|
* time: split queue driver too, don't reexport drivers.Dario Nieuwenhuis2024-01-111-0/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-217-13/+0
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-215-21/+32
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+1
|
* Re-add impl_trait_projectionsDániel Buga2023-10-301-1/+2
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-152-3/+3
| | | | convenience methods
* Remove impl_trait_projections.Dario Nieuwenhuis2023-10-021-1/+1
|
* net-ppp: add std example.Dario Nieuwenhuis2023-08-251-0/+218
|
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-073-4/+4
|
* net: move tuntap from std example to separate crate. (#1737)Dario Nieuwenhuis2023-08-034-16/+4
|
* net: Support dual stack IPRuben De Smet2023-06-074-8/+8
|
* Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-064-4/+4
|
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-1/+1
|
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-014-44/+28
|
* Add std example of a TCP listenerMatt Johnston2023-05-251-0/+133
| | | | | This also demonstrates calling .abort() on a TCP socket and ensuring that the reset packet is sent out.
* net: reexport UDP PacketMetadata under the udp module.Dario Nieuwenhuis2023-05-151-2/+2
|
* net: do not use smoltcp Instant/Duration in public API.Dario Nieuwenhuis2023-05-151-1/+2
|
* examples/std: fix net running out of sockets.Dario Nieuwenhuis2023-02-263-3/+3
|
* exmaples/dns: don't use the socket.Dario Nieuwenhuis2023-02-101-6/+3
|
* Rewrite to use a single socketUlf Lilleengen2023-02-101-2/+1
|
* Add DNS socket to embassy-netUlf Lilleengen2023-02-101-0/+102
|
* net: allocate space for 2 sockets, needed for dhcp.Dario Nieuwenhuis2023-01-192-2/+2
|
* Add smoltcp dhcp socket configurationPaweł Jan Czochański2023-01-192-18/+10
|
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-223-19/+19
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-184-5/+5
|
* Add UDP example appArtur Kowalski2022-08-101-0/+109
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-293-11/+11
|
* WIP embassy-net v2Dario Nieuwenhuis2022-05-251-24/+27
|
* Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-072-9/+10
|
* Do not use exported Result to mitigate problems with clap.Matous Hybl2021-12-081-1/+4
|
* net: update smoltcpDario Nieuwenhuis2021-11-261-1/+1
|
* Update clapDario Nieuwenhuis2021-10-181-3/+2
|
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-033-3/+0
| | | | trait_alias seems unused. no idea why it's there.
* Fix embassy::main macros for std targetUlf Lilleengen2021-09-021-9/+4
|
* std: fold into embassy core, add non-hacky time driver.Dario Nieuwenhuis2021-08-253-4/+3
|
* Update nightly, remove removed features.Dario Nieuwenhuis2021-08-043-6/+0
|
* Fix warnings in std and rpRukai2021-07-041-11/+16
|
* net: Make the user pass in the StackResources in initThales Fragoso2021-06-201-1/+4
| | | | | By having the user pass in the resources, we can make them generic, this way the user can choose the size of the individual resources
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-023-0/+193