index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-net
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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: 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
*
don't infinite loop if udp::send methods receive a buffer too large to ever b...
Easyoakland
2025-01-24
1
-2
/
+26
*
chore: bump embassy-sync version
Ulf Lilleengen
2025-01-15
1
-1
/
+1
*
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
*
chore: address some clippy issues
Krzysztof Królczyk
2024-11-01
2
-21
/
+19
*
chore: improve some log msgs
Krzysztof Królczyk
2024-11-01
2
-4
/
+4
*
feat(embassy-net): Implement `wait_send_ready()` + `wait_recv_ready()` for Ra...
Anthony Grondin
2024-10-31
1
-0
/
+53
*
feat(embassy-net): Implement `TcpReader::wait_read_ready()` + `TcpWriter::wai...
Anthony Grondin
2024-10-31
1
-0
/
+20
*
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_read_ready()` + `wait_write_ready()` for T...
Anthony Grondin
2024-09-24
1
-2
/
+44
|
*
docs(embassy-net): Update can_send() and may_send() documentation to reflect ...
Anthony Grondin
2024-09-24
1
-1
/
+15
|
*
feat(embassy-net): Implement `wait_recv_ready()` + `wait_send_ready()` for Ud...
Anthony Grondin
2024-09-24
1
-0
/
+53
*
|
net: Add flush for UDP and Raw sockets.
Fan Jiang
2024-10-21
3
-1
/
+35
*
|
rustfmt for new nightly.
Dario Nieuwenhuis
2024-10-14
2
-3
/
+12
*
|
Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.
Dario Nieuwenhuis
2024-10-07
3
-19
/
+14
|
/
*
net: add all combinations of wait methods for link/config up/down.
Dario Nieuwenhuis
2024-09-18
1
-12
/
+28
*
net: refactor to simplify lifetimes/generics.
Dario Nieuwenhuis
2024-09-16
8
-361
/
+316
*
Merge pull request #3277 from dvdsk/main
Dario Nieuwenhuis
2024-09-10
1
-0
/
+19
|
\
|
*
embassy-net: fix/clearify TcpReader docs. Expand docs on timeouts
dvdsk
2024-08-23
1
-4
/
+17
|
*
embassy-net/read document return value Ok(0)
dvdsk
2024-08-23
1
-0
/
+6
*
|
feat(embassy-net): add zero-copy UDP send/recv functions
Cirrus
2024-08-25
1
-0
/
+63
|
/
*
feat(mdns): Enable mdns support through smoltcp
Anthony Grondin
2024-08-16
1
-0
/
+2
*
Merge pull request #3198 from sammhicks/main
Dario Nieuwenhuis
2024-08-13
1
-1
/
+1
|
\
|
*
net/tcp: fix flush() waiting forever if socket is reset with pending write data
Samuel Hicks
2024-07-19
1
-1
/
+1
*
|
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
Dario Nieuwenhuis
2024-08-07
1
-2
/
+5
*
|
Prepare embassy-time release
Ulf Lilleengen
2024-08-05
1
-1
/
+1
[next]