mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-31 10:20:58 +00:00
hci_dump: max32630-fthr port
This commit is contained in:
parent
017c2996ac
commit
cccba2901c
@ -157,6 +157,7 @@ COMMON = \
|
|||||||
hci.o \
|
hci.o \
|
||||||
hci_cmd.o \
|
hci_cmd.o \
|
||||||
hci_dump.o \
|
hci_dump.o \
|
||||||
|
hci_dump_embedded_stdout.o \
|
||||||
btstack_uart_block_embedded.o \
|
btstack_uart_block_embedded.o \
|
||||||
hal_flash_bank_mxc.o \
|
hal_flash_bank_mxc.o \
|
||||||
btstack_audio.o \
|
btstack_audio.o \
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
#include "btstack_config.h"
|
#include "btstack_config.h"
|
||||||
#include "btstack_run_loop_embedded.h"
|
#include "btstack_run_loop_embedded.h"
|
||||||
#include "btstack_chipset_cc256x.h"
|
#include "btstack_chipset_cc256x.h"
|
||||||
|
#include "hci_dump_embedded_stdout.h"
|
||||||
|
|
||||||
// BTstack HALs
|
// BTstack HALs
|
||||||
#include "hal_tick.h"
|
#include "hal_tick.h"
|
||||||
@ -408,7 +409,7 @@ int bluetooth_main(void)
|
|||||||
btstack_run_loop_init(btstack_run_loop_embedded_get_instance());
|
btstack_run_loop_init(btstack_run_loop_embedded_get_instance());
|
||||||
|
|
||||||
// enable packet logger
|
// enable packet logger
|
||||||
//hci_dump_open(NULL, HCI_DUMP_STDOUT);
|
// hci_dump_init(hci_dump_embedded_stdout_get_instance());
|
||||||
|
|
||||||
/* Init HCI */
|
/* Init HCI */
|
||||||
const hci_transport_t * transport = hci_transport_h4_instance(btstack_uart_block_embedded_instance());
|
const hci_transport_t * transport = hci_transport_h4_instance(btstack_uart_block_embedded_instance());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user