Skip to content

Commit

Permalink
[Telink] Fixed B9x platform startup
Browse files Browse the repository at this point in the history
Lack of MBEDTLS_ZEPHYR_ENTROPY config in defaults
which led to InitChipStack 172 error.
As result entropy failed in src/platform/Zephyr/PlatformManagerImpl.cpp
  • Loading branch information
interfer committed Dec 11, 2024
1 parent 295a185 commit bebf255
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@ config MBEDTLS_USER_CONFIG_ENABLE
config MBEDTLS_USER_CONFIG_FILE
default "telink-mbedtls-config.h"

config MBEDTLS_ZEPHYR_ENTROPY
bool
default y

config MBEDTLS_CIPHER_AES_ENABLED
default y

Expand Down

0 comments on commit bebf255

Please sign in to comment.