diff --git a/loader/llext_exports.c b/loader/llext_exports.c index f1370a92..b1e73347 100644 --- a/loader/llext_exports.c +++ b/loader/llext_exports.c @@ -121,6 +121,10 @@ FORCE_EXPORT_SYM(net_buf_unref); #if defined(CONFIG_BT_HCI_SETUP) FORCE_EXPORT_SYM(bt_h4_vnd_setup); #endif +#if defined(CONFIG_CYW4343W_MURATA_1DX) +FORCE_EXPORT_SYM(brcm_patchram_buf); +FORCE_EXPORT_SYM(brcm_patch_ram_length); +#endif #endif #if defined(CONFIG_STACK_CANARIES) diff --git a/variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf b/variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf index 14f73783..8ad58579 100644 --- a/variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf +++ b/variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf @@ -61,7 +61,6 @@ CONFIG_BT_CTLR_ADV_EXT=y CONFIG_BT_CTLR_ADV_PERIODIC=y CONFIG_BT_CTLR_DTM_HCI=y CONFIG_CYW4343W_MURATA_1DX=y -CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048 CONFIG_BT_RX_STACK_SIZE=4096 CONFIG_BT_HCI_TX_STACK_SIZE=4096