This commit is contained in:
Triss 2021-06-14 03:43:21 +02:00
parent 1a0fedb14b
commit 3dcf98c7f6
1 changed files with 3 additions and 3 deletions

View File

@ -44,10 +44,10 @@ the `-DUSE_SYSTEMWIDE_PICOSDK=On` flag to CMake, too.
These microcontrollers support the following protocols:
| MCU | SWD | JTAG | UART | SPI (flashrom) | I2C | AVR programming |
| MCU | SWD | JTAG | UART | SPI (flashrom) | I2C | Other stuff |
|:------ |:---:|:----:|:----:|:-------------- |:--- |:--------------- |
| RP2040 | X | X | X | X | Planned | Planned |
| STM32F072B Discovery | X | | X | | | |
| RP2040 | X | X | X | X | X | Planned |
| STM32F072B Discovery | X | | | | | |
The [original repository](https://github.com/majbthrd/DapperMime/) (Dapper
Mime) supported only SWD and UART, and worked for these two boards. This fork