raspi: use software aes128

This commit is contained in:
Matthias Ringwald 2020-01-15 16:41:57 +01:00
parent 08c7954571
commit a5ceff158c
2 changed files with 8 additions and 2 deletions

View File

@ -16,7 +16,8 @@ CORE += \
main.c \
wav_util.c \
btstack_stdin_posix.c \
raspi_get_model.c
raspi_get_model.c \
rijndael.c
# examples
include ${BTSTACK_ROOT}/example/Makefile.inc
@ -28,11 +29,15 @@ CFLAGS += -g -Wall -Werror \
-I$(BTSTACK_ROOT)/platform/embedded \
-I$(BTSTACK_ROOT)/platform/posix \
-I$(BTSTACK_ROOT)/chipset/bcm \
-I${BTSTACK_ROOT}/3rd-party/tinydir
-I${BTSTACK_ROOT}/3rd-party/tinydir \
-I${BTSTACK_ROOT}/3rd-party/rijndael
# add 'real time' lib for clock_gettime
LDFLAGS += -lrt
VPATH += ${BTSTACK_ROOT}/3rd-party/rijndael
VPATH += ${BTSTACK_ROOT}/platform/posix
VPATH += ${BTSTACK_ROOT}/platform/embedded

View File

@ -25,6 +25,7 @@
#define ENABLE_LOG_INFO
#define ENABLE_SCO_OVER_HCI
#define ENABLE_SDP_DES_DUMP
#define ENABLE_SOFTWARE_AES128
// Warm Boot needed if connected via Wifi on Raspberry Pi 3A+ or 3B+
// #define ENABLE_CONTROLLER_WARM_BOOT