diff options
| author | Andrew Scheller <[email protected]> | 2021-02-09 09:55:26 +0000 |
|---|---|---|
| committer | Andrew Scheller <[email protected]> | 2021-02-09 09:55:26 +0000 |
| commit | 43acffd41ef9434196bf21c0766d29f1680be53c (patch) | |
| tree | cd2261db532377fdac3aa3d36572d48bd8b2953f | |
| parent | ecd16cf24bcef606019c8e4d694b3bf0f138c9aa (diff) | |
Fix capitalisation of Raspberry Pi
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/boards.md | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -102,6 +102,6 @@ TinyUSB is currently used by these other projects: - [Espressif IDF](https://github.com/espressif/esp-idf) - [MicroPython](https://github.com/micropython/micropython) - [mynewt](https://mynewt.apache.org) -- [Raspberry pico-sdk](https://github.com/raspberrypi/pico-sdk) +- [Raspberry Pi Pico SDK](https://github.com/raspberrypi/pico-sdk) - [TinyUF2 Bootloader](https://github.com/adafruit/tinyuf2) - [TinyUSB Arduino Library](https://github.com/adafruit/Adafruit_TinyUSB_Arduino) diff --git a/docs/boards.md b/docs/boards.md index 822be1d7d..15971f03c 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -99,12 +99,12 @@ This code base already had supported for a handful of following boards (sorted a - [NGX LPC4330-Xplorer](https://www.nxp.com/design/designs/lpc4330-xplorer-board:OM13027) - [Double M33 Express](https://www.crowdsupply.com/steiert-solutions/double-m33-express) -### Raspberry PI RP2040 +### Raspberry Pi RP2040 - [Adafruit Feather RP2040](https://www.adafruit.com/product/4884) - [Adafruit ItsyBitsy RP2040](https://www.adafruit.com/product/4888) - Adafruit QT RP2040 -- [Raspberry PI PICO](https://www.raspberrypi.org/products/raspberry-pi-pico/) +- [Raspberry Pi Pico](https://www.raspberrypi.org/products/raspberry-pi-pico/) ### Sony |
