summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2021-01-20 16:47:18 -0800
committerScott Shawcroft <scott@tannewt.org>2021-01-20 19:16:56 -0800
commit733094aead6e84b42da54655b2b0a5d0dbd1a503 (patch)
tree2ff6a1aabf8b5ea8a042fdd012deb7682eca6864 /.gitmodules
parenteff68b0d9fb101176a808cb68f0158e1615ed8bf (diff)
Add initial RP2040 support
The RP2040 is new microcontroller from Raspberry Pi that features two Cortex M0s and eight PIO state machines that are good for crunching lots of data. It has 264k RAM and a built in UF2 bootloader too. Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index f4080de1b..66fcf186f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -75,7 +75,7 @@
url = https://github.com/adafruit/nrfx.git
[submodule "lib/tinyusb"]
path = lib/tinyusb
- url = https://github.com/hathach/tinyusb.git
+ url = https://github.com/tannewt/tinyusb.git
branch = master
fetchRecurseSubmodules = false
[submodule "tools/huffman"]
@@ -171,3 +171,6 @@
[submodule "frozen/Adafruit_CircuitPython_LC709203F"]
path = frozen/Adafruit_CircuitPython_LC709203F
url = https://github.com/adafruit/Adafruit_CircuitPython_LC709203F
+[submodule "ports/raspberrypi/sdk"]
+ path = ports/raspberrypi/sdk
+ url = https://github.com/raspberrypi/pico-sdk.git