aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
blob: fc9896362b7c8e04bb65babf628e558261ab6249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[submodule "pico-sdk"]
	path = lib/pico-sdk
	url = https://github.com/raspberrypi/pico-sdk
	branch = 1.5.1
	shallow = true
[submodule "googletest"]
	path = lib/googletest
	url = https://github.com/google/googletest
	branch = v1.14.0
	shallow = true
[submodule "FreeRTOS-Kernel"]
	path = lib/FreeRTOS-Kernel
	url = https://github.com/FreeRTOS/FreeRTOS-Kernel
	branch = V11.1.0
	shallow = true