zephyr/samples/legacy/task_profiler/microkernel
Anas Nashif 70a2e138b7 kernel: add LEGACY_KERNEL option
Add global option for legacy configurations and enable by default for
backward compatibility. Disable option on tests and keep it on legacy
samples and tests.

Jira: ZEP-964
Change-Id: I0831e2aa74d438b1ac74eb762186cb220a504beb
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-09 19:42:13 +00:00
..
src kernel: remove NANOKERNEL and MICROKERNEL configs 2016-12-14 13:45:52 +00:00
Makefile
README.txt
prj.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
prj.mdef
prj_quark_se_c1000_devboard.conf kernel: add LEGACY_KERNEL option 2017-01-09 19:42:13 +00:00
testcase.ini

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_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