mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-20 18:40:31 +00:00
test/auto-pts: enable micro ecc
This commit is contained in:
parent
9d35f201dd
commit
dd55428775
@ -34,7 +34,7 @@ file(GLOB SOURCES_GATT "../../src/ble/gatt-service/*.c")
|
||||
# file(GLOB SOURCES_CLASSIC "../../src/classic/*.c")
|
||||
# file(GLOB SOURCES_BLUEDROID "../../3rd-party/bluedroid/encoder/srce/*.c" "../../3rd-party/bluedroid/decoder/srce/*.c")
|
||||
# file(GLOB SOURCES_MD5 "../../3rd-party/md5/md5.c")
|
||||
# file(GLOB SOURCES_UECC "../../3rd-party/micro-ecc/uECC.c")
|
||||
file(GLOB SOURCES_UECC "../../3rd-party/micro-ecc/uECC.c")
|
||||
# file(GLOB SOURCES_YXML "../../3rd-party/yxml/yxml.c")
|
||||
# file(GLOB SOURCES_HXCMOD "../../3rd-party/hxcmod-player/*.c" "../../3rd-party/hxcmod-player/mods/*.c")
|
||||
file(GLOB SOURCES_POSIX "../../platform/posix/*.c")
|
||||
|
@ -20,10 +20,12 @@
|
||||
#define ENABLE_GATT_CLIENT_PAIRING
|
||||
#define ENABLE_LOG_ERROR
|
||||
#define ENABLE_LOG_INFO
|
||||
#define ENABLE_LE_SECURE_CONNECTIONS
|
||||
#define ENABLE_LE_DATA_CHANNELS
|
||||
#define ENABLE_LE_SIGNED_WRITE
|
||||
#define ENABLE_LE_PERIPHERAL
|
||||
#define ENABLE_LE_CENTRAL
|
||||
#define ENABLE_LE_SECURE_CONNECTIONS
|
||||
#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS
|
||||
#define ENABLE_BTP
|
||||
|
||||
// BTstack configuration. buffers, sizes, ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user