add third_party FatFs and fix BUILD.gn

Change-Id: I456530ca5282d6c4b0904d04ae0a0a5ff155391a
This commit is contained in:
Caoruihong
2021-04-22 17:06:41 +08:00
parent 23360db35c
commit ad1e09ff77
17 changed files with 28 additions and 33 deletions

8
.gitmodules vendored
View File

@@ -1,8 +1,12 @@
[submodule "third_party/cmsis"]
path = third_party/cmsis
url = ../third_party_cmsis.git
url = https://gitee.com/openharmony/third_party_cmsis.git
branch = .
[submodule "third_party/bounds_checking_function"]
path = third_party/bounds_checking_function
url = ../third_party_bounds_checking_function.git
url = https://gitee.com/openharmony/third_party_bounds_checking_function.git
branch = .
[submodule "third_party/FatFs"]
path = third_party/FatFs
url = https://gitee.com/openharmony/third_party_FatFs.git
branch = .