esp32: copy micro-ecc into esp-idf, try to use our copy for cmake

This commit is contained in:
Matthias Ringwald 2019-08-16 12:57:59 +02:00
parent 095c28e35b
commit 826d4bce04
2 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,9 @@ set(COMPONENT_SRCDIRS "3rd-party/bluedroid/decoder/srce"
"platform/freertos"
".")
set(COMPONENT_REQUIRES "micro-ecc" "nvs_flash" "bt")
set(PRIV_INCLUDE_DIRS "3rd-party/micro-ecc")
set(PRIV_REQUIRES "micro-ecc")
set(COMPONENT_REQUIRES "nvs_flash" "bt")
register_component()

View File

@ -40,8 +40,8 @@ dirs_to_copy = [
'3rd-party/bluedroid',
'3rd-party/hxcmod-player',
'3rd-party/lwip/dhcp-server',
'3rd-party/micro-ecc',
'3rd-party/md5',
'3rd-party/micro-ecc',
'3rd-party/yxml',
'platform/freertos',
'platform/embedded',