| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add set_nagle_enabled to TcpSocket | Matthias Behr | 2025-11-08 | 2 | -0/+16 |
| | | | | | | Adding fn TcpSocket::set_nagle_enable to control the nagle algorithm for this socket. | ||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 5 | -6/+6 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -1/+2 |
| | | |||||
| * | Update manifests to satisfy new checks. | Dario Nieuwenhuis | 2025-09-22 | 1 | -0/+2 |
| | | |||||
| * | ci: use devtool to build. | Dario Nieuwenhuis | 2025-09-11 | 1 | -0/+13 |
| | | |||||
| * | nrf: 802.15.4 embassy-net-driver | Remmirad | 2025-09-06 | 1 | -0/+1 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 2 | -3/+5 |
| | | |||||
| * | Read crate configs from metadata. | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+15 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 1 | -1/+2 |
| | | | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing | ||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | add missing PartialEq and Eq trait derives to embassy-net config structs | korbin | 2025-07-27 | 1 | -3/+3 |
| | | |||||
| * | add embassy-time/defmt config flag passthrough | korbin | 2025-07-26 | 1 | -1/+1 |
| | | |||||
| * | add embassy-net defmt derives for config structs | korbin | 2025-07-26 | 1 | -0/+6 |
| | | |||||
| * | net: correct `UdpSocket::recv_from_with` docs | Sam W | 2025-07-03 | 1 | -1/+1 |
| | | |||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -1/+1 |
| | | |||||
| * | fix: update embassy-net changelog | Ulf Lilleengen | 2025-05-06 | 1 | -1/+3 |
| | | |||||
| * | embassy-net: Add std and alloc features | Matt Johnston | 2025-03-20 | 1 | -0/+4 |
| | | | | | | | | | | | These are passed through to smoltcp, which otherwise won't handle some match cases when managed/std feature is enabled externally. --> .../index.crates.io-1949cf8c6b5b557f/smoltcp-0.12.0/src/iface/socket_set.rs:82:15 | 82 | match &mut self.sockets { | ^^^^^^^^^^^^^^^^^ pattern `&mut ManagedSlice::Owned(_)` not covered | ||||
| * | fix: embassy-net icmp feature docs | Skkeye | 2025-02-14 | 1 | -2/+2 |
| | | |||||
| * | chore: prepare embassy-net release | Ulf Lilleengen | 2025-02-14 | 2 | -1/+6 |
| | | |||||
| * | feat: Feature match udp sockets | skkeye | 2025-02-13 | 1 | -47/+186 |
| | | | | | fix: fixed compile proto-ipv4/v6 edge cases in the ping module | ||||
| * | fix: forgot fmt | skkeye | 2025-02-13 | 1 | -3/+3 |
| | | |||||
| * | feat: configurable rate_limit for the ping utility | skkeye | 2025-02-13 | 1 | -2/+17 |
| | | |||||
| * | fix: nightly fmt | skkeye | 2025-02-13 | 2 | -18/+19 |
| | | |||||
| * | embassy-net: add ICMP sockets and a ping utility | skkeye | 2025-02-13 | 3 | -0/+708 |
| | | |||||
| * | don't mention Poll::Ready for async fns as it's implied | Easyoakland | 2025-01-26 | 1 | -2/+2 |
| | | |||||
| * | update comments to match code | Easyoakland | 2025-01-26 | 1 | -3/+3 |
| | | |||||
| * | - use `with` | Easyoakland | 2025-01-26 | 1 | -9/+5 |
| | | | | | - rename to Truncated to `PacketTooLarge` | ||||
| * | don't infinite loop if udp::send methods receive a buffer too large to ever ↵ | Easyoakland | 2025-01-24 | 1 | -2/+26 |
| | | | | | be sent | ||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Prepare embassy-net 0.6 | Dániel Buga | 2025-01-05 | 2 | -1/+7 |
| | | |||||
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 3 | -48/+46 |
| | | |||||
| * | Remove useless std cargo features. | Dario Nieuwenhuis | 2024-12-25 | 2 | -4/+1 |
| | | |||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -1/+1 |
| | | |||||
| * | fix(embassy-net): make the `Config` constructors `const` | ROMemories | 2024-12-10 | 1 | -3/+3 |
| | | |||||
| * | net: release v0.5.0 | Dario Nieuwenhuis | 2024-11-28 | 2 | -1/+29 |
| | | |||||
| * | net: update to smoltcp v0.12.0 | Dario Nieuwenhuis | 2024-11-28 | 1 | -1/+1 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | chore: address some clippy issues | Krzysztof Królczyk | 2024-11-01 | 2 | -21/+19 |
| | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]> | ||||
| * | chore: improve some log msgs | Krzysztof Królczyk | 2024-11-01 | 2 | -4/+4 |
| | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]> | ||||
| * | feat(embassy-net): Implement `wait_send_ready()` + `wait_recv_ready()` for ↵ | Anthony Grondin | 2024-10-31 | 1 | -0/+53 |
| | | | | | Raw sockets. | ||||
| * | feat(embassy-net): Implement `TcpReader::wait_read_ready()` + ↵ | Anthony Grondin | 2024-10-31 | 1 | -0/+20 |
| | | | | | `TcpWriter::wait_send_ready()` | ||||
| * | Made import private again. | Frostie314159 | 2024-10-30 | 1 | -1/+1 |
| | | |||||
| * | Reexported some smoltcp types for raw socket. | Frostie314159 | 2024-10-29 | 1 | -2/+2 |
| | | |||||
| * | net: automatically enable defmt/ip_in_core | Dario Nieuwenhuis | 2024-10-22 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3368 from AnthonyGrondin/main | Dario Nieuwenhuis | 2024-10-21 | 2 | -3/+112 |
| |\ | | | | | | | feat(embassy-net): Implement `wait_recv_ready()` + `wait_send_ready()` for UdpSocket and `wait_read_ready()` + `wait_write_ready()` for TcpSocket | ||||
| | * | feat(embassy-net): Implement `wait_read_ready()` + `wait_write_ready()` for ↵ | Anthony Grondin | 2024-09-24 | 1 | -2/+44 |
| | | | | | | | | | TcpSocket | ||||
| | * | docs(embassy-net): Update can_send() and may_send() documentation to reflect ↵ | Anthony Grondin | 2024-09-24 | 1 | -1/+15 |
| | | | | | | | | | actual behavior from smoltcp | ||||
| | * | feat(embassy-net): Implement `wait_recv_ready()` + `wait_send_ready()` for ↵ | Anthony Grondin | 2024-09-24 | 1 | -0/+53 |
| | | | | | | | | | | | | | | | | | | | | | UdpSocket - Provides `pub async fn wait_recv_ready(&self) -> ()` and `pub fn poll_recv_ready(&self, cx: &mut Context<'_>) -> Poll<()>`. This allows polling / waiting on a socket until it can be read, without dequeuing any packets. - Provides `pub async fn wait_send_ready(&self) -> ()` and `pub fn poll_send_ready(&self, cx: &mut Context<'_> -> Poll<()>` This allows polling / waiting on a socket until it becomes writable. | ||||
