File tree 3 files changed +22
-2
lines changed
variants/arduino_giga_r1_stm32h747xx_m7 3 files changed +22
-2
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 @@ -45,4 +45,21 @@ CONFIG_VIDEO_BUFFER_SMH_ATTRIBUTE=2
45
45
CONFIG_VIDEO_GC2145=y
46
46
47
47
CONFIG_DISPLAY=y
48
- CONFIG_INPUT=y
48
+ CONFIG_INPUT=y
49
+
50
+ CONFIG_BT=y
51
+ CONFIG_BT_HCI_RAW=y
52
+ CONFIG_BT_HCI_RAW_H4=y
53
+ CONFIG_BT_HCI_RAW_H4_ENABLE=y
54
+ CONFIG_BT_BUF_ACL_RX_SIZE=255
55
+ CONFIG_BT_BUF_CMD_TX_SIZE=255
56
+ CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
57
+ CONFIG_BT_MAX_CONN=4
58
+ CONFIG_BT_CTLR_ADV_EXT=y
59
+ CONFIG_BT_CTLR_ADV_PERIODIC=y
60
+ CONFIG_BT_CTLR_DTM_HCI=y
61
+ CONFIG_CYW4343W_MURATA_1DX=y
62
+ CONFIG_BT_HCI_DRIVER_LOG_LEVEL_DBG=y
63
+ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
64
+ CONFIG_BT_RX_STACK_SIZE=4096
65
+ CONFIG_BT_HCI_TX_STACK_SIZE=4096
You can’t perform that action at this time.
0 commit comments