aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
commitb452a6bcf6858893a85882614e2dcde5a3405748 (patch)
tree9ecdfff438d0a6a052abd082f046ee1da587367b /cyw43
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/cyw43/README.md b/cyw43/README.md
index 2c24c7d36..dabdf0471 100644
--- a/cyw43/README.md
+++ b/cyw43/README.md
@@ -44,18 +44,3 @@ This example implements a TCP echo server on port 1234. You can try connecting t
44nc 192.168.0.250 1234 44nc 192.168.0.250 1234
45``` 45```
46Send it some data, you should see it echoed back and printed in the firmware's logs. 46Send it some data, you should see it echoed back and printed in the firmware's logs.
47
48## Minimum supported Rust version (MSRV)
49
50Embassy is guaranteed to compile on the latest stable Rust version at the time of release. It might compile with older versions but that may change in any new patch release.
51
52## License
53
54This work is licensed under either of
55
56- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
57 <http://www.apache.org/licenses/LICENSE-2.0>)
58- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
59
60at your option.
61