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