From 8b2943708e3bb577c2437dd14849c9b89af290fa Mon Sep 17 00:00:00 2001 From: Nanosonde <2073569+nanosonde@users.noreply.github.com> Date: Sun, 18 Oct 2020 17:46:31 +0200 Subject: [PATCH] Add SimpleLink SDK for CC13xx/CC26xx as submodule --- .gitmodules | 3 +++ examples/knx-cc1310/coresdk_cc13xx_cc26xx | 1 + 2 files changed, 4 insertions(+) create mode 160000 examples/knx-cc1310/coresdk_cc13xx_cc26xx diff --git a/.gitmodules b/.gitmodules index 7b66ef9..6ced019 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ path = knxPython/pybind11 url = https://github.com/pybind/pybind11.git branch = stable +[submodule "examples/knx-cc1310/coresdk_cc13xx_cc26xx"] + path = examples/knx-cc1310/coresdk_cc13xx_cc26xx + url = https://github.com/contiki-ng/coresdk_cc13xx_cc26xx.git diff --git a/examples/knx-cc1310/coresdk_cc13xx_cc26xx b/examples/knx-cc1310/coresdk_cc13xx_cc26xx new file mode 160000 index 0000000..0d78d32 --- /dev/null +++ b/examples/knx-cc1310/coresdk_cc13xx_cc26xx @@ -0,0 +1 @@ +Subproject commit 0d78d3280357416a5c0388148cda13717c9ffaa5