kdebug.c File Reference
General pourpose debug support for embedded systems (implementation). More...
#include "cfg/cfg_debug.h"#include <cfg/macros.h>#include <cfg/debug.h>#include <cfg/os.h>#include <cpu/attr.h>#include <cpu/types.h>#include <mware/formatwr.h>#include <cpu/pgm.h>#include <unistd.h>Go to the source code of this file.
Defines | |
| #define | kdbg_hw_init() do {} while (0) |
| Not needed. | |
Functions | |
| static void | __kputchar (char c, UNUSED_ARG(void *, unused)) |
| Output one character to the debug console. | |
| int | kputnum (int num) |
| Cheap function to print small integers without using printf(). | |
| void | kdump (const void *_buf, size_t len) |
| Dump binary data in hex. | |
Detailed Description
General pourpose debug support for embedded systems (implementation).
Definition in file kdebug.c.
