diff options
| author | Ulf Lilleengen <[email protected]> | 2023-12-19 16:33:05 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2023-12-19 16:33:05 +0100 |
| commit | 9ddf8b08e448caca3825fc47aa737247323d8725 (patch) | |
| tree | 5bbb53d608b475b4f2fcd07243f85854799843f8 /embassy-usb-logger/README.md | |
| parent | c995732b0e08b3157aa8886da2e5ce4a36af6e93 (diff) | |
docs: document usb-logger and usb-dfu
Diffstat (limited to 'embassy-usb-logger/README.md')
| -rw-r--r-- | embassy-usb-logger/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/embassy-usb-logger/README.md b/embassy-usb-logger/README.md index 81b0dcd0e..6cb18e87d 100644 --- a/embassy-usb-logger/README.md +++ b/embassy-usb-logger/README.md | |||
| @@ -13,3 +13,17 @@ async fn logger_task(driver: Driver<'static, USB>) { | |||
| 13 | embassy_usb_logger::run!(1024, log::LevelFilter::Info, driver); | 13 | embassy_usb_logger::run!(1024, log::LevelFilter::Info, driver); |
| 14 | } | 14 | } |
| 15 | ``` | 15 | ``` |
| 16 | |||
| 17 | ## Minimum supported Rust version (MSRV) | ||
| 18 | |||
| 19 | 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. | ||
| 20 | |||
| 21 | ## License | ||
| 22 | |||
| 23 | This work is licensed under either of | ||
| 24 | |||
| 25 | - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or | ||
| 26 | <http://www.apache.org/licenses/LICENSE-2.0>) | ||
| 27 | - MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>) | ||
| 28 | |||
| 29 | at your option. | ||
