test/auto-pts: enable micro ecc

This commit is contained in:
Matthias Ringwald 2020-08-31 14:27:41 +02:00
parent 9d35f201dd
commit dd55428775
2 changed files with 4 additions and 2 deletions

View File

@ -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")

View File

@ -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, ...