| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | embassy-net: DNS resolver detects when name is just an IP address and returns... | kbleeke | 2023-02-25 | 1 | -0/+16 |
| * | scope dns operations within a cfged block | Ulf Lilleengen | 2023-02-10 | 1 | -3/+5 |
| * | add waker for DNS slots | Ulf Lilleengen | 2023-02-10 | 1 | -8/+31 |
| * | Bump max queries | Ulf Lilleengen | 2023-02-10 | 1 | -1/+2 |
| * | Create slice using ::Owned | Ulf Lilleengen | 2023-02-10 | 1 | -1/+1 |
| * | attempt removing option | Ulf Lilleengen | 2023-02-10 | 1 | -47/+27 |
| * | Expose api on Stack and add doc | Ulf Lilleengen | 2023-02-10 | 1 | -5/+2 |
| * | Rewrite to use a single socket | Ulf Lilleengen | 2023-02-10 | 1 | -1/+82 |
| * | Add DNS socket to embassy-net | Ulf Lilleengen | 2023-02-10 | 1 | -0/+2 |
| * | net: reexport driver crate. | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+3 |
| * | net: update smoltcp. | Dario Nieuwenhuis | 2023-01-19 | 1 | -22/+20 |
| * | net: poll returning false is not an error. No need to repoll. | Dario Nieuwenhuis | 2023-01-19 | 1 | -5/+1 |
| * | Add smoltcp dhcp socket configuration | Paweł Jan Czochański | 2023-01-19 | 1 | -20/+52 |
| * | Update smoltcp to the newest master | Paweł Jan Czochański | 2023-01-19 | 1 | -20/+10 |
| * | net; allow changing MAC addr at runtime. | Dario Nieuwenhuis | 2022-12-27 | 1 | -8/+8 |
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -9/+8 |
| * | net: move stack into lib.rs | Dario Nieuwenhuis | 2022-12-13 | 1 | -5/+302 |
| * | net: remove packet pool. | Dario Nieuwenhuis | 2022-12-13 | 1 | -5/+1 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -1/+5 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -2/+1 |
| * | Add UDP socket support | Artur Kowalski | 2022-08-10 | 1 | -0/+5 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -3/+1 |
| * | Add reexport for ipv6 types with proto-ipv6 | Ulf Lilleengen | 2022-06-01 | 1 | -0/+3 |
| * | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 1 | -9/+1 |
| * | Make embassy-net nightly-only. | Dario Nieuwenhuis | 2022-05-19 | 1 | -4/+1 |
| * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 1 | -4/+5 |
| * | net: add functions to get current Eth and IP config | Dario Nieuwenhuis | 2022-05-02 | 1 | -1/+3 |
| * | Update smoltcp, fix build issues with no ethernet. | Dario Nieuwenhuis | 2021-11-26 | 1 | -1/+3 |
| * | net: update smoltcp | Dario Nieuwenhuis | 2021-11-26 | 1 | -2/+1 |
| * | Clippy fixes | Dario Nieuwenhuis | 2021-10-18 | 1 | -0/+1 |
| * | net: Make the user pass in the StackResources in init | Thales Fragoso | 2021-06-20 | 1 | -1/+1 |
| * | eth-v2: Start Ethernet peripheral implementation | Thales Fragoso | 2021-06-16 | 1 | -1/+1 |
| * | Update deps | Dario Nieuwenhuis | 2021-05-18 | 1 | -4/+0 |
| * | add is_link_up, is_config_up | Dario Nieuwenhuis | 2021-04-13 | 1 | -1/+1 |
| * | Add medium-ip, medium-ethernet Cargo features | Dario Nieuwenhuis | 2021-04-12 | 1 | -3/+4 |
| * | publish config::Event | Dario Nieuwenhuis | 2021-04-12 | 1 | -1/+3 |
| * | Update to latest embassy, atomic-pool, smoltcp | Dario Nieuwenhuis | 2021-04-07 | 1 | -6/+7 |
| * | reexport smoltcp error/result | Dario Nieuwenhuis | 2021-02-12 | 1 | -0/+1 |
| * | Remove use of feature(const_in_array_repeat_expressions) | Dario Nieuwenhuis | 2021-02-03 | 1 | -1/+0 |
| * | :rainbow: | Dario Nieuwenhuis | 2021-02-03 | 1 | -0/+31 |
