From 17062df7ccb1b75a56cf2e422b9f673fb82832ee Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sat, 13 May 2017 23:31:16 +0200 Subject: [PATCH] cc256x: support CC256xB Service Pack v1.6 and use in all CC256x ports --- port/ez430-rf2560/Makefile | 4 ++-- port/msp-exp430f5438-cc2564b/Makefile | 4 ++-- port/msp430f5229lp-cc2564b/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/port/ez430-rf2560/Makefile b/port/ez430-rf2560/Makefile index cda02fe50..0b9bc147c 100644 --- a/port/ez430-rf2560/Makefile +++ b/port/ez430-rf2560/Makefile @@ -4,8 +4,8 @@ # # init scripts -CC2560B = bluetooth_init_cc2560B_1.4_BT_Spec_4.1.o -CC2564B = bluetooth_init_cc2564B_1.4_BT_Spec_4.1.o +CC2560B = bluetooth_init_cc2560B_1.6_BT_Spec_4.1.o +CC2564B = bluetooth_init_cc2564B_1.6_BT_Spec_4.1.o CC2567 = CC256x_BT_Service_Pack_2.8_ANT_1.16.o BTSTACK_ROOT = ../.. diff --git a/port/msp-exp430f5438-cc2564b/Makefile b/port/msp-exp430f5438-cc2564b/Makefile index 3c8dc5daa..1b64d37a3 100644 --- a/port/msp-exp430f5438-cc2564b/Makefile +++ b/port/msp-exp430f5438-cc2564b/Makefile @@ -4,8 +4,8 @@ # # init scripts -CC2560B = bluetooth_init_cc2560B_1.4_BT_Spec_4.1.o -CC2564B = bluetooth_init_cc2564B_1.4_BT_Spec_4.1.o +CC2560B = bluetooth_init_cc2560B_1.6_BT_Spec_4.1.o +CC2564B = bluetooth_init_cc2564B_1.6_BT_Spec_4.1.o CC2567 = CC256x_BT_Service_Pack_2.8_ANT_1.16.o BTSTACK_ROOT = ../.. diff --git a/port/msp430f5229lp-cc2564b/Makefile b/port/msp430f5229lp-cc2564b/Makefile index dcb107b1d..f0c3ec7e3 100644 --- a/port/msp430f5229lp-cc2564b/Makefile +++ b/port/msp430f5229lp-cc2564b/Makefile @@ -4,8 +4,8 @@ # # init scripts -CC2560B = bluetooth_init_cc2560B_1.4_BT_Spec_4.1.o -CC2564B = bluetooth_init_cc2564B_1.4_BT_Spec_4.1.o +CC2560B = bluetooth_init_cc2560B_1.6_BT_Spec_4.1.o +CC2564B = bluetooth_init_cc2564B_1.6_BT_Spec_4.1.o CC2567 = CC256x_BT_Service_Pack_2.8_ANT_1.16.o BTSTACK_ROOT = ../..