| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Centralize license and MSRV boilerplate into the repo readme. | Dario Nieuwenhuis | 2024-01-11 | 1 | -10/+0 | |
| | | ||||||
| * | Remove nightly autodetects. | Dario Nieuwenhuis | 2024-01-10 | 1 | -18/+0 | |
| | | ||||||
| * | net: add packet-trace feature. | Dario Nieuwenhuis | 2024-01-10 | 2 | -2/+14 | |
| | | ||||||
| * | New embassy-net release | Scott Mabin | 2024-01-04 | 3 | -4/+6 | |
| | | ||||||
| * | feat: impl ReadReady and WriteReady for tcp | swanandx | 2024-01-03 | 1 | -0/+24 | |
| | | ||||||
| * | Add set_hop_limit to UDP sockets | Loïc Damien | 2023-12-28 | 1 | -0/+5 | |
| | | ||||||
| * | Upgrade to smoltcp v0.11. | Dario Nieuwenhuis | 2023-12-23 | 2 | -9/+18 | |
| | | ||||||
| * | [embassy-net] Auto-documented feature flags | Barnaby Walters | 2023-12-22 | 2 | -0/+20 | |
| | | ||||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -2/+4 | |
| | | ||||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 | |
| | | ||||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 5 | -11/+25 | |
| | | ||||||
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+2 | |
| | | ||||||
| * | populate `medium` in DriverAdapter struct in IGMP code | Stephan Wolski | 2023-11-19 | 1 | -0/+4 | |
| | | ||||||
| * | Update changelog | Emil Fresk | 2023-11-14 | 1 | -0/+2 | |
| | | ||||||
| * | Use smoltcp constant in results from DNS | Emil Fresk | 2023-11-14 | 2 | -2/+10 | |
| | | ||||||
| * | Update smoltcp and fix errors from that | Emil Fresk | 2023-11-14 | 1 | -2/+2 | |
| | | ||||||
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 3 | -8/+6 | |
| | | ||||||
| * | Fix typo in embassy-net docs | Nigecat | 2023-11-08 | 1 | -1/+1 | |
| | | ||||||
| * | Ensure TcpIo not blocking when reading into empty slice | Dániel Buga | 2023-11-06 | 2 | -0/+11 | |
| | | ||||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 2 | -2/+7 | |
| | | ||||||
| * | Re-add impl_trait_projections | Dániel Buga | 2023-10-30 | 1 | -1/+2 | |
| | | ||||||
| * | net: Reset DHCP socket when the link up is detected | Gabriel Górski | 2023-10-23 | 1 | -0/+3 | |
| | | | | | | | | | | Previously, because DHCP DISCOVER is sent before the link is established, socket has to timeout first. Which takes extra 10 s. Now if the state of the link changed to up, socket is explicitly reset so the DISCOVER is repeated much earlier and DHCP configuration is acquired much faster. | |||||
| * | net/driver: remove Medium, make HardwareAddress non_exhaustive. | Dario Nieuwenhuis | 2023-10-18 | 3 | -28/+31 | |
| | | ||||||
| * | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 2 | -2/+33 | |
| | | ||||||
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | Wake stack's task after queueing a DNS query | Dániel Buga | 2023-10-14 | 1 | -1/+4 | |
| | | ||||||
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | net: remove atomic-polyfill. | Dario Nieuwenhuis | 2023-10-12 | 2 | -9/+7 | |
| | | ||||||
| * | net: add support for dhcp hostname option. | Dario Nieuwenhuis | 2023-10-07 | 2 | -0/+45 | |
| | | ||||||
| * | Merge pull request #2014 from bugadani/udp | Ulf Lilleengen | 2023-10-05 | 1 | -1/+1 | |
| |\ | | | | | | | Reexport IpListenEndpoint for TCP | |||||
| | * | Reexport IpListenEndpoint for TCP | Dániel Buga | 2023-10-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | update embedded-io, embedded-nal-async. | Dario Nieuwenhuis | 2023-10-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Remove impl_trait_projections. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+1 | |
| |/ | ||||||
| * | 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 | |
| | | | | | Update changelog in preparation for release | |||||
| * | 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 | |
| | | | | Co-authored-by: Dario Nieuwenhuis <[email protected]> | |||||
| * | 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 | |
| |\ | | | | | embassy-{net, sync, time}: Use fmt::unwrap | |||||
| | * | 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 | |||||
| | * | add error translation to tcp errors | Alec Cox | 2023-08-18 | 1 | -2/+9 | |
| | | | | | | | | | | | Translation of tpc client ConnectError and Error to the appropriate embedded_io_async errors | |||||
