Fix the issue regarding passing the TRNG peripheral instance to the driver.
Increase the SYSTEM_WORKQUEUE_STACK_SIZE when CONFIG_BT is set.
According to the log of thread analyzer for beacon sample, 1048 bytes
are needed. So, it's been increased to a safer value.
Signed-off-by: Ali Hozhabri <ali.hozhabri@st.com>
(cherry picked from commit 7a593ede3e)
28 lines
397 B
Plaintext
28 lines
397 B
Plaintext
# STMicroelectronics STM32WB0 MCU series
|
|
|
|
# Copyright (c) 2024 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_STM32WB0X
|
|
|
|
config NUM_IRQS
|
|
default 32
|
|
|
|
if BT
|
|
|
|
config SYSTEM_WORKQUEUE_STACK_SIZE
|
|
default 1152
|
|
|
|
config BT_AUTO_PHY_UPDATE
|
|
default n
|
|
|
|
config BT_AUTO_DATA_LEN_UPDATE
|
|
default n
|
|
|
|
config BT_HCI_ACL_FLOW_CONTROL
|
|
default n
|
|
|
|
endif # BT
|
|
|
|
endif # SOC_SERIES_STM32WB0X
|