aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
Commit message (Expand)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
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
* 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
* 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: 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
* don't infinite loop if udp::send methods receive a buffer too large to ever b...Easyoakland2025-01-241-2/+26
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
* 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
* chore: address some clippy issuesKrzysztof Królczyk2024-11-012-21/+19
* chore: improve some log msgsKrzysztof Królczyk2024-11-012-4/+4
* feat(embassy-net): Implement `wait_send_ready()` + `wait_recv_ready()` for Ra...Anthony Grondin2024-10-311-0/+53
* feat(embassy-net): Implement `TcpReader::wait_read_ready()` + `TcpWriter::wai...Anthony Grondin2024-10-311-0/+20
* 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_read_ready()` + `wait_write_ready()` for T...Anthony Grondin2024-09-241-2/+44
| * docs(embassy-net): Update can_send() and may_send() documentation to reflect ...Anthony Grondin2024-09-241-1/+15
| * feat(embassy-net): Implement `wait_recv_ready()` + `wait_send_ready()` for Ud...Anthony Grondin2024-09-241-0/+53
* | 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
|\