diff options
| author | KalbeAbbas <kalbeabbas@142@gmail.com> | 2019-11-13 15:44:59 +0500 |
|---|---|---|
| committer | KalbeAbbas <kalbeabbas@142@gmail.com> | 2019-11-13 15:44:59 +0500 |
| commit | 040f201fab9554d1404f2b4f9bb331a490bfb988 (patch) | |
| tree | e0619ae8a5ee0b7750100c7ea10a13d31d36445b /.gitmodules | |
| parent | f6577fc9f70e6112f7f4393d3f4db1ed76e7fac2 (diff) | |
added SD card module
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bb62a5c39..010b6c879 100644 --- a/.gitmodules +++ b/.gitmodules @@ -101,3 +101,6 @@ [submodule "ports/cxd56/spresense-exported-sdk"] path = ports/cxd56/spresense-exported-sdk url = https://github.com/sonydevworld/spresense-exported-sdk.git +[submodule "frozen/Adafruit_CircuitPython_SD"] + path = frozen/Adafruit_CircuitPython_SD + url = ../../adafruit/Adafruit_CircuitPython_SD.git |
