summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 8601853f57dc91c2c807edbce3a69c235b678315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "dependencies/tensorflow"]
	path = dependencies/tensorflow
	url = https://github.com/tensorflow/tflite-micro.git
[submodule "dependencies/cmsis"]
	path = dependencies/cmsis
	url = https://github.com/ARM-software/CMSIS_5.git
[submodule "dependencies/core_driver"]
	path = dependencies/core-driver
	url = https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver
[submodule "dependencies/core-platform"]
	path = dependencies/core-platform
	url = https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform
[submodule "dependencies/cmsis-dsp"]
	path = dependencies/cmsis-dsp
	url = https://github.com/ARM-software/CMSIS-DSP.git
[submodule "dependencies/cmsis-nn"]
	path = dependencies/cmsis-nn
	url = https://github.com/ARM-software/CMSIS-NN.git