NimBLE: Port NimBLE stack to IDF Release v3.3 (Backport v3.3)

Includes all the latest NimBLE stack changes from idf-v4.0 with few idf-v3.3
specific modifications.
- Addition of nimble component as submodule (`nimble-1.1.0-idf-v3.3`), contains
  IDF v3.3 specific minor changes.
- Example applications are identical to idf-v4.0
- Modification in `bt/Kconfig` to accommodate NimBLE as a BT host.
This commit is contained in:
Prasad Alatkar
2019-10-18 13:23:24 +08:00
committed by Angus Gratton
parent 9f10f684d3
commit 3545b58986
68 changed files with 8386 additions and 3 deletions

4
.gitmodules vendored
View File

@@ -69,3 +69,7 @@
[submodule "examples/build_system/cmake/import_lib/main/lib/tinyxml2"]
path = examples/build_system/cmake/import_lib/main/lib/tinyxml2
url = https://github.com/leethomason/tinyxml2
[submodule "components/nimble/nimble"]
path = components/nimble/nimble
url = https://github.com/espressif/esp-nimble.git