blob: 9ff7e96721bf49e48363c7ac0598ab8745d8551b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[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 "lib/mpack/src"]
path = lib/mpack/src
url = https://github.com/ludocode/mpack
branch = v1.1.1
shallow = true
[submodule "lib/Arduino-CMake-Toolchain"]
path = lib/Arduino-CMake-Toolchain
url = https://github.com/a9183756-gh/Arduino-CMake-Toolchain
branch = e745a9bed3c3fb83442d55bf05630f31574674f2
shallow = true
|