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: cargo-espflash/README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,6 @@ Alternatively, you can use [cargo-binstall] to download pre-compiled artifacts f
50
50
cargo binstall cargo-espflash
51
51
```
52
52
53
-
If you would like to flash from a Raspberry Pi using the built-in UART peripheral, you can enable the `raspberry` feature (note that this is not available if using [cargo-binstall]):
54
-
55
-
```bash
56
-
cargo install cargo-espflash --features=raspberry
57
-
```
58
-
59
53
By default, in Unix systems, we use the [`vendored-openssl` Cargo feature] which may require additional tools such as `perl` and `make`. To disable this feature, use:
Copy file name to clipboardExpand all lines: espflash/README.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,6 @@ Alternatively, you can use [cargo-binstall] to download pre-compiled artifacts f
52
52
cargo binstall espflash
53
53
```
54
54
55
-
If you would like to flash from a Raspberry Pi using the built-in UART peripheral, you can enable the `raspberry` feature (note that this is not available if using [cargo-binstall]):
@@ -129,12 +123,6 @@ or `cargo add espflash --no-default-features`
129
123
130
124
We disable the `default-features` to opt-out the `cli` feature, which is enabled by default; you likely will not need any of these types or functions in your application so there’s no use pulling in the extra dependencies.
131
125
132
-
Just like when using `espflash` as an application, you can enable the raspberry feature to allow your dependent application to use the Raspberry Pi’s built-in UART:
133
-
134
-
```toml
135
-
espflash = { version = "2.1", default-features = false, features = ["raspberry"] }
136
-
```
137
-
138
126
## Configuration File
139
127
140
128
The configuration file allows you to define various parameters for your application:
0 commit comments