| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | net: allow non-'static drivers. | Dario Nieuwenhuis | 2023-09-28 | 1 | -3/+3 |
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| * | Fix doc typo | Polly | 2023-09-14 | 1 | -1/+1 |
| * | add SocketNotBound error message | JuliDi | 2023-09-10 | 1 | -1/+10 |
| * | yield -> return | Julian | 2023-09-09 | 1 | -1/+1 |
| * | improve docstring | JuliDi | 2023-09-09 | 1 | -6/+5 |
| * | fix poll_fn, add documentation | JuliDi | 2023-09-08 | 1 | -12/+41 |
| * | fix typos | JuliDi | 2023-09-08 | 1 | -1/+1 |
| * | wait_config_up first steps | JuliDi | 2023-09-08 | 1 | -0/+26 |
| * | Merge pull request #1854 from bugadani/str | Dario Nieuwenhuis | 2023-09-03 | 3 | -11/+11 |
| |\ | |||||
| | * | Use fmt::unwrap | Dániel Buga | 2023-09-02 | 3 | -11/+11 |
| * | | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| * | | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 1 | -1/+1 |
| |/ | |||||
| * | net: improve error message on unsupported medium. | Dario Nieuwenhuis | 2023-08-25 | 2 | -1/+5 |
| * | net: allow changing IP config at runtime. | Dario Nieuwenhuis | 2023-08-25 | 1 | -172/+148 |
| * | Merge pull request #1802 from avlec/error-translation | Dario Nieuwenhuis | 2023-08-18 | 1 | -2/+9 |
| |\ | |||||
| | * | add error translation to tcp errors | Alec Cox | 2023-08-18 | 1 | -2/+9 |
| * | | Merge pull request #1779 from MabezDev/forward-capacity-impls | Dario Nieuwenhuis | 2023-08-18 | 2 | -0/+48 |
| |\ \ | |||||
| | * | | Add udp capacity impls | Scott Mabin | 2023-08-15 | 1 | -0/+20 |
| | * | | Add tcp capacity impls | Scott Mabin | 2023-08-15 | 1 | -0/+28 |
| * | | | net-wiznet: rename from embassy-net-w5500. | Dario Nieuwenhuis | 2023-08-15 | 1 | -1/+1 |
| |/ / | |||||
| * / | embassy-net:tcp:send/recv | Scott Mabin | 2023-08-14 | 1 | -0/+102 |
| |/ | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 3 | -24/+23 |
| * | Fix link to embassy-time in embassy-net/README.md | Jan Niehusmann | 2023-08-02 | 1 | -1/+1 |
| * | Enable IEEE802.15.4 doc building | Ruben De Smet | 2023-07-31 | 1 | -2/+2 |
| * | Only skip default-gateway assignment with Medium::Ip | Ruben De Smet | 2023-07-31 | 1 | -5/+6 |
| * | Use hardware_address() for all media | Ruben De Smet | 2023-07-31 | 1 | -18/+2 |
| * | Add Ip hardware address to Driver | Ruben De Smet | 2023-07-31 | 1 | -0/+2 |
| * | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 1 | -4/+17 |
| * | Use HardwareAddress in Driver | Ruben De Smet | 2023-07-28 | 1 | -17/+10 |
| * | Add IEEE802.15.4 address to embassy net Stack | Ruben De Smet | 2023-07-28 | 1 | -1/+8 |
| * | Allow ethernet and 802.15.4 to coexist | Ruben De Smet | 2023-07-28 | 1 | -4/+6 |
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into mac | xoviat | 2023-07-21 | 1 | -21/+83 |
| |\ | |||||
| | * | Fix multicast support (#1670) | ivmarkov | 2023-07-18 | 1 | -7/+55 |
| | * | cfg-gate `unapply_config_v4` | bjoernQ | 2023-07-18 | 1 | -2/+3 |
| | * | Make dual-stack work in embassy-net | bjoernQ | 2023-07-18 | 1 | -13/+26 |
| * | | wpan: prepare net impl. | xoviat | 2023-07-15 | 3 | -1/+15 |
| |/ | |||||
| * | fmt | Roy Buitenhuis | 2023-07-12 | 1 | -9/+9 |
| * | Add polling fn's for send_to and recv_from in UdpSocket. | Roy Buitenhuis | 2023-07-12 | 1 | -4/+23 |
| * | Add poll functions on UdpSocket. | Roy Buitenhuis | 2023-07-12 | 1 | -21/+26 |
| * | Re-export smoltcp::wire::IpEndpoint | Roy Buitenhuis | 2023-07-07 | 1 | -1/+1 |
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 |
| * | Release embassy-net v0.1 | Dario Nieuwenhuis | 2023-06-29 | 3 | -22/+75 |
| * | Make StackResources::new() const | Dániel Buga | 2023-06-28 | 1 | -1/+1 |
| * | Update smoltcp to 0.10 | Dario Nieuwenhuis | 2023-06-26 | 1 | -1/+1 |
| * | Update smoltcp. | Dario Nieuwenhuis | 2023-06-26 | 4 | -9/+18 |
| * | Merge branch 'main' into v4-optional | Dario Nieuwenhuis | 2023-06-08 | 1 | -1/+9 |
| |\ | |||||
| | * | updated can_recv and may_recv to match the smoltcp functions. | Russ Hewgill | 2023-06-06 | 1 | -1/+9 |
| * | | net: Add documentation to new Config system | Ruben De Smet | 2023-06-07 | 1 | -0/+10 |
| * | | net: Support dual stack IP | Ruben De Smet | 2023-06-07 | 1 | -13/+62 |
