diff options
| author | Ha Thach <[email protected]> | 2023-01-12 17:51:56 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-12 17:51:56 +0700 |
| commit | fa9d19027be7caa8dda2ab81ce8fda8b7f586a58 (patch) | |
| tree | c08f1ffd212b92088968f430b81f69327f452b2e /.gitmodules | |
| parent | 4ee4c6f594587e8bc7763ea7585d826118b0eaed (diff) | |
| parent | b1021d53f3617491656c50f6a1cb2c21da029f6a (diff) | |
Merge pull request #1405 from gregdavill/ch32v307
Add WCH CH32V307 port
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dcac0d9ab..14f47746b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -146,6 +146,9 @@ [submodule "hw/mcu/allwinner"] path = hw/mcu/allwinner url = https://github.com/hathach/allwinner_driver.git +[submodule "hw/mcu/wch/ch32v307"] + path = hw/mcu/wch/ch32v307 + url = https://github.com/openwch/ch32v307.git [submodule "hw/mcu/raspberry_pi/Pico-PIO-USB"] path = hw/mcu/raspberry_pi/Pico-PIO-USB url = https://github.com/sekigon-gonnoc/Pico-PIO-USB.git |
