RV32 SoC DS UG
High-Perf RV32 SoC DS UG
RV64 SoC DS UG API and Examples
Embedded IDE UG
Loading...
Searching...
No Matches

Overview

ANSI escape codes for colored terminal output.

Macros

#define ANSI_RESET   "\033[0m"
 Reset to default color.
#define ANSI_RED   "\033[31m"
 Red text.
#define ANSI_GREEN   "\033[32m"
 Green text.
#define ANSI_YELLOW   "\033[33m"
 Yellow text.
#define ANSI_BLUE   "\033[34m"
 Blue text.
#define ANSI_MAGENTA   "\033[35m"
 Magenta text.
#define ANSI_CYAN   "\033[36m"
 Cyan text.
#define ANSI_BOLD   "\033[1m"
 Bold text.
#define ANSI_UNDER   "\033[4m"
 Underlined text.

Macro Definition Documentation

◆ ANSI_BLUE

#define ANSI_BLUE   "\033[34m"

#include <debug.h>

Blue text.

Definition at line 114 of file debug.h.

◆ ANSI_BOLD

#define ANSI_BOLD   "\033[1m"

#include <debug.h>

Bold text.

Definition at line 117 of file debug.h.

◆ ANSI_CYAN

#define ANSI_CYAN   "\033[36m"

#include <debug.h>

Cyan text.

Definition at line 116 of file debug.h.

◆ ANSI_GREEN

#define ANSI_GREEN   "\033[32m"

#include <debug.h>

Green text.

Definition at line 112 of file debug.h.

◆ ANSI_MAGENTA

#define ANSI_MAGENTA   "\033[35m"

#include <debug.h>

Magenta text.

Definition at line 115 of file debug.h.

◆ ANSI_RED

#define ANSI_RED   "\033[31m"

#include <debug.h>

Red text.

Definition at line 111 of file debug.h.

◆ ANSI_RESET

#define ANSI_RESET   "\033[0m"

#include <debug.h>

Reset to default color.

Definition at line 110 of file debug.h.

◆ ANSI_UNDER

#define ANSI_UNDER   "\033[4m"

#include <debug.h>

Underlined text.

Definition at line 118 of file debug.h.

◆ ANSI_YELLOW

#define ANSI_YELLOW   "\033[33m"

#include <debug.h>

Yellow text.

Definition at line 113 of file debug.h.