diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-01-07 13:58:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-07 13:58:09 -0800 |
| commit | 817c4af60cc74fd7df4dfb5b072fc5a5a792efed (patch) | |
| tree | 06bf5637f8617a05dc1b2b8706fff1a6a43a976a /.gitmodules | |
| parent | 866ac13405e96cfcdb474b06668babdcb7e09966 (diff) | |
| parent | cc7b57c8d414ea60fcdf10d57b0e887655fbbc3b (diff) | |
Merge pull request #2456 from arturo182/mimxrt10xx
Add initial MIMXRT10XX port implementation
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index da2360cb7..44fc818c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -108,3 +108,6 @@ [submodule "lib/mp3"] path = lib/mp3 url = https://github.com/adafruit/Adafruit_MP3 +[submodule "ports/mimxrt10xx/sdk"] + path = ports/mimxrt10xx/sdk + url = https://github.com/arturo182/MIMXRT10xx_SDK |
