1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-03-26 11:37:10 +00:00

cc256x: use 1.5 initscript for CC2564B. Controller to Host Flow Control is broken on 1.4 but works on 1.5

This commit is contained in:
Matthias Ringwald 2017-04-01 16:18:24 +02:00
parent dcd578c4c7
commit e18703cc57
4 changed files with 6 additions and 5 deletions
port
posix-h4
posix-h5
stm32-f103rb-nucleo
windows-h4

@ -2,7 +2,7 @@
BTSTACK_ROOT = ../..
CORE += \
bluetooth_init_cc2564B_1.4_BT_Spec_4.1.c \
bluetooth_init_cc2564B_1.5_BT_Spec_4.1.c \
btstack_chipset_bcm.c \
btstack_chipset_cc256x.c \
btstack_chipset_csr.c \
@ -16,7 +16,8 @@ CORE += \
le_device_db_fs.c \
main.c \
stdin_support.c \
# bluetooth_init_cc2564_2.14.c \
# bluetooth_init_cc2564_2.14.c \
# bluetooth_init_cc2564C_1.0.c \
# TI-WL183x requires TIInit_11.8.32.c

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

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

@ -9,7 +9,7 @@ COMMON += \
btstack_uart_block_windows.c \
le_device_db_fs.c \
btstack_link_key_db_fs.c \
bluetooth_init_cc2564B_1.4_BT_Spec_4.1.c \
bluetooth_init_cc2564B_1.5_BT_Spec_4.1.c \
btstack_chipset_cc256x.c \
btstack_chipset_csr.c \
btstack_chipset_em9301.c \