Add sleep events to sample in nanokernel.
Change the configuration to enable the sleep events in the nanokernel event logger sample. Change-Id: Iea5bde06736b0499c8517de1549dee894a9db094 Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
This commit is contained in:
parent
8885d093c4
commit
9cb1e363f1
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
CONFIG_COMPILER_OPT="-O0"
|
CONFIG_COMPILER_OPT="-O0"
|
||||||
CONFIG_NUM_IRQS=43
|
CONFIG_NUM_IRQS=43
|
||||||
CONFIG_NANO_TIMEOUTS=y
|
CONFIG_NANO_TIMEOUTS=y
|
||||||
|
CONFIG_RING_BUFFER=y
|
||||||
CONFIG_KERNEL_EVENT_LOGGER=y
|
CONFIG_KERNEL_EVENT_LOGGER=y
|
||||||
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=16
|
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=16
|
||||||
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
|
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
|
||||||
|
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
|
||||||
|
CONFIG_TICKLESS_IDLE=n
|
||||||
|
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
|
||||||
|
|
|
@ -6,4 +6,5 @@ CONFIG_NANO_TIMEOUTS=y
|
||||||
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=16
|
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=16
|
||||||
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
|
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
|
||||||
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
|
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
|
||||||
|
CONFIG_TICKLESS_IDLE=y
|
||||||
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
|
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue