update readme
This commit is contained in:
parent
144b351d74
commit
2683c5c0b5
|
@ -46,7 +46,7 @@ These microcontrollers support the following protocols:
|
||||||
|
|
||||||
| MCU | SWD | JTAG | UART | SPI (flashrom) | I2C | AVR programming |
|
| MCU | SWD | JTAG | UART | SPI (flashrom) | I2C | AVR programming |
|
||||||
|:------ |:---:|:----:|:----:|:-------------- |:--- |:--------------- |
|
|:------ |:---:|:----:|:----:|:-------------- |:--- |:--------------- |
|
||||||
| RP2040 | X | X | X | Planned | Planned | Planned |
|
| RP2040 | X | X | X | WIP | Planned | Planned |
|
||||||
| STM32F072B Discovery | X | | X | | | |
|
| STM32F072B Discovery | X | | X | | | |
|
||||||
|
|
||||||
The [original repository](https://github.com/majbthrd/DapperMime/) (Dapper
|
The [original repository](https://github.com/majbthrd/DapperMime/) (Dapper
|
||||||
|
@ -71,6 +71,11 @@ The pin mapping for the RP2040 is as follows:
|
||||||
| GP8 | nTRST |
|
| GP8 | nTRST |
|
||||||
| GP9 | nRESET |
|
| GP9 | nRESET |
|
||||||
| GND | <ground> |
|
| GND | <ground> |
|
||||||
|
| GP10 | SCLK |
|
||||||
|
| GP11 | MOSI |
|
||||||
|
| GP12 | MISO |
|
||||||
|
| GP13 | nCS |
|
||||||
|
| GND | <ground> |
|
||||||
|
|
||||||
The UART pins are for connecting to the device to be debugged, the data is
|
The UART pins are for connecting to the device to be debugged, the data is
|
||||||
echoed back over the USB CDC interface (typically a `/dev/ttyACMx` device on
|
echoed back over the USB CDC interface (typically a `/dev/ttyACMx` device on
|
||||||
|
|
Loading…
Reference in New Issue