mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 10:15:22 +00:00
- replaced test points with ztest APIs wherever possible - replaced CONFIG_MAIN_STACK_SIZE with CONFIG_ZTEST_STACKSIZE in the config file - split the main file into two files: - main.c has ztest entry and runs separate functions for ztest - aes.c has the original routines JIRA: ZEP-2449 Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
CONFIG_TINYCRYPT=y
|
|
CONFIG_TINYCRYPT_AES=y
|
|
CONFIG_ZTEST_STACKSIZE=5120
|
|
CONFIG_ZTEST=y
|