From a05ab6b39cd60fb364d794f633c8958f8c079bb4 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 26 Jul 2017 21:38:32 +0200 Subject: [PATCH] samv71-xplained-atwilc3000: add atwilc3000 support --- port/samv71-xplained-atwilc3000/config.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/port/samv71-xplained-atwilc3000/config.mk b/port/samv71-xplained-atwilc3000/config.mk index f756319d8..59a098e9f 100644 --- a/port/samv71-xplained-atwilc3000/config.mk +++ b/port/samv71-xplained-atwilc3000/config.mk @@ -150,8 +150,11 @@ CSRCS += \ ${BTSTACK_ROOT}/src/l2cap_signaling.c \ ${BTSTACK_ROOT}/src/ble/le_device_db_memory.c \ ${BTSTACK_ROOT}/src/ble/sm.c \ - ${BTSTACK_ROOT}/3rd-party/micro-ecc/uECC.c \ - ${BTSTACK_ROOT}/example/led_counter.c \ + ${BTSTACK_ROOT}/example/le_counter.c \ + ${BTSTACK_ROOT}/chipset/atwilc3000/btstack_chipset_atwilc3000.c \ + ${BTSTACK_ROOT}/chipset/atwilc3000/wilc3000_bt_firmware.c \ + + # ${BTSTACK_ROOT}/3rd-party/micro-ecc/uECC.c \ # Additional search paths for libraries. LIB_PATH = \ @@ -215,4 +218,4 @@ LDFLAGS = \ # Pre- and post-build commands PREBUILD_CMD = -POSTBUILD_CMD = \ No newline at end of file +POSTBUILD_CMD =