task profiler: Adds the task profiler samples to the sanity check

Boards that cannot support microkernel applications for memory resources
are excluded from microkernel build test.

qemu nios2 board is excluded from nanokernel because the Altera JTAG
UART not implemented yet

The kernel even logger buffer size for nanokernel was reduced from 1000
elements to 500 to allow the sample to fit in the Quark D2000 board.

Jira: ZEP-698

Change-Id: I0c5cc4c0bfc27940a758dcdd8ff0e01ad7f4b88c
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
This commit is contained in:
Juan Manuel Cruz 2016-09-09 11:50:07 -05:00 committed by Anas Nashif
parent 809e52607b
commit 31341b3255
3 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,7 @@
[test]
kernel = micro
build_only = true
tags = samples
platform_exclude = arduino_101_sss nucleo_f103rb olimexino_stm32 \
quark_d2000_crb quark_se_sss_devboard altera_max10 \
qemu_nios2

View File

@ -6,6 +6,6 @@ CONFIG_RING_BUFFER=y
CONFIG_KERNEL_EVENT_LOGGER=y
CONFIG_KERNEL_EVENT_LOGGER_DYNAMIC=y
CONFIG_NANO_TIMEOUTS=y
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=1000
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=500
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y

View File

@ -0,0 +1,5 @@
[test]
kernel = nano
build_only = true
tags = samples
platform_exclude = qemu_nios2