mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 12:40:42 +00:00
btstack_run_loop_windows: use run loop base (build)
This commit is contained in:
parent
dfbf4e35dd
commit
b23e1511be
@ -4,6 +4,7 @@ BTSTACK_ROOT ?= ../..
|
||||
CORE += main.c btstack_stdin_windows.c btstack_tlv_posix.c
|
||||
|
||||
COMMON += \
|
||||
btstack_run_loop_base.c \
|
||||
btstack_run_loop_windows.c \
|
||||
hci_transport_h4.c \
|
||||
btstack_uart_block_windows.c \
|
||||
|
@ -4,6 +4,7 @@ BTSTACK_ROOT ?= ../..
|
||||
CORE += main.c btstack_stdin_windows.c btstack_tlv_posix.c
|
||||
|
||||
COMMON += \
|
||||
btstack_run_loop_base.c \
|
||||
btstack_chipset_zephyr.c \
|
||||
btstack_run_loop_windows.c \
|
||||
btstack_uart_block_windows.c \
|
||||
|
@ -4,6 +4,7 @@ BTSTACK_ROOT ?= ../..
|
||||
CORE += main.c btstack_stdin_windows.c btstack_tlv_posix.c
|
||||
|
||||
COMMON += \
|
||||
btstack_run_loop_base.c \
|
||||
btstack_run_loop_windows.c \
|
||||
hci_transport_h4.c \
|
||||
btstack_uart_block_windows.c \
|
||||
|
@ -3,7 +3,7 @@ BTSTACK_ROOT ?= ../..
|
||||
|
||||
CORE += main.c btstack_stdin_windows.c btstack_tlv_posix.c
|
||||
|
||||
COMMON += hci_transport_h2_winusb.c btstack_run_loop_windows.c le_device_db_tlv.c btstack_link_key_db_tlv.c wav_util.c
|
||||
COMMON += hci_transport_h2_winusb.c btstack_run_loop_base.c btstack_run_loop_windows.c le_device_db_tlv.c btstack_link_key_db_tlv.c wav_util.c
|
||||
COMMON += btstack_chipset_intel_firmware.c rijndael.c
|
||||
|
||||
include ${BTSTACK_ROOT}/example/Makefile.inc
|
||||
|
@ -3,7 +3,7 @@ BTSTACK_ROOT ?= ../..
|
||||
|
||||
CORE += main.c btstack_stdin_windows.c btstack_tlv_posix.c
|
||||
|
||||
COMMON += hci_transport_h2_winusb.c btstack_run_loop_windows.c le_device_db_tlv.c btstack_link_key_db_tlv.c wav_util.c
|
||||
COMMON += hci_transport_h2_winusb.c btstack_run_loop_base.c btstack_run_loop_windows.c le_device_db_tlv.c btstack_link_key_db_tlv.c wav_util.c
|
||||
COMMON += rijndael.c
|
||||
|
||||
include ${BTSTACK_ROOT}/example/Makefile.inc
|
||||
|
Loading…
x
Reference in New Issue
Block a user