mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 09:35:42 +00:00
enable new eHCILL for demos
This commit is contained in:
parent
159f74771f
commit
53b382dc71
@ -9,7 +9,7 @@
|
||||
BTSTACK_ROOT = ../..
|
||||
|
||||
CC = msp430-gcc
|
||||
CFLAGS = -mmcu=msp430x5438 -g -Os -Wall -I../src -I../firmware -I${BTSTACK_ROOT} -I${BTSTACK_ROOT}/chipset-cc256x -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include
|
||||
CFLAGS = -mmcu=msp430x5438 -g -Os -Wall -I. -I../src -I../firmware -I${BTSTACK_ROOT} -I${BTSTACK_ROOT}/chipset-cc256x -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include
|
||||
LDFLAGS = -mmcu=msp430x5438
|
||||
|
||||
CORE = \
|
||||
@ -31,7 +31,7 @@ COMMON = \
|
||||
${BTSTACK_ROOT}/src/hci.c \
|
||||
${BTSTACK_ROOT}/src/hci_cmds.c \
|
||||
${BTSTACK_ROOT}/src/hci_dump.c \
|
||||
${BTSTACK_ROOT}/src/hci_transport_h4_dma.c \
|
||||
${BTSTACK_ROOT}/src/hci_transport_h4_ehcill_dma.c \
|
||||
${BTSTACK_ROOT}/src/l2cap.c \
|
||||
${BTSTACK_ROOT}/src/l2cap_signaling.c \
|
||||
${BTSTACK_ROOT}/src/remote_device_db_memory.c \
|
||||
|
@ -340,8 +340,8 @@ int main(void){
|
||||
remote_device_db_t * remote_db = (remote_device_db_t *) &remote_device_db_memory;
|
||||
hci_init(transport, config, control, remote_db);
|
||||
|
||||
// use ehciall
|
||||
// bt_control_cc256x_enable_ehcill(1);
|
||||
// use eHCILL
|
||||
bt_control_cc256x_enable_ehcill(1);
|
||||
|
||||
// init L2CAP
|
||||
l2cap_init();
|
||||
|
@ -237,8 +237,8 @@ int main(void) {
|
||||
remote_device_db_t * remote_db = (remote_device_db_t *) &remote_device_db_memory;
|
||||
hci_init(transport, config, control, remote_db);
|
||||
|
||||
// use ehciall
|
||||
// bt_control_cc256x_enable_ehcill(1);
|
||||
// use eHCILL
|
||||
bt_control_cc256x_enable_ehcill(1);
|
||||
|
||||
// init L2CAP
|
||||
l2cap_init();
|
||||
|
@ -160,7 +160,7 @@ int main(void)
|
||||
hci_init(transport, config, control, remote_db);
|
||||
|
||||
// use eHCILL
|
||||
// bt_control_cc256x_enable_ehcill(1);
|
||||
bt_control_cc256x_enable_ehcill(1);
|
||||
|
||||
// init L2CAP
|
||||
l2cap_init();
|
||||
|
@ -158,7 +158,7 @@ int main(void)
|
||||
hci_init(transport, config, control, remote_db);
|
||||
|
||||
// use eHCILL
|
||||
// bt_control_cc256x_enable_ehcill(1);
|
||||
bt_control_cc256x_enable_ehcill(1);
|
||||
|
||||
// init L2CAP
|
||||
l2cap_init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user