diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 18:18:35 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 18:18:35 +0100 |
| commit | b452a6bcf6858893a85882614e2dcde5a3405748 (patch) | |
| tree | 9ecdfff438d0a6a052abd082f046ee1da587367b /cyw43 | |
| parent | ae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff) | |
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'cyw43')
| -rw-r--r-- | cyw43/README.md | 15 |
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 | |||
| 44 | nc 192.168.0.250 1234 | 44 | nc 192.168.0.250 1234 |
| 45 | ``` | 45 | ``` |
| 46 | Send it some data, you should see it echoed back and printed in the firmware's logs. | 46 | Send it some data, you should see it echoed back and printed in the firmware's logs. |
| 47 | |||
| 48 | ## Minimum supported Rust version (MSRV) | ||
| 49 | |||
| 50 | Embassy 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 | |||
| 54 | This 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 | |||
| 60 | at your option. | ||
| 61 | |||
