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 @@ -239,7 +239,7 @@ portentah7.menu.debug.true.build.zsk_args.debug=-debug
239239
240240portentah7.build.zephyr_target=arduino_portenta_h7@1.0.0//m7
241241portentah7.build.zephyr_args=
242- portentah7.build.zephyr_hals=hal_stm32
242+ portentah7.build.zephyr_hals=hal_stm32 hal_infineon
243243portentah7.build.variant=arduino_portenta_h7_stm32h747xx_m7
244244portentah7.build.mcu=cortex-m7
245245portentah7.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
9595CONFIG_VIDEO_BUFFER_USE_SHARED_MULTI_HEAP=y
9696CONFIG_VIDEO_BUFFER_SMH_ATTRIBUTE=2
9797CONFIG_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