chore: add speechtotext submodule

main
Sean McBride 4 years ago
parent e2ce8398dc
commit e3b62d61b2

28
.gitmodules vendored

@ -12,18 +12,22 @@ url = https://github.com/gwsystems/ck.git
path = runtime/thirdparty/jsmn path = runtime/thirdparty/jsmn
url = https://github.com/gwsystems/jsmn.git url = https://github.com/gwsystems/jsmn.git
[submodule "runtime/tests/gocr"] [submodule "runtime/tests/gocr"]
path = runtime/tests/gocr path = runtime/tests/gocr
url = https://github.com/gwsystems/gocr.git url = https://github.com/gwsystems/gocr.git
branch = sledge branch = sledge
[submodule "runtime/tests/TinyEKF"] [submodule "runtime/tests/TinyEKF"]
path = runtime/tests/TinyEKF path = runtime/tests/TinyEKF
url = https://github.com/gwsystems/TinyEKF.git url = https://github.com/gwsystems/TinyEKF.git
branch = sledge branch = sledge
[submodule "runtime/tests/CMSIS_5_NN"] [submodule "runtime/tests/CMSIS_5_NN"]
path = runtime/tests/CMSIS_5_NN path = runtime/tests/CMSIS_5_NN
url = https://github.com/gwsystems/CMSIS_5_NN.git url = https://github.com/gwsystems/CMSIS_5_NN.git
branch = sledge branch = sledge
[submodule "runtime/tests/sod"] [submodule "runtime/tests/sod"]
path = runtime/tests/sod path = runtime/tests/sod
url = https://github.com/gwsystems/sod.git url = https://github.com/gwsystems/sod.git
branch = sledge branch = sledge
[submodule "runtime/tests/speechtotext"]
path = runtime/tests/speechtotext
url = https://github.com/gwsystems/speechtotext.git
branch = sledge

@ -0,0 +1 @@
Subproject commit 95964ee0d6f95a2068f8ea98a798c0a9fbc9b919
Loading…
Cancel
Save