Makefile (fc1ce7736c1d407097ef6aeafd21ce258b930445) | Makefile (e18703cc576da3e4538ae4c2e82b7ed965e4a62e) |
---|---|
1# Makefile for libusb based examples 2BTSTACK_ROOT = ../.. 3 4CORE += \ | 1# Makefile for libusb based examples 2BTSTACK_ROOT = ../.. 3 4CORE += \ |
5 bluetooth_init_cc2564B_1.4_BT_Spec_4.1.c \ | 5 bluetooth_init_cc2564B_1.5_BT_Spec_4.1.c \ |
6 btstack_chipset_bcm.c \ 7 btstack_chipset_cc256x.c \ 8 btstack_chipset_csr.c \ 9 btstack_chipset_em9301.c \ 10 btstack_chipset_stlc2500d.c \ 11 btstack_chipset_tc3566x.c \ 12 btstack_link_key_db_fs.c \ 13 btstack_run_loop_posix.c \ 14 btstack_uart_block_posix.c \ 15 hci_transport_h4.c \ 16 le_device_db_fs.c \ 17 main.c \ 18 stdin_support.c \ | 6 btstack_chipset_bcm.c \ 7 btstack_chipset_cc256x.c \ 8 btstack_chipset_csr.c \ 9 btstack_chipset_em9301.c \ 10 btstack_chipset_stlc2500d.c \ 11 btstack_chipset_tc3566x.c \ 12 btstack_link_key_db_fs.c \ 13 btstack_run_loop_posix.c \ 14 btstack_uart_block_posix.c \ 15 hci_transport_h4.c \ 16 le_device_db_fs.c \ 17 main.c \ 18 stdin_support.c \ |
19# bluetooth_init_cc2564_2.14.c \ | 19 # bluetooth_init_cc2564_2.14.c \ 20 # bluetooth_init_cc2564C_1.0.c \ |
20 21# TI-WL183x requires TIInit_11.8.32.c 22 23# examples 24include ${BTSTACK_ROOT}/example/Makefile.inc 25 26# fetch and convert TI init scripts 27include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc --- 42 unchanged lines hidden --- | 21 22# TI-WL183x requires TIInit_11.8.32.c 23 24# examples 25include ${BTSTACK_ROOT}/example/Makefile.inc 26 27# fetch and convert TI init scripts 28include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc --- 42 unchanged lines hidden --- |