Skip to content

Commit 457d47b

Browse files
committed
opta: enable BLE
Add configs to enable BLE on OPTA Signed-off-by: pennam <m.pennasilico@arduino.cc>
1 parent f72f88e commit 457d47b

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
@@ -471,7 +471,7 @@ opta.menu.debug.true.build.zsk_args.debug=-debug
471471

472472
opta.build.zephyr_target=arduino_opta//m7
473473
opta.build.zephyr_args=
474-
opta.build.zephyr_hals=hal_stm32
474+
opta.build.zephyr_hals=hal_stm32 hal_infineon
475475
opta.build.variant=arduino_opta_stm32h747xx_m7
476476
opta.build.mcu=cortex-m7
477477
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)