From 2138b0145718d4cb1cf09b60a1aa0089dce89fa6 Mon Sep 17 00:00:00 2001 From: smlng Date: Tue, 2 Oct 2018 14:28:04 +0200 Subject: [PATCH] add RIOT as a submodule The RIOT submodule is intended to be fixed to lastest release, in this initial state that is 2018.10. The idea is to make sure all applications compile and run with that release and the submodule is later on updated by the RIOT release manager as part of the release process. --- .gitmodules | 3 +++ RIOT | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 RIOT diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..9048042c0a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "RIOT"] + path = RIOT + url = https://github.com/RIOT-OS/RIOT diff --git a/RIOT b/RIOT new file mode 160000 index 0000000000..6ab5f15466 --- /dev/null +++ b/RIOT @@ -0,0 +1 @@ +Subproject commit 6ab5f15466370b6f57e023afa31fca57598af4b8