-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
18 lines (18 loc) · 1.12 KB
/
.gitmodules
File metadata and controls
18 lines (18 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "firmware/projects/Dashboard/third-party/lv_drivers"]
path = firmware/projects/Dashboard/platforms/linux/third-party/lv_drivers
url = https://github.com/lvgl/lv_drivers.git
[submodule "firmware/projects/Dashboard/third-party/lvgl"]
path = firmware/projects/Dashboard/third-party/lvgl
url = https://github.com/lvgl/lvgl.git
[submodule "firmware/projects/Dashboard/platforms/stm32/third-party/32f469idiscovery-bsp"]
path = firmware/projects/Dashboard/platforms/stm32/third-party/32f469idiscovery-bsp
url = https://github.com/STMicroelectronics/32f469idiscovery-bsp.git
[submodule "firmware/projects/Dashboard/platforms/lnx/lv_drivers"]
path = projects/dashboard/src/platforms/lnx/lv_drivers
url = https://github.com/lvgl/lv_drivers.git
[submodule "firmware/projects/Dashboard/platforms/stm32/BSP/32f469idiscovery-bsp"]
path = projects/dashboard/src/platforms/stm32/BSP/32f469idiscovery-bsp
url = https://github.com/STMicroelectronics/32f469idiscovery-bsp.git
[submodule "projects/dashboard/src/platforms/lnx/lv_drivers"]
path = projects/dashboard/src/platforms/linux/lv_drivers
url = https://github.com/lvgl/lv_drivers.git