aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add extra feature flags to fix build without dhcp.Roy Buitenhuis2023-04-181-4/+5
* refactor: Multicast method modifiers on stack to publicLeon Camus2023-03-081-3/+3
* lint: Cargo fmtLeon Camus2023-03-071-14/+8
* feat: Add multicast to udp socketLeon Camus2023-03-061-0/+37
* embassy-net: DNS resolver detects when name is just an IP address and returns...kbleeke2023-02-251-0/+16
* scope dns operations within a cfged blockUlf Lilleengen2023-02-101-3/+5
* add waker for DNS slotsUlf Lilleengen2023-02-101-8/+31
* Bump max queriesUlf Lilleengen2023-02-101-1/+2
* Create slice using ::OwnedUlf Lilleengen2023-02-101-1/+1
* attempt removing optionUlf Lilleengen2023-02-101-47/+27
* Expose api on Stack and add docUlf Lilleengen2023-02-101-5/+2
* Rewrite to use a single socketUlf Lilleengen2023-02-101-1/+82
* Add DNS socket to embassy-netUlf Lilleengen2023-02-101-0/+2
* net: reexport driver crate.Dario Nieuwenhuis2023-02-081-1/+3
* net: update smoltcp.Dario Nieuwenhuis2023-01-191-22/+20
* net: poll returning false is not an error. No need to repoll.Dario Nieuwenhuis2023-01-191-5/+1
* Add smoltcp dhcp socket configurationPaweł Jan Czochański2023-01-191-20/+52
* Update smoltcp to the newest masterPaweł Jan Czochański2023-01-191-20/+10
* net; allow changing MAC addr at runtime.Dario Nieuwenhuis2022-12-271-8/+8
* net: split driver trait to a separate crate.Dario Nieuwenhuis2022-12-261-9/+8
* net: move stack into lib.rsDario Nieuwenhuis2022-12-131-5/+302
* net: remove packet pool.Dario Nieuwenhuis2022-12-131-5/+1
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-1/+5
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+1
* net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-301-2/+1
* Add UDP socket supportArtur Kowalski2022-08-101-0/+5
* Run rustfmt.Dario Nieuwenhuis2022-06-121-3/+1
* Add reexport for ipv6 types with proto-ipv6Ulf Lilleengen2022-06-011-0/+3
* WIP embassy-net v2Dario Nieuwenhuis2022-05-251-9/+1
* Make embassy-net nightly-only.Dario Nieuwenhuis2022-05-191-4/+1
* 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
* 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