1b20ba27b1
feat: bump embassy-sync version to 0.3.0
...
Update changelog in preparation for release
2023-09-14 18:26:00 +02:00
1f63bf4153
Release embassy-time v0.1.3
2023-08-28 08:00:18 -07:00
b5748524f8
net: improve error message on unsupported medium.
2023-08-25 20:45:23 +02:00
5d5cd23715
Update to embedded-io 0.5 ( #1752 )
2023-08-07 13:43:09 +02:00
b394cc3394
Enable IEEE802.15.4 doc building
2023-07-31 15:02:55 +02:00
0b63af3313
wpan: prepare net impl.
2023-07-15 19:02:04 -05:00
d137286981
Release embassy-time v0.1.2
2023-07-06 01:29:44 +02:00
6eac49186d
Release embassy-net v0.1
2023-06-29 19:55:32 +02:00
715bf20c41
Update smoltcp to 0.10
2023-06-26 20:13:55 +02:00
64cba950e5
Update smoltcp.
2023-06-26 11:43:28 +02:00
44624b2d7a
Put proto-ipv4 behind a feature flag
2023-06-05 16:45:40 +02:00
d07821d851
net: document crate.
2023-05-15 00:56:09 +02:00
577f060d24
Release embassy-sync v0.2.0
2023-04-13 23:40:49 +02:00
c22218c72e
feat: Add multicast to udp socket
2023-03-06 18:43:37 +01:00
41a563aae3
net: document all features
2023-02-13 03:11:16 +01:00
128a453163
remove unneeded features
2023-02-10 19:04:54 +01:00
cd440a49d6
Rewrite to use a single socket
2023-02-10 17:46:08 +01:00
c203cefe01
Handle cancellation
2023-02-10 17:45:19 +01:00
9cfea693ed
Add DNS socket to embassy-net
2023-02-10 17:45:03 +01:00
102b2e52cb
net: use released smoltcp 0.9.0
2023-02-07 18:15:26 +01:00
78c2c1709b
net: update smoltcp.
2023-01-19 14:44:01 +01:00
2eae12b7f1
Update smoltcp to the newest master
2023-01-19 14:44:01 +01:00
1f033d509a
net: split driver trait to a separate crate.
2022-12-26 04:49:08 +01:00
5655c6093f
net: use atomic-polyfill on tcp client pool, for thumbv6m support.
2022-12-26 03:34:05 +01:00
72bb9b53a2
net: remove unused pool-x features
2022-12-26 03:34:05 +01:00
10c9cc31b1
Remove unnecessary use of atomic-polyfill.
...
Only use it when CAS is actually needed.
2022-12-23 20:46:49 +01:00
f7fe0c1441
net: update smoltcp
2022-12-07 00:28:38 +01:00
3135ad016d
Bump embedded-nal-async to 0.3.0
2022-11-29 12:05:46 +01:00
1e2fb0459d
Switch to async-fn-in-trait
2022-11-25 21:02:06 +01:00
eeb072d9cb
Update Rust nightly.
2022-10-26 16:47:29 +02:00
6718ca3a94
all Cargo.toml: Add license to all crate Cargo.toml files
...
Closes: https://github.com/embassy-rs/embassy/issues/1002
2022-10-07 12:41:56 +02:00
5327b9c289
time: add more tick rates, use 1mhz as default.
2022-09-02 00:59:34 +02:00
464ae67108
net: feature-gate nightly-only async traits to allow building on stable.
2022-08-30 19:43:32 +02:00
21072bee48
split embassy-util
into embassy-futures
, embassy-sync
.
2022-08-22 22:18:13 +02:00
ce407474a7
net: update atomic-pool, atomic-polyfill.
2022-08-18 14:45:07 +02:00
5daa173ce4
Split embassy-time from embassy-executor.
2022-08-18 01:22:30 +02:00
68931a36d5
More docserver metadata fix.
2022-08-15 20:42:36 +02:00
d5ab0d3ebb
Add UDP socket support
2022-08-10 19:40:35 +02:00
18671b94ba
Implement embedded-nal-async traits for embassy-net
2022-08-08 16:51:34 +02:00
a0f1b0ee01
Split embassy crate into embassy-executor, embassy-util.
2022-07-29 23:40:36 +02:00
948bb93dc2
docs: Add $COMMIT to git srclinks.
2022-06-26 23:55:38 +02:00
1f746e0939
Remove the authors field from Cargo.tomls
...
It currently contains whoever was first to write some code for the crate,
even if many more people have contributed to it later.
The field is "sort of" deprecated, it was made optional recently:
https://rust-lang.github.io/rfcs/3052-optional-authors-field.html
Due the the reasons listed there I believe removing it is better than
setting it to generic fluff like "The Embassy contributors".
2022-06-18 02:16:40 +02:00
88e36a70bd
Update to 2021 edition. ( #820 )
2022-06-18 02:15:48 +02:00
39cffdd123
Add reexport for ipv6 types with proto-ipv6
2022-06-01 13:48:09 +02:00
a5aea995a8
WIP embassy-net v2
2022-05-25 19:56:22 +02:00
e3b8e35498
Make embassy-net nightly-only.
...
It's useless without async traits, so juggling the `nightly` feature
around is not worth the pain.
2022-05-19 06:15:01 +02:00
47ceee47d5
Update embedded-io to 0.3
2022-05-19 00:36:18 +02:00
931a137f8c
Replace embassy::io with embedded_io.
2022-05-07 01:45:54 +02:00
3a3ed27c30
net: Add support for packet pools with size 64 and 128
2022-04-27 21:27:28 +02:00
e5a843dc06
net: auto-enable defmt in smoltcp using namespaced features.
2022-04-13 17:46:27 +02:00