The sample applications for task profiling requires a default project configuration file that can be used as reference for any other board. Quark SE dev board has some optional optimizations that can be added using the prj_quark_se_devboard.conf file. Some redundant symbols were removed to simplify the reading of the configuration. Jira: ZEP-698 Change-Id: I71d584d4454392e740f8b7a2c2f47206b76c3abf Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
11 lines
377 B
Plaintext
11 lines
377 B
Plaintext
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
|