Merge branch 'feature/micro-ecc-only-in-bootloader' into 'master'

Use micro_ecc library only in bootloader

See merge request idf/esp-idf!4082
This commit is contained in:
Angus Gratton
2019-04-04 14:26:48 +08:00
11 changed files with 59 additions and 16 deletions

4
.gitmodules vendored
View File

@@ -6,8 +6,8 @@
path = components/bt/lib
url = https://github.com/espressif/esp32-bt-lib.git
[submodule "components/micro-ecc/micro-ecc"]
path = components/micro-ecc/micro-ecc
[submodule "components/bootloader/subproject/components/micro-ecc/micro-ecc"]
path = components/bootloader/subproject/components/micro-ecc/micro-ecc
url = https://github.com/kmackay/micro-ecc.git
[submodule "components/coap/libcoap"]