Commit 401d67f9 authored by Juan Manuel Cruz Alcaraz's avatar Juan Manuel Cruz Alcaraz Committed by Anas Nashif
Browse files

debug: interrupt event logger sample for arc



Jira: ZEP-53
Change-Id: Idb24bb28d5f4b5f31f1cc32d9a9ec2b8c622543e
Signed-off-by: default avatarJuan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
parent b17258b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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

+5 −0
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
build_only = true
tags = apps
config_whitelist = !CONFIG_SOC_QUARK_D2000
arch_whitelist = x86 arm
arch_whitelist = x86 arm arc