enable new eHCILL for demos

This commit is contained in:
matthias.ringwald 2011-09-22 19:37:16 +00:00
parent 159f74771f
commit 53b382dc71
5 changed files with 8 additions and 8 deletions

View File

@ -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 \

View File

@ -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();

View File

@ -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();

View File

@ -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();

View File

@ -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();