Go to file
Andrew Boie 8e35554743 sample/kernel_event_logger: fix microkernel config
There is no reason to enable tickless idle or system power management
to test the kernel event logger, and it breaks systems which do not
implement tickless idle (like Nios II which lacks a powersave
instruction).

Sleep events are logged on all arches in nano_cpu_idle() or
nano_cpu_atomic_idle() so we get sleep events even without these
configs turned on.

Change-Id: I6db811478686d8b2cd9e12a65b118349e825b22f
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-30 12:10:43 -07:00
arch nios2: implement kernel_event_logger 2016-06-30 12:10:43 -07:00
boards
doc usb: Add ReST documentation file 2016-06-30 17:51:57 +00:00
drivers
ext
include nios2: define vaddr_t and paddr_t 2016-06-30 12:10:43 -07:00
kernel
lib
misc
net
samples sample/kernel_event_logger: fix microkernel config 2016-06-30 12:10:43 -07:00
scripts
tests test_stackprot: disable for Nios II 2016-06-30 18:51:51 +00:00
usb usb: Move LOW_BYTE and HIGH_BYTE to samples code 2016-06-30 17:51:58 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile
Makefile.inc
zephyr-env.sh