From a81931cac6dee2f3fded210d53e3fc3f6a8dea56 Mon Sep 17 00:00:00 2001 From: giomba Date: Mon, 10 Oct 2022 19:10:11 +0200 Subject: [PATCH] Add SDK and examples modules. --- .gitmodules | 9 +++++++++ pico-sdk | 1 + picotool | 1 + 3 files changed, 11 insertions(+) create mode 100644 .gitmodules create mode 160000 pico-sdk create mode 160000 picotool diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f9fafc7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "pico-examples"] + path = pico-examples + url = https://github.com/raspberrypi/pico-examples.git +[submodule "pico-sdk"] + path = pico-sdk + url = https://github.com/raspberrypi/pico-sdk.git +[submodule "picotool"] + path = picotool + url = https://github.com/raspberrypi/picotool.git diff --git a/pico-sdk b/pico-sdk new file mode 160000 index 0000000..2e6142b --- /dev/null +++ b/pico-sdk @@ -0,0 +1 @@ +Subproject commit 2e6142b15b8a75c1227dd3edbe839193b2bf9041 diff --git a/picotool b/picotool new file mode 160000 index 0000000..03f2812 --- /dev/null +++ b/picotool @@ -0,0 +1 @@ +Subproject commit 03f28122cc170535f35e5bf8fa37be024489f5eb