diff options
| author | Ha Thach <[email protected]> | 2021-08-15 18:50:00 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-15 18:50:00 +0700 |
| commit | 2bb63406e997189a329f223136b183084f90fa7d (patch) | |
| tree | e3a86832926448a8afb4d93f1009b8a0a7e3bd69 /.gitmodules | |
| parent | 48f17efa77b84ed7c977b3655b7a067385fffcc1 (diff) | |
| parent | c4a6a5ccb710828111eda25b98704ae489fc63ab (diff) | |
Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usb
[PORT] Add GD32VF103 support and Sipeed Longan Nano Board support
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c0e6f8f91..4c86fd55c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -124,3 +124,6 @@ [submodule "hw/mcu/mindmotion/mm32sdk"] path = hw/mcu/mindmotion/mm32sdk url = https://github.com/zhangslice/mm32sdk.git +[submodule "hw/mcu/gd/nuclei-sdk"] + path = hw/mcu/gd/nuclei-sdk + url = https://github.com/Nuclei-Software/nuclei-sdk.git |
