mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 15:02:43 +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:
parent
dcd578c4c7
commit
e18703cc57
@ -2,7 +2,7 @@
|
|||||||
BTSTACK_ROOT = ../..
|
BTSTACK_ROOT = ../..
|
||||||
|
|
||||||
CORE += \
|
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_bcm.c \
|
||||||
btstack_chipset_cc256x.c \
|
btstack_chipset_cc256x.c \
|
||||||
btstack_chipset_csr.c \
|
btstack_chipset_csr.c \
|
||||||
@ -16,7 +16,8 @@ CORE += \
|
|||||||
le_device_db_fs.c \
|
le_device_db_fs.c \
|
||||||
main.c \
|
main.c \
|
||||||
stdin_support.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
|
# TI-WL183x requires TIInit_11.8.32.c
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
BTSTACK_ROOT = ../..
|
BTSTACK_ROOT = ../..
|
||||||
|
|
||||||
CORE += \
|
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_bcm.c \
|
||||||
btstack_chipset_cc256x.c \
|
btstack_chipset_cc256x.c \
|
||||||
btstack_chipset_csr.c \
|
btstack_chipset_csr.c \
|
||||||
|
@ -24,7 +24,7 @@ CORE = \
|
|||||||
btstack_run_loop_embedded.c \
|
btstack_run_loop_embedded.c \
|
||||||
|
|
||||||
COMMON = \
|
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_chipset_cc256x.c \
|
||||||
btstack_link_key_db_memory.c \
|
btstack_link_key_db_memory.c \
|
||||||
rfcomm.c \
|
rfcomm.c \
|
||||||
|
@ -9,7 +9,7 @@ COMMON += \
|
|||||||
btstack_uart_block_windows.c \
|
btstack_uart_block_windows.c \
|
||||||
le_device_db_fs.c \
|
le_device_db_fs.c \
|
||||||
btstack_link_key_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_cc256x.c \
|
||||||
btstack_chipset_csr.c \
|
btstack_chipset_csr.c \
|
||||||
btstack_chipset_em9301.c \
|
btstack_chipset_em9301.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user