diff options
| author | Peter Lawrence <[email protected]> | 2020-03-02 21:15:01 -0600 |
|---|---|---|
| committer | Peter Lawrence <[email protected]> | 2020-03-02 21:15:01 -0600 |
| commit | fee79d746604f671483f5872337ea366f2d2c1a2 (patch) | |
| tree | ee71a19c377efb01ec3891eb01ae86f0c4a76420 /.gitmodules | |
| parent | 43025b2ae395b6f3c3ed725e3c4b31f15786d65e (diff) | |
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 |
