zephyr/samples/task_profiler/sample_nanokernel_app
Anas Nashif 5363d14a9e boards: rename Quark SE Devboard to Quark SE C1000
This board now has an official name and will be available soon:

http://www.intel.com/content/www/us/en/embedded/products/quark/mcu/se-soc/overview.html

Jira: ZEP-758
Change-Id: Ia16d33722308cf81471321c3063bdc75055a4d50
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-09-16 03:10:31 +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
prj_quark_se_c1000_devboard.conf boards: rename Quark SE Devboard to Quark SE C1000 2016-09-16 03:10:31 +00:00
prj.conf task profiler: Adds the task profiler samples to the sanity check 2016-09-13 17:26:34 +00:00
README.txt boards: rename Quark SE Devboard to Quark SE C1000 2016-09-16 03:10:31 +00:00
testcase.ini task profiler: Adds the task profiler samples to the sanity check 2016-09-13 17:26:34 +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_c1000_devboard.conf

Override the default project configuration file like this:

make BOARD=quark_se_c1000_devboard CONF_FILE=prj_quark_se_c1000_devboard.conf