debug: interrupt event logger sample for arc

Jira: ZEP-53
Change-Id: Idb24bb28d5f4b5f31f1cc32d9a9ec2b8c622543e
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
This commit is contained in:
Juan Manuel Cruz 2016-04-13 16:39:04 -05:00 committed by Anas Nashif
parent b17258b536
commit 401d67f91c
3 changed files with 8 additions and 3 deletions

View File

@ -11,8 +11,8 @@ allowing or preventing the system to go idle.
Building and Running Project:
This microkernel project outputs to the console. It can be built and executed
on QEMU as follows:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows (only x86 and ARM platforms):
make qemu

View File

@ -0,0 +1,5 @@
CONFIG_NANO_TIMEOUTS=y
CONFIG_RING_BUFFER=y
CONFIG_KERNEL_EVENT_LOGGER=y
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=16
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y

View File

@ -2,4 +2,4 @@
build_only = true
tags = apps
config_whitelist = !CONFIG_SOC_QUARK_D2000
arch_whitelist = x86 arm
arch_whitelist = x86 arm arc