zephyr/samples/task_profiler/sample_nanokernel_app
Juan Manuel Cruz 31341b3255 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>
2016-09-13 17:26:34 +00:00
..
src samples/task_profiler: modifications to ease integration 2016-06-10 15:16:16 +00:00
Makefile task profiler: project configuration files clean up 2016-09-13 17:26:33 +00:00
README.txt task profiler: project configuration files clean up 2016-09-13 17:26:33 +00:00
prj.conf task profiler: Adds the task profiler samples to the sanity check 2016-09-13 17:26:34 +00:00
prj_quark_se_devboard.conf task profiler: project configuration files clean up 2016-09-13 17:26:33 +00:00
testcase.ini task profiler: Adds the task profiler samples to the sanity check 2016-09-13 17:26:34 +00:00

README.txt

Quark SE dev board functionality can be optimized by adjusting the
serial baud rate and enabling the real time clock and using it for
timestamping.

This optimization can be added to the board using the configuration
file: prj_quark_se_devboard.conf

Override the default project configuration file like this:

make BOARD=quark_se_devboard CONF_FILE=prj_quark_se_devboard.conf