File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
variants/arduino_portenta_h7_stm32h747xx_m7 Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ portentah7.menu.debug.true.postbuild_debug=-debug
249
249
250
250
251
251
portentah7.build.zephyr_args=
252
- portentah7.build.zephyr_hals=hal_stm32
252
+ portentah7.build.zephyr_hals=hal_stm32 hal_infineon
253
253
portentah7.build.variant=arduino_portenta_h7_stm32h747xx_m7
254
254
portentah7.build.mcu=cortex-m7
255
255
portentah7.build.fpu=-mfpu=fpv5-d16
Original file line number Diff line number Diff line change @@ -95,4 +95,22 @@ CONFIG_VIDEO_BUFFER_POOL_ALIGN=32
95
95
CONFIG_VIDEO_BUFFER_USE_SHARED_MULTI_HEAP=y
96
96
CONFIG_VIDEO_BUFFER_SMH_ATTRIBUTE=2
97
97
CONFIG_FLASH=y
98
- CONFIG_STM32H7_BOOT_M4_AT_INIT=n
98
+
99
+
100
+ CONFIG_BT=y
101
+ CONFIG_BT_HCI_RAW=y
102
+ CONFIG_BT_HCI_RAW_H4=y
103
+ CONFIG_BT_HCI_RAW_H4_ENABLE=y
104
+ CONFIG_BT_BUF_ACL_RX_SIZE=255
105
+ CONFIG_BT_BUF_CMD_TX_SIZE=255
106
+ CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
107
+ CONFIG_BT_MAX_CONN=4
108
+ CONFIG_BT_CTLR_ADV_EXT=y
109
+ CONFIG_BT_CTLR_ADV_PERIODIC=y
110
+ CONFIG_BT_CTLR_DTM_HCI=y
111
+ CONFIG_CYW4343W_MURATA_1DX=y
112
+ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
113
+ CONFIG_BT_RX_STACK_SIZE=4096
114
+ CONFIG_BT_HCI_TX_STACK_SIZE=4096
115
+
116
+ CONFIG_STM32H7_BOOT_M4_AT_INIT=n
You can’t perform that action at this time.
0 commit comments