summaryrefslogtreecommitdiffstats
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
downloadrtems-littlevgl-6ac681f659672eb818b52a08261dc9a3cebdab73.tar.bz2
Initial commit: add the littleVGL and rtems_waf submodules
-rw-r--r--.gitignore2
-rw-r--r--.gitmodules9
m---------lv_drivers0
m---------lvgl0
m---------rtems_waf0
5 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cb05bf5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.waf*
+waf
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
diff --git a/lv_drivers b/lv_drivers
new file mode 160000
+Subproject 117812eec9a5b82fe879f53ee0d1bf39cb9027c
diff --git a/lvgl b/lvgl
new file mode 160000
+Subproject 94c95bc9e461847a734a5bde9818fa837d34342
diff --git a/rtems_waf b/rtems_waf
new file mode 160000
+Subproject ad6c6e8771b95dffa73a7dc1167d98d208f17cb