File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
variants/arduino_giga_r1_stm32h747xx_m7 Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ giga.menu.debug.true.postbuild_debug=-debug
14
14
15
15
giga.build.zephyr_target=arduino_giga_r1//m7
16
16
giga.build.zephyr_args=--shield arduino_giga_display_shield
17
- giga.build.zephyr_hals=hal_stm32
17
+ giga.build.zephyr_hals=hal_stm32 hal_infineon
18
18
giga.build.variant=arduino_giga_r1_stm32h747xx_m7
19
19
giga.build.mcu=cortex-m7
20
20
giga.build.fpu=-mfpu=fpv5-d16
Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ FORCE_EXPORT_SYM(net_buf_simple_pull);
118
118
FORCE_EXPORT_SYM (net_buf_simple_add_mem );
119
119
FORCE_EXPORT_SYM (net_buf_simple_pull_mem );
120
120
FORCE_EXPORT_SYM (net_buf_unref );
121
+ #if defined(CONFIG_BT_HCI_SETUP )
122
+ FORCE_EXPORT_SYM (bt_h4_vnd_setup );
123
+ #endif
121
124
#endif
122
125
123
126
#if defined(CONFIG_STACK_CANARIES )
Original file line number Diff line number Diff line change @@ -48,3 +48,20 @@ CONFIG_DISPLAY=y
48
48
CONFIG_INPUT=y
49
49
CONFIG_STM32_LTDC_FB_USE_SHARED_MULTI_HEAP=y
50
50
CONFIG_STM32_LTDC_FB_SMH_ATTRIBUTE=2
51
+
52
+ CONFIG_BT=y
53
+ CONFIG_BT_HCI_RAW=y
54
+ CONFIG_BT_HCI_RAW_H4=y
55
+ CONFIG_BT_HCI_RAW_H4_ENABLE=y
56
+ CONFIG_BT_BUF_ACL_RX_SIZE=255
57
+ CONFIG_BT_BUF_CMD_TX_SIZE=255
58
+ CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
59
+ CONFIG_BT_MAX_CONN=4
60
+ CONFIG_BT_CTLR_ADV_EXT=y
61
+ CONFIG_BT_CTLR_ADV_PERIODIC=y
62
+ CONFIG_BT_CTLR_DTM_HCI=y
63
+ CONFIG_CYW4343W_MURATA_1DX=y
64
+ CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y
65
+ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
66
+ CONFIG_BT_RX_STACK_SIZE=4096
67
+ CONFIG_BT_HCI_TX_STACK_SIZE=4096
You can’t perform that action at this time.
0 commit comments