|
352f0b6c38
|
net: Support dual stack IP
|
2023-06-07 13:18:19 +02:00 |
|
|
54bab33c73
|
Rename StaticConfig to StaticConfigV4
|
2023-06-06 17:04:21 +02:00 |
|
|
1d8321b821
|
Use make_static! from static-cell v1.1
|
2023-06-01 01:42:34 +02:00 |
|
|
26d7610554
|
net: do not use smoltcp Instant/Duration in public API.
|
2023-05-15 00:53:30 +02:00 |
|
|
bc71230cd0
|
examples/std: fix net running out of sockets.
|
2023-02-26 21:50:12 +01:00 |
|
|
fe15a7beee
|
net: allocate space for 2 sockets, needed for dhcp.
|
2023-01-19 14:44:01 +01:00 |
|
|
8f4fae9b36
|
Add smoltcp dhcp socket configuration
|
2023-01-19 14:44:01 +01:00 |
|
|
478f472784
|
Remove Forever, switch to static_cell.
|
2022-08-22 16:11:40 +02:00 |
|
|
5daa173ce4
|
Split embassy-time from embassy-executor.
|
2022-08-18 01:22:30 +02:00 |
|
|
a0f1b0ee01
|
Split embassy crate into embassy-executor, embassy-util.
|
2022-07-29 23:40:36 +02:00 |
|
|
a5aea995a8
|
WIP embassy-net v2
|
2022-05-25 19:56:22 +02:00 |
|
|
931a137f8c
|
Replace embassy::io with embedded_io.
|
2022-05-07 01:45:54 +02:00 |
|
|
9d62e886fb
|
Do not use exported Result to mitigate problems with clap.
|
2021-12-08 22:19:13 +01:00 |
|
|
c257893da9
|
net: update smoltcp
|
2021-11-26 04:12:14 +01:00 |
|
|
f5e251fc81
|
Update clap
|
2021-10-18 01:19:01 +02:00 |
|
|
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 |
|
|
c4b9c8ac87
|
std: fold into embassy core, add non-hacky time driver.
|
2021-08-25 21:06:27 +02:00 |
|
|
07d4b196f7
|
Update nightly, remove removed features.
|
2021-08-04 19:48:14 +02:00 |
|
|
56d0c5ffe1
|
Fix warnings in std and rp
|
2021-07-04 12:46:04 +10:00 |
|
|
aca0fb1065
|
net: Make the user pass in the StackResources in init
By having the user pass in the resources, we can make them generic, this way
the user can choose the size of the individual resources
|
2021-06-20 17:15:18 -03:00 |
|
|
dff03ecfc7
|
Move examples to a subdirectory
|
2021-06-02 01:32:19 +02:00 |
|