File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
variants/arduino_giga_r1_stm32h747xx_m7 Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,10 @@ FORCE_EXPORT_SYM(net_buf_unref);
121
121
#if defined(CONFIG_BT_HCI_SETUP )
122
122
FORCE_EXPORT_SYM (bt_h4_vnd_setup );
123
123
#endif
124
+ #if defined(CONFIG_CYW4343W_MURATA_1DX )
125
+ FORCE_EXPORT_SYM (brcm_patchram_buf );
126
+ FORCE_EXPORT_SYM (brcm_patch_ram_length );
127
+ #endif
124
128
#endif
125
129
126
130
#if defined(CONFIG_STACK_CANARIES )
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ CONFIG_BT_CTLR_ADV_EXT=y
62
62
CONFIG_BT_CTLR_ADV_PERIODIC=y
63
63
CONFIG_BT_CTLR_DTM_HCI=y
64
64
CONFIG_CYW4343W_MURATA_1DX=y
65
- CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y
66
65
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
67
66
CONFIG_BT_RX_STACK_SIZE=4096
68
67
CONFIG_BT_HCI_TX_STACK_SIZE=4096
You can’t perform that action at this time.
0 commit comments