Skip to content

Commit b29bd08

Browse files
committed
Update README with feature groups
1 parent b0b571e commit b29bd08

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

binary_info/README.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ You can view the configurable variables with
55
$ picotool blink_any.uf2
66
File blink_any.uf2:
77
8-
LED_PIN = 25
9-
LED_TYPE = 0
8+
LED Configuration:
9+
LED_PIN = 25
10+
LED_TYPE = 0
1011
1112
$ picotool config hello_anything.uf2
1213
File hello_anything.uf2:
1314
14-
use_usb = 1
15-
uart_baud = 115200
16-
uart_rx = 1
17-
uart_tx = 0
18-
uart_num = 0
19-
use_uart = 1
2015
text = "Hello, world!"
16+
Enabled Interfaces:
17+
use_usb = 1
18+
use_uart = 1
19+
UART Configuration:
20+
uart_baud = 115200
21+
uart_rx = 1
22+
uart_tx = 0
23+
uart_num = 0
2124
```
2225

2326
For example, to blink the LED on pin 7 instead of 25 use
@@ -41,13 +44,15 @@ setting text -> "Goodbye, world!"
4144
The binaries can also be configured after being loaded onto the device with
4245
```
4346
$ picotool config
44-
use_usb = 1
45-
uart_baud = 115200
46-
uart_rx = 1
47-
uart_tx = 0
48-
uart_num = 0
49-
use_uart = 1
5047
text = "Hello, world!"
48+
Enabled Interfaces:
49+
use_usb = 1
50+
use_uart = 1
51+
UART Configuration:
52+
uart_baud = 115200
53+
uart_rx = 1
54+
uart_tx = 0
55+
uart_num = 0
5156
5257
$ picotool config -s use_uart 0
5358
use_uart = 1

0 commit comments

Comments
 (0)