diff options
| author | sakumisu <[email protected]> | 2025-01-19 17:38:02 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-01-19 17:38:43 +0800 |
| commit | d4940ebd227e073a96ad96989bf9de0a7db55e63 (patch) | |
| tree | feacce5646ae261572583127811eab940b5935c9 | |
| parent | e1398982f3902bb51542fc0218456bc12b4c4a2a (diff) | |
update(nimble): remove nimble submodule, because it costs time to pull
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | third_party/nimble-1.6.0/nimble | 0 | ||||
| -rw-r--r-- | third_party/nimble-1.6.0/nimble/.gitkeep | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 565c4a9f..20f350e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "third_party/zephyr_bluetooth-2.7.5/zephyr_bluetooth"] path = third_party/zephyr_bluetooth-2.7.5/zephyr_bluetooth url = https://github.com/sakumisu/zephyr_bluetooth.git -[submodule "third_party/nimble-1.6.0/nimble"] - path = third_party/nimble-1.6.0/nimble - url = https://github.com/sakumisu/mynewt-nimble.git diff --git a/third_party/nimble-1.6.0/nimble b/third_party/nimble-1.6.0/nimble deleted file mode 160000 -Subproject 4d192d129ea7f1c58c3f735d2e8db85faed2503 diff --git a/third_party/nimble-1.6.0/nimble/.gitkeep b/third_party/nimble-1.6.0/nimble/.gitkeep new file mode 100644 index 00000000..7b67f41c --- /dev/null +++ b/third_party/nimble-1.6.0/nimble/.gitkeep @@ -0,0 +1 @@ +https://github.com/sakumisu/mynewt-nimble
\ No newline at end of file |
