blob: c9514078babd430dc0499de355aeea5672537aed (
plain)
1
2
3
4
5
6
7
8
9
10
|
[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
|