mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 15:15:30 +00:00
Add STM32 CRYP driver support and a corresponding build-only test to the crypto sample project. Signed-off-by: Markus Fuchs <markus.fuchs@de.sauter-bc.com>
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_MAIN_STACK_SIZE=4096
|
|
|
|
CONFIG_CRYPTO=y
|
|
CONFIG_CRYPTO_LOG_LEVEL_DBG=y
|