The sample applications for task profiling requires a default project configuration file that can be used as reference for any other board. Quark SE dev board has some optional optimizations that can be added using the prj_quark_se_devboard.conf file. Some redundant symbols were removed to simplify the reading of the configuration. Jira: ZEP-698 Change-Id: I71d584d4454392e740f8b7a2c2f47206b76c3abf Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
17 lines
486 B
Plaintext
17 lines
486 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_CONSOLE_HANDLER=y
|
|
CONFIG_CONSOLE_HANDLER_SHELL=y
|
|
CONFIG_MINIMAL_LIBC_EXTENDED=y
|
|
CONFIG_TASK_MONITOR=y
|
|
CONFIG_TASK_MONITOR_MASK=6
|
|
CONFIG_RING_BUFFER=y
|
|
CONFIG_KERNEL_EVENT_LOGGER=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_DYNAMIC=y
|
|
CONFIG_NANO_TIMEOUTS=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=10000
|
|
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
|
|
CONFIG_SYS_POWER_MANAGEMENT=y
|
|
CONFIG_TICKLESS_IDLE=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
|