diff options
| author | Ha Thach <[email protected]> | 2020-03-03 23:59:43 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-03 23:59:43 +0700 |
| commit | 093b1381f2892994c25de7927544882a7e7e9d1c (patch) | |
| tree | 96162e633ac2a59835f978a590444a45e7df9008 /.gitmodules | |
| parent | 048f5e34dc2640a346e07148dfb1cf118dae3da4 (diff) | |
| parent | 4a4682a80a2bd3d6d607d5a960443656de32955d (diff) | |
Merge pull request #287 from majbthrd/usbnet
add CDC-ECM/RNDIS/CDC-EEM network device class with example
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 18b627bcf..0dda17d64 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,4 +21,7 @@ url = https://github.com/hathach/microchip_driver.git [submodule "hw/mcu/nuvoton"] path = hw/mcu/nuvoton - url = https://github.com/majbthrd/nuc_driver.git
\ No newline at end of file + url = https://github.com/majbthrd/nuc_driver.git +[submodule "lib/lwip"] + path = lib/lwip + url = https://git.savannah.nongnu.org/git/lwip.git |
