btstack_run_loop_windows: use run loop base (build)

This commit is contained in:
Matthias Ringwald 2021-03-04 15:35:01 +01:00
parent dfbf4e35dd
commit b23e1511be
5 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

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