zephyr/samples/task_profiler/sample_microkernel_app
Inaky Perez-Gonzalez 1b9d13c408 samples/task_profile: fix testcase.ini's long lines
.ini format supports long lines by prefixing the continuation with an
empty line. Adding a backslash makes the backslash part of the value.

Change-Id: I0a1ade3a6bdf12281e61d06e21d7233d4b624b48
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-09-14 12:20:13 +00:00
..
src samples: adds task_profiler application, code and scripts 2016-05-17 20:13:40 +00:00
Makefile task profiler: project configuration files clean up 2016-09-13 17:26:33 +00:00
prj_quark_se_devboard.conf task profiler: project configuration files clean up 2016-09-13 17:26:33 +00:00
prj.conf task profiler: project configuration files clean up 2016-09-13 17:26:33 +00:00
prj.mdef samples: adds task_profiler application, code and scripts 2016-05-17 20:13:40 +00:00
README.txt task profiler: project configuration files clean up 2016-09-13 17:26:33 +00:00
testcase.ini samples/task_profile: fix testcase.ini's long lines 2016-09-14 12:20:13 +00:00

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