Skip to content

Commit e784662

Browse files
committed
adjust the default firmware README.md
1 parent 4b5bb11 commit e784662

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# pico_usb_uart
1+
# Default Firmware
22

3-
In addition to the main USB-UART interface, used for the standard I/O (as used by `<stdio.h>`) (#0),
4-
a second USB-UART (#1) interface is created:
3+
- A first USB-UART (#0) is used for the logs, although currently nothing is printed.
54

6-
- mirrors all input from the USB-UART to the FPGA as UART data,
7-
- mirrors back all UART data from the FPGA to the USB-UART
5+
- A second USB-UART (#1) interface is used for mirroring everything between
6+
this USB interface and the physical UART on the RP2040 pins 0 and 1.
87

9-
Any shared I/O pins can be used. In this example, pins 0 and 1 are used.
8+
- A 12 MHz clock is exported from the RP2040 pin 24 toward the iCE40 pin 35.
9+
10+
- An USB DFU interface allows programming through dfu-utils.
11+
12+
- An USB MSC interface allows programming with UF2.
13+
14+
See the [documentation](https://pico-ice.tinyvision.ai/) for how to use them.

Firmware/pico-sdk

Submodule pico-sdk updated 150 files

0 commit comments

Comments
 (0)