Makefile (71d52576632fe7d9f24dc827de54333b4a282b5a) Makefile (f8da99a8ad1730675f2726b8c080178292aa3a24)
1 # Makefile for libusb based examples
2BTSTACK_ROOT = ../..
3
4ATT += \
5 att_dispatch.c \
6 att_db.c \
7 att_server.c \
8 gatt_bearer.c \
9 mesh_proxy_service_server.c \
10
11CORE += \
12 adv_bearer.c \
13 beacon.c \
14 btstack_link_key_db_fs.c \
15 btstack_run_loop_posix.c \
16 btstack_stdin_posix.c \
1 # Makefile for libusb based examples
2BTSTACK_ROOT = ../..
3
4ATT += \
5 att_dispatch.c \
6 att_db.c \
7 att_server.c \
8 gatt_bearer.c \
9 mesh_proxy_service_server.c \
10
11CORE += \
12 adv_bearer.c \
13 beacon.c \
14 btstack_link_key_db_fs.c \
15 btstack_run_loop_posix.c \
16 btstack_stdin_posix.c \
17 btstack_uart_block_posix_pty.c \
17 btstack_uart_posix_pty.c \
18 hci_transport_h2_libusb.c \
19 hci_transport_h4.c \
20 btstack_tlv_posix.c \
21 mesh_iv_index_seq_number.c \
22 mesh_node.c \
23 le_device_db_fs.c \
24 l2cap.c \
25 uECC.c \

--- 115 unchanged lines hidden ---
18 hci_transport_h2_libusb.c \
19 hci_transport_h4.c \
20 btstack_tlv_posix.c \
21 mesh_iv_index_seq_number.c \
22 mesh_node.c \
23 le_device_db_fs.c \
24 l2cap.c \
25 uECC.c \

--- 115 unchanged lines hidden ---