mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 11:51:56 +00:00
Add overlays that might be useful for debugging: - overlay-log.conf Enable debug log for socket, context, connection, TCP/TCP2. - overlay-debug.conf Disable optimization and compile with debug information. - overlay-max-stacks.conf Overlay to quickly sort out insufficient stack problems. - overlay-e1000.conf 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
|