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: espflash/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ SUBCOMMANDS:
43
43
write-bin Writes a binary file to a specific address in the chip's flash
44
44
```
45
45
46
+
## Compile-time features
47
+
48
+
-`raspberry`: enables configuring DTR and RTS GPIOs which are necessary to use a Raspberry Pi's
49
+
internal UART peripherals. This feature is optional (external USB <-> UART converters work
50
+
without it) and adds a dependency on [`rppal`](https://crates.io/crates/rppal).
51
+
46
52
## Configuration
47
53
48
54
You can also specify the serial port and/or expected VID/PID values by setting them in the configuration file. This file is in different locations depending on your operating system:
0 commit comments