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
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
Edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-0
/
+1
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
1
-1
/
+1
*
add missing PartialEq and Eq trait derives to embassy-net config structs
korbin
2025-07-27
1
-3
/
+3
*
add embassy-net defmt derives for config structs
korbin
2025-07-26
1
-0
/
+6
*
fix: nightly fmt
skkeye
2025-02-13
1
-2
/
+2
*
embassy-net: add ICMP sockets and a ping utility
skkeye
2025-02-13
1
-0
/
+2
*
Remove useless std cargo features.
Dario Nieuwenhuis
2024-12-25
1
-1
/
+1
*
fix(embassy-net): make the `Config` constructors `const`
ROMemories
2024-12-10
1
-3
/
+3
*
chore: address some clippy issues
Krzysztof Królczyk
2024-11-01
1
-19
/
+17
*
chore: improve some log msgs
Krzysztof Królczyk
2024-11-01
1
-2
/
+2
*
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
1
-248
/
+197
*
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
Dario Nieuwenhuis
2024-08-07
1
-2
/
+5
*
Merge pull request #3219 from mirkomartn/bound-dns-servers
Dario Nieuwenhuis
2024-07-29
1
-3
/
+13
|
\
|
*
embassy-net: dns: bound the dns_servers slice
Gasper Stukelj
2024-07-29
1
-3
/
+13
*
|
embassy-net: fix minor typo in doc
Gasper Stukelj
2024-07-18
1
-1
/
+1
|
/
*
Reduce use of the full `futures` crate.
Dario Nieuwenhuis
2024-04-26
1
-3
/
+2
*
Fixed commented issues.
Gustav Toft
2024-04-10
1
-2
/
+2
*
Implement raw sockets in embassy-net
Gustav Toft
2024-04-04
1
-0
/
+2
*
New embassy-net release
Scott Mabin
2024-01-04
1
-2
/
+0
*
[embassy-net] Auto-documented feature flags
Barnaby Walters
2023-12-22
1
-0
/
+3
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
1
-2
/
+4
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-2
/
+3
*
populate `medium` in DriverAdapter struct in IGMP code
Stephan Wolski
2023-11-19
1
-0
/
+4
*
Use smoltcp constant in results from DNS
Emil Fresk
2023-11-14
1
-1
/
+5
*
Re-add impl_trait_projections
Dániel Buga
2023-10-30
1
-1
/
+2
*
net: Reset DHCP socket when the link up is detected
Gabriel Górski
2023-10-23
1
-0
/
+3
*
net/driver: remove Medium, make HardwareAddress non_exhaustive.
Dario Nieuwenhuis
2023-10-18
1
-10
/
+26
*
Wake stack's task after queueing a DNS query
Dániel Buga
2023-10-14
1
-1
/
+4
*
net: add support for dhcp hostname option.
Dario Nieuwenhuis
2023-10-07
1
-0
/
+44
*
Merge pull request #2014 from bugadani/udp
Ulf Lilleengen
2023-10-05
1
-1
/
+1
|
\
|
*
Reexport IpListenEndpoint for TCP
Dániel Buga
2023-10-05
1
-1
/
+1
*
|
Remove impl_trait_projections.
Dario Nieuwenhuis
2023-10-02
1
-1
/
+1
|
/
*
net: allow non-'static drivers.
Dario Nieuwenhuis
2023-09-28
1
-3
/
+3
*
Fix doc typo
Polly
2023-09-14
1
-1
/
+1
*
yield -> return
Julian
2023-09-09
1
-1
/
+1
*
improve docstring
JuliDi
2023-09-09
1
-6
/
+5
*
fix poll_fn, add documentation
JuliDi
2023-09-08
1
-12
/
+41
*
fix typos
JuliDi
2023-09-08
1
-1
/
+1
*
wait_config_up first steps
JuliDi
2023-09-08
1
-0
/
+26
*
Use fmt::unwrap
Dániel Buga
2023-09-02
1
-7
/
+7
*
net: improve error message on unsupported medium.
Dario Nieuwenhuis
2023-08-25
1
-1
/
+4
*
net: allow changing IP config at runtime.
Dario Nieuwenhuis
2023-08-25
1
-172
/
+148
*
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
[next]