You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,15 @@ $ dnf install systemd-devel
81
81
82
82
## License
83
83
84
-
Espflash is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
84
+
Licensed under either of:
85
85
86
-
See [LICENSE-APACHE](./LICENSE-APACHE) and [LICENSE-MIT](./LICENSE-MIT) for more details. Files in the project may not be copied, modified, or distributed except according to those terms.
86
+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
87
+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
88
+
89
+
at your option.
90
+
91
+
### Contribution
92
+
93
+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in
94
+
the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without
Copy file name to clipboardExpand all lines: cargo-espflash/README.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,26 @@ Cross-compiler and serial flasher cargo subcommand for Espressif SoCs and module
4
4
5
5
Currently supports the **ESP32**, **ESP32-C3**, **ESP32-S2**, **ESP32-S3**, and **ESP8266**.
6
6
7
-
Prior to flashing, the project is built using the `build-std` unstable Cargo feature. Please refer to the [cargo documentation](https://doc.rust-lang.org/cargo/reference/unstable.html#build-std) for more information.
7
+
Prior to flashing, the project is built using the `build-std` unstable Cargo feature. Please refer to the [cargo documentation] for more information.
Alternatively, you can use [cargo-binstall] to install pre-compiled binaries on any supported system. Please check the [releases] to see which architectures and operating systems have pre-compiled binaries.
Alternatively, you can use [cargo-binstall] to install pre-compiled binaries on any supported system. Please check the [releases] to see which architectures and operating systems have pre-compiled binaries.
0 commit comments