BeRTOS
|
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 <PP_STRINGIZE(drv/PP_CAT3(kdebug, _, CPU_ID).c)>
Go to the source code of this file.
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. |
General pourpose debug support for embedded systems (implementation).
Definition in file kdebug.c.