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);
121121#if defined(CONFIG_BT_HCI_SETUP )
122122FORCE_EXPORT_SYM (bt_h4_vnd_setup );
123123#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
124128#endif
125129
126130#if defined(CONFIG_STACK_CANARIES )
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ CONFIG_BT_CTLR_ADV_EXT=y
6161CONFIG_BT_CTLR_ADV_PERIODIC=y
6262CONFIG_BT_CTLR_DTM_HCI=y
6363CONFIG_CYW4343W_MURATA_1DX=y
64- CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y
6564CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
6665CONFIG_BT_RX_STACK_SIZE=4096
6766CONFIG_BT_HCI_TX_STACK_SIZE=4096
You can’t perform that action at this time.
0 commit comments