diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-10-14 14:19:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-14 14:19:09 -0700 |
| commit | 51582abc87f59313cdd6a5f5fa4214d0afa65cac (patch) | |
| tree | 68f3a70c6ab7d89d221997f096ef69d570a41857 /.gitmodules | |
| parent | 1a53ced167f4ea7e8b2d4b9b57900c769fca6ad0 (diff) | |
| parent | 150f9041e32f8d0887378d6568db1f50bf2b9317 (diff) | |
Merge pull request #2207 from kamtom480/circuitpython-spresense
Add Spresense board
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7b57cab54..bb62a5c39 100644 --- a/.gitmodules +++ b/.gitmodules @@ -98,3 +98,6 @@ [submodule "ports/stm32f4/stm32f4"] path = ports/stm32f4/stm32f4 url = https://github.com/adafruit/stm32f4.git +[submodule "ports/cxd56/spresense-exported-sdk"] + path = ports/cxd56/spresense-exported-sdk + url = https://github.com/sonydevworld/spresense-exported-sdk.git |
