diff options
| author | xoviat <[email protected]> | 2023-11-08 19:13:12 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-11-08 19:13:12 -0600 |
| commit | da4feb3693f01c8dc045ec4c5b5bae9c7246c354 (patch) | |
| tree | e8c67676b1db2001e62c151a8e42c22d30bee5a9 /embassy-net | |
| parent | 05a4bb3a4acdb5a980efbb6f807696c1c702e01c (diff) | |
| parent | 1977acdb11c32f2b92c31885a8a1dc8c10425e56 (diff) | |
Merge branch 'main' of github.com:embassy-rs/embassy into low-power
Diffstat (limited to 'embassy-net')
| -rw-r--r-- | embassy-net/README.md | 2 |
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 | ||
| 5 | It builds on [`smoltcp`](https://github.com/smoltcp-rs/smoltcp). It provides a higher-level and more opinionated | 5 | It builds on [`smoltcp`](https://github.com/smoltcp-rs/smoltcp). It provides a higher-level and more opinionated |
| 6 | API. It glues together the components provided by `smoltcp`, handling the low-level details with defaults and | 6 | API. It glues together the components provided by `smoltcp`, handling the low-level details with defaults and |
| 7 | memory management designed to work well for embedded systems, aiiming for a more "Just Works" experience. | 7 | memory management designed to work well for embedded systems, aiming for a more "Just Works" experience. |
| 8 | 8 | ||
| 9 | ## Features | 9 | ## Features |
| 10 | 10 | ||
