diff options
| author | hathach <[email protected]> | 2021-01-23 01:05:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-23 01:05:09 +0700 |
| commit | 50e0b817133f6b279a2eac98f3d0ce362dd148ba (patch) | |
| tree | 5b8b6dedf8eb42be2721d0ae7e99c35afbe8d711 | |
| parent | c58c8c4229b04007cfe6b4d8cdbd59e06eaac7f2 (diff) | |
add pico-sdk as submodule
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | hw/mcu/raspberrypi/pico-sdk | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1fefa13f0..2cf9c66e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -112,3 +112,6 @@ [submodule "lib/sct_neopixel"] path = lib/sct_neopixel url = https://github.com/gsteiert/sct_neopixel +[submodule "hw/mcu/raspberrypi/pico-sdk"] + path = hw/mcu/raspberrypi/pico-sdk + url = https://github.com/raspberrypi/pico-sdk.git diff --git a/hw/mcu/raspberrypi/pico-sdk b/hw/mcu/raspberrypi/pico-sdk new file mode 160000 +Subproject ef38b746efaeb0aa1354406198a76da29302aad |
