aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* WIP embassy-net v2Dario Nieuwenhuis2022-05-251-9/+1
|
* Make embassy-net nightly-only.Dario Nieuwenhuis2022-05-191-4/+1
| | | | | It's useless without async traits, so juggling the `nightly` feature around is not worth the pain.
* Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-071-4/+5
|
* net: add functions to get current Eth and IP configDario Nieuwenhuis2022-05-021-1/+3
|
* Update smoltcp, fix build issues with no ethernet.Dario Nieuwenhuis2021-11-261-1/+3
|
* net: update smoltcpDario Nieuwenhuis2021-11-261-2/+1
|
* Clippy fixesDario Nieuwenhuis2021-10-181-0/+1
|
* net: Make the user pass in the StackResources in initThales Fragoso2021-06-201-1/+1
| | | | | 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
* eth-v2: Start Ethernet peripheral implementationThales Fragoso2021-06-161-1/+1
|
* Update depsDario Nieuwenhuis2021-05-181-4/+0
|
* add is_link_up, is_config_upDario Nieuwenhuis2021-04-131-1/+1
|
* Add medium-ip, medium-ethernet Cargo featuresDario Nieuwenhuis2021-04-121-3/+4
|
* publish config::EventDario Nieuwenhuis2021-04-121-1/+3
|
* Update to latest embassy, atomic-pool, smoltcpDario Nieuwenhuis2021-04-071-6/+7
|
* reexport smoltcp error/resultDario Nieuwenhuis2021-02-121-0/+1
|
* Remove use of feature(const_in_array_repeat_expressions)Dario Nieuwenhuis2021-02-031-1/+0
|
* :rainbow:Dario Nieuwenhuis2021-02-031-0/+31