![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
ChibiOS/RT Debug code. More...
#include "ch.h"Go to the source code of this file.
Functions | |
| void | trace_init (void) |
| Trace circular buffer subsystem initialization. | |
| void | chDbgTrace (Thread *otp) |
| Inserts in the circular debug trace buffer a context switch record. | |
| void | chDbgPanic (char *msg) |
| Prints a panic message on the console and then halts the system. | |
Variables | |
| TraceBuffer | trace_buffer |
| Public trace buffer. | |
| char * | panic_msg |
| Pointer to the panic message. | |
ChibiOS/RT Debug code.
Definition in file chdebug.c.
1.7.1