All 'real' sample application now reside under samples/ directly. the nano and micro variants will be under the specific sample directory and not split across the file system. Change-Id: I0ddf929cff7a29749aa4944b4385af058d9cc74c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
362 B
Text
10 lines
362 B
Text
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
CONFIG_RING_BUFFER=y
|
|
CONFIG_KERNEL_EVENT_LOGGER=y
|
|
CONFIG_NANO_TIMEOUTS=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=16
|
|
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
|
|
CONFIG_TICKLESS_IDLE=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
|