Dario Nieuwenhuis
|
e4fc487644
|
Add rand-core v0.9 support.
Co-Authored-By: Aurélien Jacobs <aurel@gnuage.org>
|
2025-05-18 20:35:36 +02:00 |
|
Dario Nieuwenhuis
|
31e0794e79
|
Simplify some std examples.
|
2025-01-12 20:51:17 +01:00 |
|
Bart Massey
|
b5ef53ac13
|
gave examples/std a cleaner and more informational Hello
|
2025-01-01 16:35:42 -08:00 |
|
Dario Nieuwenhuis
|
f6155cf735
|
Update smoltcp, embedded-nal-async to use the core::net IP addr types.
|
2024-10-07 00:22:44 +02:00 |
|
Dario Nieuwenhuis
|
be0d9775e3
|
net: refactor to simplify lifetimes/generics.
|
2024-09-16 21:17:11 +02:00 |
|
Dario Nieuwenhuis
|
59cb1531c9
|
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
|
2024-08-07 14:58:20 +02:00 |
|
Dario Nieuwenhuis
|
eca9aac194
|
Fix warnings in recent nightly.
|
2024-03-20 16:39:09 +01:00 |
|
Dario Nieuwenhuis
|
f0606da9ad
|
time: split queue driver too, don't reexport drivers.
|
2024-01-11 23:01:24 +01:00 |
|
Dario Nieuwenhuis
|
8b36a32ed5
|
ci: use beta, add secondary nightly ci.
|
2023-12-21 15:03:57 +01:00 |
|
Ulf Lilleengen
|
0acf7b09c3
|
chore: replace make_static! macro usage with non-macro version
|
2023-12-21 10:29:57 +01:00 |
|
Dario Nieuwenhuis
|
c6989dfbca
|
Remove nightly and unstable-traits features in preparation for 1.75.
|
2023-11-29 17:26:33 +01:00 |
|
Dániel Buga
|
ad07ea0290
|
Re-add impl_trait_projections
|
2023-10-30 19:10:45 +01:00 |
|
Adam Greig
|
0621e957a0
|
time: Update examples, tests, and other code to use new Timer::after_x convenience methods
|
2023-10-15 01:30:12 +01:00 |
|
Dario Nieuwenhuis
|
eb12114345
|
Remove impl_trait_projections.
|
2023-10-02 14:00:49 +02:00 |
|
Dario Nieuwenhuis
|
d812cc5745
|
net-ppp: add std example.
|
2023-08-25 20:45:23 +02:00 |
|
Dario Nieuwenhuis
|
5d5cd23715
|
Update to embedded-io 0.5 (#1752)
|
2023-08-07 13:43:09 +02:00 |
|
Dario Nieuwenhuis
|
4d60c715e6
|
net: move tuntap from std example to separate crate. (#1737)
|
2023-08-03 14:23:11 +02:00 |
|
Ruben De Smet
|
4afdce4ec5
|
Introduce driver::HardwareAddress without smoltcp dependency
|
2023-07-31 14:21:26 +02:00 |
|
Ruben De Smet
|
69c0a89aa5
|
Use HardwareAddress in Driver
|
2023-07-28 16:40:15 +02:00 |
|
Ruben De Smet
|
352f0b6c38
|
net: Support dual stack IP
|
2023-06-07 13:18:19 +02:00 |
|
Ruben De Smet
|
54bab33c73
|
Rename StaticConfig to StaticConfigV4
|
2023-06-06 17:04:21 +02:00 |
|
Dario Nieuwenhuis
|
404aa29289
|
cortex-m: remove owned interrupts.
|
2023-06-01 03:25:19 +02:00 |
|
Dario Nieuwenhuis
|
1d8321b821
|
Use make_static! from static-cell v1.1
|
2023-06-01 01:42:34 +02:00 |
|
Matt Johnston
|
373eb97357
|
Add std example of a TCP listener
This also demonstrates calling .abort() on a TCP socket and ensuring
that the reset packet is sent out.
|
2023-05-25 20:43:36 +08:00 |
|
Dario Nieuwenhuis
|
62857bdb2d
|
net: reexport UDP PacketMetadata under the udp module.
|
2023-05-15 00:55:34 +02:00 |
|
Dario Nieuwenhuis
|
26d7610554
|
net: do not use smoltcp Instant/Duration in public API.
|
2023-05-15 00:53:30 +02:00 |
|
Dario Nieuwenhuis
|
bc71230cd0
|
examples/std: fix net running out of sockets.
|
2023-02-26 21:50:12 +01:00 |
|
Dario Nieuwenhuis
|
a509af4bc0
|
exmaples/dns: don't use the socket.
|
2023-02-10 23:00:16 +01:00 |
|
Ulf Lilleengen
|
cd440a49d6
|
Rewrite to use a single socket
|
2023-02-10 17:46:08 +01:00 |
|
Ulf Lilleengen
|
9cfea693ed
|
Add DNS socket to embassy-net
|
2023-02-10 17:45:03 +01:00 |
|
Dario Nieuwenhuis
|
fe15a7beee
|
net: allocate space for 2 sockets, needed for dhcp.
|
2023-01-19 14:44:01 +01:00 |
|
Paweł Jan Czochański
|
8f4fae9b36
|
Add smoltcp dhcp socket configuration
|
2023-01-19 14:44:01 +01:00 |
|
Dario Nieuwenhuis
|
1f033d509a
|
net: split driver trait to a separate crate.
|
2022-12-26 04:49:08 +01:00 |
|
Dario Nieuwenhuis
|
790e4e1594
|
examples/std: update to new embassy-net trait.
|
2022-12-13 16:43:25 +01:00 |
|
Dario Nieuwenhuis
|
478f472784
|
Remove Forever, switch to static_cell.
|
2022-08-22 16:11:40 +02:00 |
|
Dario Nieuwenhuis
|
5daa173ce4
|
Split embassy-time from embassy-executor.
|
2022-08-18 01:22:30 +02:00 |
|
Artur Kowalski
|
865a91976c
|
Add UDP example app
|
2022-08-10 20:13:10 +02:00 |
|
Dario Nieuwenhuis
|
a0f1b0ee01
|
Split embassy crate into embassy-executor, embassy-util.
|
2022-07-29 23:40:36 +02:00 |
|
Dario Nieuwenhuis
|
a8703b7598
|
Run rustfmt.
|
2022-06-12 22:22:31 +02:00 |
|
Dario Nieuwenhuis
|
a5aea995a8
|
WIP embassy-net v2
|
2022-05-25 19:56:22 +02:00 |
|
Dario Nieuwenhuis
|
931a137f8c
|
Replace embassy::io with embedded_io.
|
2022-05-07 01:45:54 +02:00 |
|
Dario Nieuwenhuis
|
a5f5c3a844
|
net: add functions to get current Eth and IP config
|
2022-05-02 16:19:34 +02:00 |
|
Matous Hybl
|
9d62e886fb
|
Do not use exported Result to mitigate problems with clap.
|
2021-12-08 22:19:13 +01:00 |
|
Dario Nieuwenhuis
|
c257893da9
|
net: update smoltcp
|
2021-11-26 04:12:14 +01:00 |
|
Dario Nieuwenhuis
|
e4de15e4de
|
net: don't depend directly on smoltcp outside embassy-net
|
2021-11-24 17:48:48 +01:00 |
|
Dario Nieuwenhuis
|
d7b768992e
|
examples/std: fix warning
|
2021-10-18 01:37:35 +02:00 |
|
Dario Nieuwenhuis
|
f5e251fc81
|
Update clap
|
2021-10-18 01:19:01 +02:00 |
|
Dario Nieuwenhuis
|
f2623e7e9b
|
Update lots of deps
|
2021-09-11 01:35:23 +02:00 |
|
Dario Nieuwenhuis
|
de016e8456
|
Remove trait_alias, allow(incomplete_features).
trait_alias seems unused. no idea why it's there.
|
2021-09-03 17:00:58 +02:00 |
|
Ulf Lilleengen
|
5f04d6e6c5
|
Fix embassy::main macros for std target
|
2021-09-02 14:45:54 +02:00 |
|