mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
raspi: use software aes128
This commit is contained in:
parent
08c7954571
commit
a5ceff158c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user