zephyr/boards/posix/native_posix/native_tracing.h
Alberto Escolar Piedras ba5476a2a0 native_posix: Add control of traces color
For native_posix:
Added command line options to control if traces should have
or not colors.
+
Detect if we are connected to a tty or not, and if we are
set the defaults for that option appropriately

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-09-18 14:56:10 +02:00

21 lines
273 B
C

/*
* Copyright (c) 2018 Oticon A/S
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef NATIVE_TRACING_H
#define NATIVE_TRACING_H
#ifdef __cplusplus
extern "C" {
#endif
void native_add_tracing_options(void);
#ifdef __cplusplus
}
#endif
#endif /* NATIVE_TRACING_H */