summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: b6729260b57342d766abc1ff675a786b0ff50266 (plain)
1
2
3
4
5
6
7
8
9
10
11
# .gitmodules - Were to get some 3rd-party sources
#
# Copyright (C) 2024  Luke T. Shumaker <lukeshu@lukeshu.com>
# SPDX-License-Identifier: AGPL-3.0-or-later

[submodule "3rd-party/pico-sdk"]
	path = 3rd-party/pico-sdk
	url = https://github.com/raspberrypi/pico-sdk
[submodule "3rd-party/picolibc"]
	path = 3rd-party/picolibc
	url = https://github.com/picolibc/picolibc