component/bt: add another bt-lib submodule and refactor the directories

# Conflicts:
#	.gitmodules
#	components/bt/component.mk
This commit is contained in:
wangmengyang
2021-04-22 07:46:55 +08:00
parent 257047c073
commit cdcb85fd70
5 changed files with 18 additions and 6 deletions

8
.gitmodules vendored
View File

@@ -7,6 +7,10 @@
path = components/esptool_py/esptool
url = ../../espressif/esptool.git
[submodule "components/bt/controller/lib_esp32"]
path = components/bt/controller/lib_esp32
url = ../../espressif/esp32-bt-lib.git
[submodule "components/bootloader/subproject/components/micro-ecc/micro-ecc"]
path = components/bootloader/subproject/components/micro-ecc/micro-ecc
url = ../../kmackay/micro-ecc.git
@@ -86,3 +90,7 @@
[submodule "components/cmock/CMock"]
path = components/cmock/CMock
url = ../../ThrowTheSwitch/CMock.git
[submodule "components/bt/controller/lib_esp32c3_family"]
path = components/bt/controller/lib_esp32c3_family
url = ../../espressif/esp32c3-bt-lib.git