From d4940ebd227e073a96ad96989bf9de0a7db55e63 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Sun, 19 Jan 2025 17:38:02 +0800 Subject: [PATCH] update(nimble): remove nimble submodule, because it costs time to pull Signed-off-by: sakumisu <1203593632@qq.com> --- .gitmodules | 3 --- third_party/nimble-1.6.0/nimble | 1 - third_party/nimble-1.6.0/nimble/.gitkeep | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 160000 third_party/nimble-1.6.0/nimble create mode 100644 third_party/nimble-1.6.0/nimble/.gitkeep diff --git a/.gitmodules b/.gitmodules index 565c4a9..20f350e 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 index 4d192d1..0000000 --- a/third_party/nimble-1.6.0/nimble +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4d192d129ea7f1c58c3f735d2e8db85faed2503c 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 0000000..7b67f41 --- /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