mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
esp32: copy micro-ecc into esp-idf, try to use our copy for cmake
This commit is contained in:
parent
095c28e35b
commit
826d4bce04
@ -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()
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user