From 36b855e9249ee62bab99bbb914eab3dc89038599 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 13 Nov 2020 11:27:22 +0000 Subject: [PATCH] Correctly added submodules --- .gitmodules | 6 +++--- lv_drivers | 1 + lv_examples | 1 + lvgl | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) create mode 160000 lv_drivers create mode 160000 lv_examples create mode 160000 lvgl diff --git a/.gitmodules b/.gitmodules index 59fdac4..5044fd0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ -[submodule "lvgl"] - path = lvgl - url = https://github.com/lvgl/lvgl.git [submodule "lv_examples"] path = lv_examples url = https://github.com/lvgl/lv_examples.git [submodule "lv_drivers"] path = lv_drivers url = https://github.com/lvgl/lv_drivers.git +[submodule "lvgl"] + path = lvgl + url = https://github.com/lvgl/lvgl.git diff --git a/lv_drivers b/lv_drivers new file mode 160000 index 0000000..6a39767 --- /dev/null +++ b/lv_drivers @@ -0,0 +1 @@ +Subproject commit 6a39767f0676cbb8ed28ae9f6d82caf3c6ef1ea7 diff --git a/lv_examples b/lv_examples new file mode 160000 index 0000000..8aa74f4 --- /dev/null +++ b/lv_examples @@ -0,0 +1 @@ +Subproject commit 8aa74f493bac82a3078ebc98e4139b0eabd34e81 diff --git a/lvgl b/lvgl new file mode 160000 index 0000000..43771fa --- /dev/null +++ b/lvgl @@ -0,0 +1 @@ +Subproject commit 43771fa2f71d5323ef9dffc1ff0aee326d59f5ce