aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
Commit message (Collapse)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-262-3/+5
|
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+15
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-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 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* add missing PartialEq and Eq trait derives to embassy-net config structskorbin2025-07-271-3/+3
|
* add embassy-time/defmt config flag passthroughkorbin2025-07-261-1/+1
|
* add embassy-net defmt derives for config structskorbin2025-07-261-0/+6
|
* net: correct `UdpSocket::recv_from_with` docsSam W2025-07-031-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
|
* fix: update embassy-net changelogUlf Lilleengen2025-05-061-1/+3
|
* embassy-net: Add std and alloc featuresMatt Johnston2025-03-201-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 docsSkkeye2025-02-141-2/+2
|
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-142-1/+6
|
* feat: Feature match udp socketsskkeye2025-02-131-47/+186
| | | | fix: fixed compile proto-ipv4/v6 edge cases in the ping module
* fix: forgot fmtskkeye2025-02-131-3/+3
|
* feat: configurable rate_limit for the ping utilityskkeye2025-02-131-2/+17
|
* fix: nightly fmtskkeye2025-02-132-18/+19
|
* embassy-net: add ICMP sockets and a ping utilityskkeye2025-02-133-0/+708
|
* don't mention Poll::Ready for async fns as it's impliedEasyoakland2025-01-261-2/+2
|
* update comments to match codeEasyoakland2025-01-261-3/+3
|
* - use `with`Easyoakland2025-01-261-9/+5
| | | | - rename to Truncated to `PacketTooLarge`
* don't infinite loop if udp::send methods receive a buffer too large to ever ↵Easyoakland2025-01-241-2/+26
| | | | be sent
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Prepare embassy-net 0.6Dániel Buga2025-01-052-1/+7
|
* Desugar some async fnsDániel Buga2024-12-303-48/+46
|
* Remove useless std cargo features.Dario Nieuwenhuis2024-12-252-4/+1
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-1/+1
|
* fix(embassy-net): make the `Config` constructors `const`ROMemories2024-12-101-3/+3
|
* net: release v0.5.0Dario Nieuwenhuis2024-11-282-1/+29
|
* net: update to smoltcp v0.12.0Dario Nieuwenhuis2024-11-281-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* chore: address some clippy issuesKrzysztof Królczyk2024-11-012-21/+19
| | | | Signed-off-by: Krzysztof Królczyk <[email protected]>
* chore: improve some log msgsKrzysztof Królczyk2024-11-012-4/+4
| | | | Signed-off-by: Krzysztof Królczyk <[email protected]>
* feat(embassy-net): Implement `wait_send_ready()` + `wait_recv_ready()` for ↵Anthony Grondin2024-10-311-0/+53
| | | | Raw sockets.
* feat(embassy-net): Implement `TcpReader::wait_read_ready()` + ↵Anthony Grondin2024-10-311-0/+20
| | | | `TcpWriter::wait_send_ready()`
* Made import private again.Frostie3141592024-10-301-1/+1
|
* Reexported some smoltcp types for raw socket.Frostie3141592024-10-291-2/+2
|
* net: automatically enable defmt/ip_in_coreDario Nieuwenhuis2024-10-221-2/+2
|
* Merge pull request #3368 from AnthonyGrondin/mainDario Nieuwenhuis2024-10-212-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 Grondin2024-09-241-2/+44
| | | | | | | | TcpSocket
| * docs(embassy-net): Update can_send() and may_send() documentation to reflect ↵Anthony Grondin2024-09-241-1/+15
| | | | | | | | actual behavior from smoltcp
| * feat(embassy-net): Implement `wait_recv_ready()` + `wait_send_ready()` for ↵Anthony Grondin2024-09-241-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.
* | net: Add flush for UDP and Raw sockets.Fan Jiang2024-10-213-1/+35
| |
* | rustfmt for new nightly.Dario Nieuwenhuis2024-10-142-3/+12
| |
* | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.Dario Nieuwenhuis2024-10-073-19/+14
|/
* net: add all combinations of wait methods for link/config up/down.Dario Nieuwenhuis2024-09-181-12/+28
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-168-361/+316
|
* Merge pull request #3277 from dvdsk/mainDario Nieuwenhuis2024-09-101-0/+19
|\ | | | | | | embassy-net/read document return value Ok(0)