Add stack object usage scenario tests between thread to thread and thread to ISR. This test is inspired from test_stack legacy test from Zephyr v1.7.0 release. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
6 lines
160 B
CMake
6 lines
160 B
CMake
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
|
project(NONE)
|
|
|
|
FILE(GLOB app_sources src/*.c)
|
|
target_sources(app PRIVATE ${app_sources})
|