blob: 0ba4c4e84b78afa203493f48b8c25f13463f353f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[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
[submodule "protobuf"]
path = lib/protobuf
url = https://github.com/protocolbuffers/protobuf
branch = v25.3
shallow = true
|