File tree Expand file tree Collapse file tree 3 files changed +37
-3
lines changed
arduino_opta_stm32h747xx_m7
arduino_portenta_h7_stm32h747xx_m7 Expand file tree Collapse file tree 3 files changed +37
-3
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
239
239
240
240
241
241
portentah7.build.zephyr_args=
242
- portentah7.build.zephyr_hals=hal_stm32
242
+ portentah7.build.zephyr_hals=hal_stm32 hal_infineon
243
243
portentah7.build.variant=arduino_portenta_h7_stm32h747xx_m7
244
244
portentah7.build.mcu=cortex-m7
245
245
portentah7.build.fpu=-mfpu=fpv5-d16
@@ -471,7 +471,7 @@ opta.menu.debug.true.build.zsk_args.debug=-debug
471
471
472
472
opta.build.zephyr_target=arduino_opta//m7
473
473
opta.build.zephyr_args=
474
- opta.build.zephyr_hals=hal_stm32
474
+ opta.build.zephyr_hals=hal_stm32 hal_infineon
475
475
opta.build.variant=arduino_opta_stm32h747xx_m7
476
476
opta.build.mcu=cortex-m7
477
477
opta.build.fpu=-mfpu=fpv5-d16
Original file line number Diff line number Diff line change @@ -90,4 +90,20 @@ CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=7168
90
90
CONFIG_MBEDTLS_HASH_ALL_ENABLED=y
91
91
CONFIG_MBEDTLS_CMAC=y
92
92
93
+ CONFIG_BT=y
94
+ CONFIG_BT_HCI_RAW=y
95
+ CONFIG_BT_HCI_RAW_H4=y
96
+ CONFIG_BT_HCI_RAW_H4_ENABLE=y
97
+ CONFIG_BT_BUF_ACL_RX_SIZE=255
98
+ CONFIG_BT_BUF_CMD_TX_SIZE=255
99
+ CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
100
+ CONFIG_BT_MAX_CONN=4
101
+ CONFIG_BT_CTLR_ADV_EXT=y
102
+ CONFIG_BT_CTLR_ADV_PERIODIC=y
103
+ CONFIG_BT_CTLR_DTM_HCI=y
104
+ CONFIG_CYW4343W_MURATA_1DX=y
105
+ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
106
+ CONFIG_BT_RX_STACK_SIZE=4096
107
+ CONFIG_BT_HCI_TX_STACK_SIZE=4096
108
+
93
109
CONFIG_STM32H7_BOOT_M4_AT_INIT=n
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