summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-08-24 21:04:35 +0530
committerVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-08-24 21:04:35 +0530
commit6ac681f659672eb818b52a08261dc9a3cebdab73 (patch)
treef348eb6530ed1c019667695f1ee44757b60647d0 /.gitmodules
downloadrtems-littlevgl-6ac681f659672eb818b52a08261dc9a3cebdab73.tar.bz2
Initial commit: add the littleVGL and rtems_waf submodules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..5bf0006
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "lv_drivers"]
+ path = lv_drivers
+ url = https://github.com/littlevgl/lv_drivers.git
+[submodule "lvgl"]
+ path = lvgl
+ url = https://github.com/littlevgl/lvgl.git
+[submodule "rtems_waf"]
+ path = rtems_waf
+ url = git://git.rtems.org/rtems_waf.git