mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
cc256x:use v1.4 init script for CC2560B and CC2564B ports
This commit is contained in:
parent
edc52946c2
commit
36c8a70fe0
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
@ -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 = ../..
|
||||
|
@ -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 = ../..
|
||||
|
@ -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 = ../..
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user