summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-01-29 21:16:05 +0800
committersakumisu <[email protected]>2024-01-29 21:16:05 +0800
commitfc8097228472fe766e34bf4aeae193fbc81cf318 (patch)
tree6f3b4db7a5195f1e89e7b7e70b72ac4f20e67e51
parentfeb69dcd95584a23d60df4b34e886b66fed4b1c4 (diff)
add nimble submodule
-rw-r--r--.gitmodules3
-rw-r--r--SConscript3
m---------third_party/nimble-1.6.0/nimble0
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index f0e9fc77..a827177b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "third_party/zephyr_bluetooth-2.7.5/zephyr_bluetooth"]
path = third_party/zephyr_bluetooth-2.7.5/zephyr_bluetooth
url = [email protected]:sakumisu/zephyr_bluetooth.git
+[submodule "third_party/nimble-1.6.0/nimble"]
+ path = third_party/nimble-1.6.0/nimble
+ url = [email protected]:sakumisu/mynewt-nimble.git
diff --git a/SConscript b/SConscript
index 483ea26e..9f2a89db 100644
--- a/SConscript
+++ b/SConscript
@@ -138,9 +138,6 @@ if GetDepend(['PKG_CHERRYUSB_HOST']):
if GetDepend('RT_USING_DFS'):
src += Glob('third_party/rt-thread-5.0/dfs_usbh_msc.c')
- if GetDepend('PKG_USING_NIMBLE'):
- src += Glob('third_party/nimble-latest/ble_hci_usbh.c')
-
src += Glob('third_party/rt-thread-5.0/msh_cmd.c')
group = DefineGroup('CherryUSB', src, depend = ['PKG_USING_CHERRYUSB'], CPPPATH = path, CPPDEFINES = CPPDEFINES)
diff --git a/third_party/nimble-1.6.0/nimble b/third_party/nimble-1.6.0/nimble
new file mode 160000
+Subproject 4d192d129ea7f1c58c3f735d2e8db85faed2503