summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorzhangslice <[email protected]>2021-06-07 18:32:46 +0800
committerGitHub <[email protected]>2021-06-07 17:32:46 +0700
commit26b9fc38ed5a525428d81e4ebfc05bfc366083e8 (patch)
treed6edd3c9ee98ede3d9f72eb13d0a446b4819cc09 /.gitmodules
parentce30109b5bdb3ecd82f08c9dd48fe0f6f7f1713e (diff)
Add MM32 SDK and USB driver (#869)
* Add MM32 SDK and USB driver * add mindmotion mm32sdk as submodule remove the local copy of mm32 * mit license Signed-off-by: zhangslice <[email protected]> Co-authored-by: hathach <[email protected]>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 79ef8e0ad..c0e6f8f91 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -121,3 +121,6 @@
[submodule "hw/mcu/nxp/nxp_sdk"]
path = hw/mcu/nxp/nxp_sdk
url = https://github.com/hathach/nxp_sdk.git
+[submodule "hw/mcu/mindmotion/mm32sdk"]
+ path = hw/mcu/mindmotion/mm32sdk
+ url = https://github.com/zhangslice/mm32sdk.git