aboutsummaryrefslogtreecommitdiff
path: root/examples/std/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lots of depsDario Nieuwenhuis2021-09-111-6/+3
|
* 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-042-14/+19
|
* 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-025-0/+489