aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/src/stack.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update smoltcp, fix build issues with no ethernet.Dario Nieuwenhuis2021-11-261-8/+5
|
* net: update smoltcpDario Nieuwenhuis2021-11-261-20/+11
|
* nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-281-0/+1
|
* Clippy fixesDario Nieuwenhuis2021-10-181-8/+4
|
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-2/+2
|
* net: fix build with medium-ipDario Nieuwenhuis2021-08-201-1/+9
|
* net: Make the user pass in the StackResources in initThales Fragoso2021-06-201-25/+29
| | | | | 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
* fmt: make all macros `macro_rules` so scoping is consistent.Dario Nieuwenhuis2021-06-071-1/+0
|
* add is_link_up, is_config_upDario Nieuwenhuis2021-04-131-0/+13
|
* Add medium-ip, medium-ethernet Cargo featuresDario Nieuwenhuis2021-04-121-4/+19
|
* Correctly randomize source portDario Nieuwenhuis2021-04-121-5/+9
|
* Update to latest embassy, atomic-pool, smoltcpDario Nieuwenhuis2021-04-071-35/+42
|
* Update embassyDario Nieuwenhuis2021-03-021-2/+6
|
* Make ethernet address configurable from the DeviceDario Nieuwenhuis2021-02-241-3/+6
|
* Remove use of feature(const_in_array_repeat_expressions)Dario Nieuwenhuis2021-02-031-1/+2
|
* :rainbow:Dario Nieuwenhuis2021-02-031-0/+212