cc256x:use v1.4 init script for CC2560B and CC2564B ports

This commit is contained in:
Matthias Ringwald 2016-05-20 11:27:32 +02:00
parent edc52946c2
commit 36c8a70fe0
7 changed files with 12 additions and 11 deletions

5
.gitignore vendored
View File

@ -15,7 +15,8 @@
*.map
.theos
.stamp
bluetooth_init_cc2560B_1.2_BT_Spec_4.1.c
bluetooth_init_cc2564B_1.2_BT_Spec_4.1.c
.bts
bluetooth_init_cc2560B_1.*_BT_Spec_4.1.c
bluetooth_init_cc2564B_1.*_BT_Spec_4.1.c
TIInit_11.8.32.c
initscripts_TIInit_6.7.16_bt_spec_4.1.c

View File

@ -4,8 +4,8 @@
#
# init scripts
CC2560B = bluetooth_init_cc2560B_1.2_BT_Spec_4.1.o
CC2564B = bluetooth_init_cc2564B_1.2_BT_Spec_4.1.o
CC2560B = bluetooth_init_cc2560B_1.4_BT_Spec_4.1.o
CC2564B = bluetooth_init_cc2564B_1.4_BT_Spec_4.1.o
CC2567 = CC256x_BT_Service_Pack_2.8_ANT_1.16.o
BTSTACK_ROOT = ../..

View File

@ -4,8 +4,8 @@
#
# init scripts
CC2560B = bluetooth_init_cc2560B_1.2_BT_Spec_4.1.o
CC2564B = bluetooth_init_cc2564B_1.2_BT_Spec_4.1.o
CC2560B = bluetooth_init_cc2560B_1.4_BT_Spec_4.1.o
CC2564B = bluetooth_init_cc2564B_1.4_BT_Spec_4.1.o
CC2567 = CC256x_BT_Service_Pack_2.8_ANT_1.16.o
BTSTACK_ROOT = ../..

View File

@ -4,8 +4,8 @@
#
# init scripts
CC2560B = bluetooth_init_cc2560B_1.2_BT_Spec_4.1.o
CC2564B = bluetooth_init_cc2564B_1.2_BT_Spec_4.1.o
CC2560B = bluetooth_init_cc2560B_1.4_BT_Spec_4.1.o
CC2564B = bluetooth_init_cc2564B_1.4_BT_Spec_4.1.o
CC2567 = CC256x_BT_Service_Pack_2.8_ANT_1.16.o
BTSTACK_ROOT = ../..

View File

@ -2,7 +2,7 @@
BTSTACK_ROOT = ../..
CORE += \
bluetooth_init_cc2564B_1.2_BT_Spec_4.1.c \
bluetooth_init_cc2564B_1.4_BT_Spec_4.1.c \
btstack_chipset_cc256x.c \
btstack_chipset_csr.c \
btstack_chipset_em9301.c \

View File

@ -2,7 +2,7 @@
BTSTACK_ROOT = ../..
CORE += \
bluetooth_init_cc2564B_1.2_BT_Spec_4.1.c \
bluetooth_init_cc2564B_1.4_BT_Spec_4.1.c \
btstack_chipset_cc256x.c \
btstack_chipset_csr.c \
btstack_chipset_em9301.c \

View File

@ -24,7 +24,7 @@ CORE = \
btstack_run_loop_embedded.c \
COMMON = \
bluetooth_init_cc2564B_1.2_BT_Spec_4.1.c \
bluetooth_init_cc2564B_1.4_BT_Spec_4.1.c \
btstack_chipset_cc256x.c \
btstack_link_key_db_memory.c \
rfcomm.c \