Files
MuditaOS/config
Marcin Smoczyński 4686e6d1f0 build: allow disabling colored output
Some terminals does not support colored output. Add build option to
allow disabling coloring.

Example:
$ ./configure.sh linux debug -DCOLOR_OUTPUT=OFF

Add cmake options descriptions to the main readme.

Disable color output in VSCode by default.
2020-05-07 16:00:26 +02:00
..

Configs description

ProjectConfig.cmake

LOG_USE_COLOR Result
0 No color on RTT log messages
1 Color in RTT log, SysView is not parsing it
LOG_REDIRECT Result
RTT_JLINK RTT log via JLINK on serial
RTT_LUART RTT log via RT1051 UART on serial
RTT_SYSTEMVIEW RTT log via JLINK on SystemView
SYSTEM_VIEW_ENABLED Result
0 SystemView not enabled and code not included
1 SystemView enabled and code included