mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 08:11:58 +00:00
In order to run the TTCN-3 based sanity check, add a TCP sample app and instructions for running the sanity check. Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
CONFIG_NO_OPTIMIZATIONS=y
|
|
CONFIG_DEBUG=y
|
|
|
|
CONFIG_ASSERT=y
|
|
CONFIG_STACK_SENTINEL=y
|
|
|
|
CONFIG_STACK_CANARIES=y
|