zephyr/samples/task_profiler/sample_microkernel_app
Yael Avramovich d5db35204a console: shell: Support multiple modules
Ability to use Zephyr shell by multiple modules simultaneously, each
module for its own usage.

Old shell implementation enabled the user to call only one module
commands, not all of the modules simultaneously.

Change-Id: I0ef8fa2fd190b7490c44fe91d1016363258302c9
Signed-off-by: Yael Avramovich <yael.avramovich@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-02 00:23:18 +00:00
..
src samples: remove useless printf/printk wrappers 2016-10-05 23:01:22 +00:00
Makefile task profiler: project configuration files clean up 2016-09-13 17:26:33 +00:00
prj_quark_se_c1000_devboard.conf console: shell: Support multiple modules 2016-11-02 00:23:18 +00:00
prj.conf console: shell: Support multiple modules 2016-11-02 00:23:18 +00:00
prj.mdef samples: adds task_profiler application, code and scripts 2016-05-17 20:13:40 +00:00
README.txt boards: rename Quark SE Devboard to Quark SE C1000 2016-09-16 03:10:31 +00:00
testcase.ini tests: fix testcases for cortex-m0+ platforms 2016-10-22 16:54:19 -04: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