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 @@ -62,7 +62,6 @@ CONFIG_BT_CTLR_ADV_EXT=y
6262CONFIG_BT_CTLR_ADV_PERIODIC=y
6363CONFIG_BT_CTLR_DTM_HCI=y
6464CONFIG_CYW4343W_MURATA_1DX=y
65- CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y
6665CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
6766CONFIG_BT_RX_STACK_SIZE=4096
6867CONFIG_BT_HCI_TX_STACK_SIZE=4096
You can’t perform that action at this time.
0 commit comments