From 0be429342ef84ce3c6d3379da49e64afe8d1e7a0 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 17 Sep 2018 20:23:54 +0200 Subject: [PATCH] stm32-f4discovery-cc256x: add md5, fix compile --- .../cubemx-f4discovery-cc256x/Makefile | 5 ++++- port/stm32-f4discovery-cc256x/eclipse-template/.cproject | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/port/stm32-f4discovery-cc256x/cubemx-f4discovery-cc256x/Makefile b/port/stm32-f4discovery-cc256x/cubemx-f4discovery-cc256x/Makefile index 26362a5de..1da7ed423 100644 --- a/port/stm32-f4discovery-cc256x/cubemx-f4discovery-cc256x/Makefile +++ b/port/stm32-f4discovery-cc256x/cubemx-f4discovery-cc256x/Makefile @@ -38,6 +38,7 @@ VPATH += ${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/srce VPATH += ${BTSTACK_ROOT}/3rd-party/bluedroid/encoder/srce VPATH += ${BTSTACK_ROOT}/3rd-party/hxcmod-player VPATH += ${BTSTACK_ROOT}/3rd-party/hxcmod-player/mods +VPATH += ${BTSTACK_ROOT}/3rd-party/md5 VPATH += ${BTSTACK_ROOT}/3rd-party/segger-rtt VPATH += ${BTSTACK_ROOT}/chipset/cc256x VPATH += ${BTSTACK_ROOT}/example @@ -158,6 +159,7 @@ hfp_msbc.c \ hsp_hs.c \ hsp_ag.c \ hid_device.c \ +md5.c \ rfcomm.c \ sco_demo_util.c \ btstack_hid_parser.c \ @@ -235,10 +237,11 @@ C_INCLUDES += -I${BTSTACK_ROOT}/src/ble/gatt-service C_INCLUDES += -I${BTSTACK_ROOT}/src/classic C_INCLUDES += -I${BTSTACK_ROOT}/src C_INCLUDES += -I${BTSTACK_ROOT}/3rd-party/micro-ecc -C_INCLUDES += -I${BTSTACK_ROOT}/3rd-party/bluedroid/descoder/include +C_INCLUDES += -I${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/include C_INCLUDES += -I${BTSTACK_ROOT}/3rd-party/bluedroid/encoder/include C_INCLUDES += -I${BTSTACK_ROOT}/3rd-party/hxcmod-player C_INCLUDES += -I${BTSTACK_ROOT}/3rd-party/hxcmod-player/mods +C_INCLUDES += -I${BTSTACK_ROOT}/3rd-party/md5 C_INCLUDES += -I${BTSTACK_ROOT}/3rd-party/segger-rtt C_INCLUDES += -I${BTSTACK_ROOT}/platform/embedded C_INCLUDES += -I${BTSTACK_ROOT}/chipset/cc256x diff --git a/port/stm32-f4discovery-cc256x/eclipse-template/.cproject b/port/stm32-f4discovery-cc256x/eclipse-template/.cproject index 38e671a0e..d6c3592f1 100644 --- a/port/stm32-f4discovery-cc256x/eclipse-template/.cproject +++ b/port/stm32-f4discovery-cc256x/eclipse-template/.cproject @@ -78,6 +78,7 @@ +