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
/
examples
/
std
/
src
/
bin
/
net_udp.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
1
-2
/
+2
*
Add rand-core v0.9 support.
Dario Nieuwenhuis
2025-05-18
1
-2
/
+2
*
net: refactor to simplify lifetimes/generics.
Dario Nieuwenhuis
2024-09-16
1
-6
/
+5
*
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
Dario Nieuwenhuis
2024-08-07
1
-6
/
+1
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
1
-2
/
+0
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
1
-4
/
+6
*
net: move tuntap from std example to separate crate. (#1737)
Dario Nieuwenhuis
2023-08-03
1
-4
/
+1
*
net: Support dual stack IP
Ruben De Smet
2023-06-07
1
-2
/
+2
*
Rename StaticConfig to StaticConfigV4
Ruben De Smet
2023-06-06
1
-1
/
+1
*
Use make_static! from static-cell v1.1
Dario Nieuwenhuis
2023-06-01
1
-11
/
+7
*
net: reexport UDP PacketMetadata under the udp module.
Dario Nieuwenhuis
2023-05-15
1
-2
/
+2
*
examples/std: fix net running out of sockets.
Dario Nieuwenhuis
2023-02-26
1
-1
/
+1
*
net: allocate space for 2 sockets, needed for dhcp.
Dario Nieuwenhuis
2023-01-19
1
-1
/
+1
*
Add smoltcp dhcp socket configuration
Paweł Jan Czochański
2023-01-19
1
-9
/
+4
*
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
1
-8
/
+8
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
1
-1
/
+1
*
Add UDP example app
Artur Kowalski
2022-08-10
1
-0
/
+109