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:
parent
b17258b536
commit
401d67f91c
@ -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
samples/kernel_event_logger/nanokernel/prj_arc.conf
Normal file
5
samples/kernel_event_logger/nanokernel/prj_arc.conf
Normal 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
|
||||
@ -2,4 +2,4 @@
|
||||
build_only = true
|
||||
tags = apps
|
||||
config_whitelist = !CONFIG_SOC_QUARK_D2000
|
||||
arch_whitelist = x86 arm
|
||||
arch_whitelist = x86 arm arc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user