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 /embassy-usb/README.md | |
| parent | ae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff) | |
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-usb/README.md')
| -rw-r--r-- | embassy-usb/README.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/embassy-usb/README.md b/embassy-usb/README.md index a3d45b561..da656e8e9 100644 --- a/embassy-usb/README.md +++ b/embassy-usb/README.md | |||
| @@ -23,22 +23,6 @@ with different values, compilation fails. | |||
| 23 | 23 | ||
| 24 | Max amount of interfaces that can be created in one device. Default: 4. | 24 | Max amount of interfaces that can be created in one device. Default: 4. |
| 25 | 25 | ||
| 26 | |||
| 27 | ## Interoperability | 26 | ## Interoperability |
| 28 | 27 | ||
| 29 | This crate can run on any executor. | 28 | This crate can run on any executor. |
| 30 | |||
| 31 | ## Minimum supported Rust version (MSRV) | ||
| 32 | |||
| 33 | This crate requires nightly Rust, due to using "async fn in trait" support. | ||
| 34 | |||
| 35 | ## License | ||
| 36 | |||
| 37 | This work is licensed under either of | ||
| 38 | |||
| 39 | - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or | ||
| 40 | <http://www.apache.org/licenses/LICENSE-2.0>) | ||
| 41 | - MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>) | ||
| 42 | |||
| 43 | at your option. | ||
| 44 | |||
