File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
variants/arduino_opta_stm32h747xx_m7 Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ opta.menu.debug.true.postbuild_debug=-debug
487
487
488
488
opta.build.zephyr_target=arduino_opta//m7
489
489
opta.build.zephyr_args=
490
- opta.build.zephyr_hals=hal_stm32
490
+ opta.build.zephyr_hals=hal_stm32 hal_infineon
491
491
opta.build.variant=arduino_opta_stm32h747xx_m7
492
492
opta.build.mcu=cortex-m7
493
493
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
You can’t perform that action at this time.
0 commit comments