Skip to content

Commit 3cb0645

Browse files
authored
Merge pull request #168 from iabdalkader/bt_fixes
loader: Export BT firmware symbols.
2 parents a7aeef2 + c19ac1b commit 3cb0645

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

loader/llext_exports.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ FORCE_EXPORT_SYM(net_buf_unref);
121121
#if defined(CONFIG_BT_HCI_SETUP)
122122
FORCE_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)

variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ CONFIG_BT_CTLR_ADV_EXT=y
6161
CONFIG_BT_CTLR_ADV_PERIODIC=y
6262
CONFIG_BT_CTLR_DTM_HCI=y
6363
CONFIG_CYW4343W_MURATA_1DX=y
64-
CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y
6564
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
6665
CONFIG_BT_RX_STACK_SIZE=4096
6766
CONFIG_BT_HCI_TX_STACK_SIZE=4096

0 commit comments

Comments
 (0)