zephyr/samples/legacy/task_profiler/microkernel
Anas Nashif e868a80a5c samples: tests: tag all legacy test cases and samples
Tag all legacy kernel tests and samples as such.

Change-Id: I43b24acb71c282ed14ff6e6ef06c9542bad86f6a
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-30 21:45:22 +00:00
..
src samples: task_profiler: move to legacy applications 2016-11-11 20:28:03 +00:00
Makefile samples: task_profiler: move to legacy applications 2016-11-11 20:28:03 +00:00
prj_quark_se_c1000_devboard.conf samples: task_profiler: move to legacy applications 2016-11-11 20:28:03 +00:00
prj.conf samples: task_profiler: move to legacy applications 2016-11-11 20:28:03 +00:00
prj.mdef samples: task_profiler: move to legacy applications 2016-11-11 20:28:03 +00:00
README.txt samples: task_profiler: move to legacy applications 2016-11-11 20:28:03 +00:00
testcase.ini samples: tests: tag all legacy test cases and samples 2016-11-30 21:45:22 +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