aboutsummaryrefslogtreecommitdiff
path: root/examples/std/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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