aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-11-08 19:13:12 -0600
committerxoviat <[email protected]>2023-11-08 19:13:12 -0600
commitda4feb3693f01c8dc045ec4c5b5bae9c7246c354 (patch)
treee8c67676b1db2001e62c151a8e42c22d30bee5a9 /embassy-net
parent05a4bb3a4acdb5a980efbb6f807696c1c702e01c (diff)
parent1977acdb11c32f2b92c31885a8a1dc8c10425e56 (diff)
Merge branch 'main' of github.com:embassy-rs/embassy into low-power
Diffstat (limited to 'embassy-net')
-rw-r--r--embassy-net/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/README.md b/embassy-net/README.md
index 7bb2283c4..52d048e6a 100644
--- a/embassy-net/README.md
+++ b/embassy-net/README.md
@@ -4,7 +4,7 @@
4 4
5It builds on [`smoltcp`](https://github.com/smoltcp-rs/smoltcp). It provides a higher-level and more opinionated 5It builds on [`smoltcp`](https://github.com/smoltcp-rs/smoltcp). It provides a higher-level and more opinionated
6API. It glues together the components provided by `smoltcp`, handling the low-level details with defaults and 6API. It glues together the components provided by `smoltcp`, handling the low-level details with defaults and
7memory management designed to work well for embedded systems, aiiming for a more "Just Works" experience. 7memory management designed to work well for embedded systems, aiming for a more "Just Works" experience.
8 8
9## Features 9## Features
10 10