| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | | Add udp capacity impls | Scott Mabin | 2023-08-15 | 1 | -0/+20 |
| | | | |||||
| * | | Add tcp capacity impls | Scott Mabin | 2023-08-15 | 1 | -0/+28 |
| | | | |||||
| * | | embassy-net:tcp:send/recv | Scott Mabin | 2023-08-14 | 1 | -0/+102 |
| |/ | | | | - Add async versions of smoltcp's `send` and `recv` closure based API. | ||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 2 | -18/+18 |
| | | |||||
| * | 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 |
| | | | | | Co-authored-by: Thibaut Vandervelden <[email protected]> | ||||
| * | 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 | 2 | -1/+14 |
| |/ | |||||
| * | 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-net v0.1 | Dario Nieuwenhuis | 2023-06-29 | 1 | -1/+23 |
| | | |||||
| * | Make StackResources::new() const | Dániel Buga | 2023-06-28 | 1 | -1/+1 |
| | | |||||
| * | Update smoltcp. | Dario Nieuwenhuis | 2023-06-26 | 3 | -7/+16 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | net: proto-ipv6 in is_config_up | Ruben De Smet | 2023-06-06 | 1 | -4/+23 |
| | | | |||||
| * | | net: Allow a combined use of IPv4 and IPv6 DNS servers | Ruben De Smet | 2023-06-06 | 1 | -9/+40 |
| | | | |||||
| * | | net: Allow setting an IPv6 in the stack | Ruben De Smet | 2023-06-06 | 1 | -4/+68 |
| | | | |||||
| * | | net: StaticV4 config behind proto-ipv4 | Ruben De Smet | 2023-06-06 | 4 | -12/+43 |
| | | | |||||
| * | | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 1 | -6/+6 |
| |/ | |||||
| * | net: Make flush() wait for RST packets from abort() | Matt Johnston | 2023-05-25 | 1 | -3/+11 |
| | | | | | | Add docs to note that dropping a TcpSocket early will prevent the .abort() RST from being sent. | ||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 |
| | | |||||
| * | net: document crate. | Dario Nieuwenhuis | 2023-05-15 | 4 | -11/+157 |
| | | |||||
| * | net: reexport UDP PacketMetadata under the udp module. | Dario Nieuwenhuis | 2023-05-15 | 2 | -3/+4 |
| | | |||||
| * | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 3 | -18/+32 |
| | | |||||
| * | Remove unused `feature(type_alias_impl_trait)`. | Dario Nieuwenhuis | 2023-05-14 | 1 | -4/+1 |
| | | |||||
| * | Add extra feature flags to fix build without dhcp. | Roy Buitenhuis | 2023-04-18 | 1 | -4/+5 |
| | | |||||
| * | Wait for waker when no data is available on UDP socket. | Roy Buitenhuis | 2023-03-15 | 1 | -2/+1 |
| | | |||||
| * | refactor: Multicast method modifiers on stack to public | Leon Camus | 2023-03-08 | 2 | -35/+18 |
| | | | | | revert: udp.rs | ||||
| * | fix: Add qualified imports | Leon Camus | 2023-03-07 | 1 | -3/+3 |
| | | |||||
| * | lint: Remove unused imports | Leon Camus | 2023-03-07 | 1 | -2/+1 |
| | | |||||
| * | lint: Cargo fmt | Leon Camus | 2023-03-07 | 2 | -22/+13 |
| | | |||||
| * | feat: Add multicast to udp socket | Leon Camus | 2023-03-06 | 2 | -12/+70 |
| | | |||||
| * | embassy-net: DNS resolver detects when name is just an IP address and ↵ | kbleeke | 2023-02-25 | 1 | -0/+16 |
| | | | | | returns immediately | ||||
| * | embassy-net: add flush to TcpSocket and TcpWriter as an inherent method | kbleeke | 2023-02-22 | 1 | -0/+8 |
| | | |||||
| * | Implement flush for TcpSocket | kbleeke | 2023-02-22 | 1 | -3/+12 |
| | | |||||
