mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-20 18:40:31 +00:00
posix: add btstack_tlv_posix.c to all posix ports
This commit is contained in:
parent
ad419dbcb0
commit
d3849e4c96
@ -5,6 +5,7 @@ CORE += \
|
||||
btstack_chipset_atwilc3000.c \
|
||||
btstack_link_key_db_fs.c \
|
||||
btstack_run_loop_posix.c \
|
||||
btstack_tlv_posix.c \
|
||||
btstack_uart_block_posix.c \
|
||||
hci_transport_h4.c \
|
||||
le_device_db_fs.c \
|
||||
|
@ -6,6 +6,7 @@ CORE += \
|
||||
hci_581_active_uart.c \
|
||||
btstack_link_key_db_fs.c \
|
||||
btstack_run_loop_posix.c \
|
||||
btstack_tlv_posix.c \
|
||||
btstack_uart_block_posix.c \
|
||||
hci_transport_h4.c \
|
||||
le_device_db_fs.c \
|
||||
|
@ -5,6 +5,7 @@ CORE += \
|
||||
btstack_chipset_da14581.c \
|
||||
btstack_link_key_db_fs.c \
|
||||
btstack_run_loop_posix.c \
|
||||
btstack_tlv_posix.c \
|
||||
btstack_uart_block_posix.c \
|
||||
hci_transport_h4.c \
|
||||
le_device_db_fs.c \
|
||||
|
@ -4,6 +4,7 @@ BTSTACK_ROOT = ../..
|
||||
CORE += \
|
||||
btstack_link_key_db_fs.c \
|
||||
btstack_run_loop_posix.c \
|
||||
btstack_tlv_posix.c \
|
||||
btstack_uart_block_posix.c \
|
||||
hci_transport_h4.c \
|
||||
le_device_db_fs.c \
|
||||
|
@ -11,6 +11,7 @@ CORE += \
|
||||
btstack_chipset_tc3566x.c \
|
||||
btstack_link_key_db_fs.c \
|
||||
btstack_run_loop_posix.c \
|
||||
btstack_tlv_posix.c \
|
||||
btstack_uart_block_posix.c \
|
||||
hci_transport_h4.c \
|
||||
le_device_db_fs.c \
|
||||
|
@ -6,6 +6,7 @@ CORE += \
|
||||
btstack_chipset_bcm_download_firmware.c \
|
||||
btstack_link_key_db_fs.c \
|
||||
btstack_run_loop_posix.c \
|
||||
btstack_tlv_posix.c \
|
||||
btstack_uart_block_posix.c \
|
||||
btstack_slip.c \
|
||||
hci_transport_h5.c \
|
||||
|
@ -10,6 +10,7 @@ CORE += \
|
||||
btstack_chipset_tc3566x.c \
|
||||
btstack_link_key_db_fs.c \
|
||||
btstack_run_loop_posix.c \
|
||||
btstack_tlv_posix.c \
|
||||
btstack_uart_block_posix.c \
|
||||
btstack_slip.c \
|
||||
hci_transport_h5.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user