From e3b62d61b28638f04838f64461e271d07f47f259 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 10 Mar 2021 08:49:04 -0500 Subject: [PATCH] chore: add speechtotext submodule --- .gitmodules | 28 ++++++++++++++++------------ runtime/tests/speechtotext | 1 + 2 files changed, 17 insertions(+), 12 deletions(-) create mode 160000 runtime/tests/speechtotext diff --git a/.gitmodules b/.gitmodules index 71702a4..5d1119b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,18 +12,22 @@ url = https://github.com/gwsystems/ck.git path = runtime/thirdparty/jsmn url = https://github.com/gwsystems/jsmn.git [submodule "runtime/tests/gocr"] - path = runtime/tests/gocr - url = https://github.com/gwsystems/gocr.git - branch = sledge +path = runtime/tests/gocr +url = https://github.com/gwsystems/gocr.git +branch = sledge [submodule "runtime/tests/TinyEKF"] - path = runtime/tests/TinyEKF - url = https://github.com/gwsystems/TinyEKF.git - branch = sledge +path = runtime/tests/TinyEKF +url = https://github.com/gwsystems/TinyEKF.git +branch = sledge [submodule "runtime/tests/CMSIS_5_NN"] - path = runtime/tests/CMSIS_5_NN - url = https://github.com/gwsystems/CMSIS_5_NN.git - branch = sledge +path = runtime/tests/CMSIS_5_NN +url = https://github.com/gwsystems/CMSIS_5_NN.git +branch = sledge [submodule "runtime/tests/sod"] - path = runtime/tests/sod - url = https://github.com/gwsystems/sod.git - branch = sledge \ No newline at end of file +path = runtime/tests/sod +url = https://github.com/gwsystems/sod.git +branch = sledge +[submodule "runtime/tests/speechtotext"] +path = runtime/tests/speechtotext +url = https://github.com/gwsystems/speechtotext.git +branch = sledge diff --git a/runtime/tests/speechtotext b/runtime/tests/speechtotext new file mode 160000 index 0000000..95964ee --- /dev/null +++ b/runtime/tests/speechtotext @@ -0,0 +1 @@ +Subproject commit 95964ee0d6f95a2068f8ea98a798c0a9fbc9b919