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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add `run_until` function to std Executor as to support grafeul shutdown.
Gerhard de Clercq
2025-12-12
1
-0
/
+47
|
*
examples/std: fix warning.
Dario Nieuwenhuis
2025-12-12
1
-4
/
+5
|
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
7
-13
/
+13
|
*
Add rand-core v0.9 support.
Dario Nieuwenhuis
2025-05-18
5
-10
/
+10
|
|
|
|
Co-Authored-By: Aurélien Jacobs <
[email protected]
>
*
Simplify some std examples.
Dario Nieuwenhuis
2025-01-12
2
-66
/
+3
|
*
gave examples/std a cleaner and more informational Hello
Bart Massey
2025-01-01
1
-2
/
+6
|
*
Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.
Dario Nieuwenhuis
2024-10-07
1
-3
/
+3
|
*
net: refactor to simplify lifetimes/generics.
Dario Nieuwenhuis
2024-09-16
5
-35
/
+26
|
*
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
Dario Nieuwenhuis
2024-08-07
5
-25
/
+5
|
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
3
-5
/
+0
|
*
time: split queue driver too, don't reexport drivers.
Dario Nieuwenhuis
2024-01-11
1
-0
/
+1
|
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
7
-13
/
+0
|
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
5
-21
/
+32
|
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-2
/
+1
|
*
Re-add impl_trait_projections
Dániel Buga
2023-10-30
1
-1
/
+2
|
*
time: Update examples, tests, and other code to use new Timer::after_x ↵
Adam Greig
2023-10-15
2
-3
/
+3
|
|
|
|
convenience methods
*
Remove impl_trait_projections.
Dario Nieuwenhuis
2023-10-02
1
-1
/
+1
|
*
net-ppp: add std example.
Dario Nieuwenhuis
2023-08-25
1
-0
/
+218
|
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
3
-4
/
+4
|
*
net: move tuntap from std example to separate crate. (#1737)
Dario Nieuwenhuis
2023-08-03
5
-240
/
+4
|
*
Introduce driver::HardwareAddress without smoltcp dependency
Ruben De Smet
2023-07-31
1
-3
/
+2
|
*
Use HardwareAddress in Driver
Ruben De Smet
2023-07-28
1
-2
/
+3
|
*
net: Support dual stack IP
Ruben De Smet
2023-06-07
4
-8
/
+8
|
*
Rename StaticConfig to StaticConfigV4
Ruben De Smet
2023-06-06
4
-4
/
+4
|
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-1
/
+1
|
*
Use make_static! from static-cell v1.1
Dario Nieuwenhuis
2023-06-01
4
-44
/
+28
|
*
Add std example of a TCP listener
Matt Johnston
2023-05-25
1
-0
/
+133
|
|
|
|
|
This also demonstrates calling .abort() on a TCP socket and ensuring that the reset packet is sent out.
*
net: reexport UDP PacketMetadata under the udp module.
Dario Nieuwenhuis
2023-05-15
1
-2
/
+2
|
*
net: do not use smoltcp Instant/Duration in public API.
Dario Nieuwenhuis
2023-05-15
1
-1
/
+2
|
*
examples/std: fix net running out of sockets.
Dario Nieuwenhuis
2023-02-26
3
-3
/
+3
|
*
exmaples/dns: don't use the socket.
Dario Nieuwenhuis
2023-02-10
1
-6
/
+3
|
*
Rewrite to use a single socket
Ulf Lilleengen
2023-02-10
1
-2
/
+1
|
*
Add DNS socket to embassy-net
Ulf Lilleengen
2023-02-10
1
-0
/
+102
|
*
net: allocate space for 2 sockets, needed for dhcp.
Dario Nieuwenhuis
2023-01-19
2
-2
/
+2
|
*
Add smoltcp dhcp socket configuration
Paweł Jan Czochański
2023-01-19
2
-18
/
+10
|
*
net: split driver trait to a separate crate.
Dario Nieuwenhuis
2022-12-26
1
-6
/
+6
|
*
examples/std: update to new embassy-net trait.
Dario Nieuwenhuis
2022-12-13
1
-55
/
+58
|
*
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
3
-19
/
+19
|
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
4
-5
/
+5
|
*
Add UDP example app
Artur Kowalski
2022-08-10
1
-0
/
+109
|
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
3
-11
/
+11
|
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
2
-16
/
+10
|
*
WIP embassy-net v2
Dario Nieuwenhuis
2022-05-25
2
-25
/
+28
|
*
Replace embassy::io with embedded_io.
Dario Nieuwenhuis
2022-05-07
2
-9
/
+10
|
*
net: add functions to get current Eth and IP config
Dario Nieuwenhuis
2022-05-02
1
-1
/
+1
|
*
Do not use exported Result to mitigate problems with clap.
Matous Hybl
2021-12-08
2
-3
/
+8
|
*
net: update smoltcp
Dario Nieuwenhuis
2021-11-26
3
-4
/
+3
|
*
net: don't depend directly on smoltcp outside embassy-net
Dario Nieuwenhuis
2021-11-24
1
-3
/
+3
|
*
examples/std: fix warning
Dario Nieuwenhuis
2021-10-18
1
-2
/
+1
|
*
Update clap
Dario Nieuwenhuis
2021-10-18
1
-3
/
+2
|
[next]