diff options
| author | Ha Thach <[email protected]> | 2022-01-26 12:52:46 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-26 12:52:46 +0700 |
| commit | eea19daac640a4895eb9ce7b745c5f873831404b (patch) | |
| tree | 7b32328cf010b7641c4b513f441ccae5a1710b92 /.gitmodules | |
| parent | a59228207999329eb16fddbeb6286dfc36f4c0bd (diff) | |
| parent | 7de166390ed6125e851af9a3e8221fbd3f3a773b (diff) | |
Merge pull request #1220 from t123yh/master
Add support for Allwinner F1C100s family
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 339dfd4ec..fb551060a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -137,3 +137,6 @@ [submodule "hw/mcu/infineon/mtb-xmclib-cat3"] path = hw/mcu/infineon/mtb-xmclib-cat3 url = https://github.com/Infineon/mtb-xmclib-cat3.git +[submodule "hw/mcu/allwinner"] + path = hw/mcu/allwinner + url = https://github.com/hathach/allwinner_driver.git |
