diff options
| author | TakeoTakahashi2020 <takeo.takahashi.xv@renesas.com> | 2021-03-15 15:57:36 +0900 |
|---|---|---|
| committer | Takeo Takahashi <takeo.takahashi.xv@renesas.com> | 2022-04-29 10:55:58 +0900 |
| commit | 4c9b00b4250a51b286305f43a88c1809908f3f89 (patch) | |
| tree | f9f22e8eb0d7b5329ee85f0da0ab0ffcbb82f5ff | |
| parent | 44186ef59b4b37d7b3fbebcfe7a5e4c2b78a70e7 (diff) | |
lib/fsp: Add renesas fsp git repository as submodule.
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | lib/fsp | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d0b73e2ec..2d28230a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -42,3 +42,6 @@ [submodule "lib/pico-sdk"] path = lib/pico-sdk url = https://github.com/raspberrypi/pico-sdk.git +[submodule "lib/fsp"] + path = lib/fsp + url = https://github.com/renesas/fsp.git diff --git a/lib/fsp b/lib/fsp new file mode 160000 +Subproject 55bffd3a71cbeed2104cf30e7a39b641d8c1ff4 |
