Skip to content

Commit df066fa

Browse files
committed
opta: enable BLE
1 parent 4ec1757 commit df066fa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ opta.menu.debug.true.postbuild_debug=-debug
487487

488488
opta.build.zephyr_target=arduino_opta//m7
489489
opta.build.zephyr_args=
490-
opta.build.zephyr_hals=hal_stm32
490+
opta.build.zephyr_hals=hal_stm32 hal_infineon
491491
opta.build.variant=arduino_opta_stm32h747xx_m7
492492
opta.build.mcu=cortex-m7
493493
opta.build.fpu=-mfpu=fpv5-d16

variants/arduino_opta_stm32h747xx_m7/arduino_opta_stm32h747xx_m7.conf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,20 @@ CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=7168
9090
CONFIG_MBEDTLS_HASH_ALL_ENABLED=y
9191
CONFIG_MBEDTLS_CMAC=y
9292

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+
93109
CONFIG_STM32H7_BOOT_M4_AT_INIT=n

0 commit comments

Comments
 (0)