-
Notifications
You must be signed in to change notification settings - Fork 163
/
.gitmodules
50 lines (50 loc) · 1.74 KB
/
.gitmodules
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[submodule "lib/pngle"]
path = lib/pngle
url = https://github.com/kikuchan/pngle.git
[submodule "lib/NeoGPS"]
path = lib/NeoGPS
url = https://github.com/Open-Smartwatch/NeoGPS.git
[submodule "lib/Arduino_GFX"]
path = lib/Arduino_GFX
url = https://github.com/moononournation/Arduino_GFX.git
[submodule "lib/ESP32-BLE-Keyboard"]
path = lib/ESP32-BLE-Keyboard
url = https://github.com/T-vK/ESP32-BLE-Keyboard.git
[submodule "lib/AnimatedGIF"]
path = lib/AnimatedGIF
url = https://github.com/bitbank2/AnimatedGIF.git
[submodule "lib/BMA400-API"]
path = lib/BMA400-API
url = https://github.com/BoschSensortec/BMA400-API.git
[submodule "lib/LUA"]
path = lib/LUA
url = https://github.com/lua/lua.git
branch = v5.3
[submodule "lib/BMI270-API"]
path = lib/BMI270-API
url = https://github.com/Open-Smartwatch/BMI270-Sensor-API.git
[submodule "emulator/lib/ArduinoJson"]
path = emulator/lib/ArduinoJson
url = https://github.com/bblanchon/ArduinoJson.git
[submodule "emulator/lib/Jzon"]
path = emulator/lib/Jzon
url = https://github.com/Zguy/Jzon.git
[submodule "emulator/lib/ImGUI"]
path = emulator/lib/ImGUI
url = https://github.com/ocornut/imgui.git
[submodule "emulator/lib/cmdline"]
path = emulator/lib/cmdline
url = https://github.com/tanakh/cmdline.git
[submodule "emulator/lib/utest"]
path = emulator/lib/utest
url = https://github.com/sheredom/utest.h.git
[submodule "lib/open-smartwatch-web"]
path = lib/open-smartwatch-web
url = https://github.com/Open-Smartwatch/open-smartwatch-web.git
branch = dist
[submodule "emulator/lib/ImGUI_TestEngine"]
path = emulator/lib/ImGUI_TestEngine
url = https://github.com/ocornut/imgui_test_engine.git
[submodule "lib/BMP581-API"]
path = lib/BMP581-API
url = https://github.com/boschsensortec/BMP5-Sensor-API.git