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 <CPU_CSOURCE(kdebug)>
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(). | |
Detailed Description
General pourpose debug support for embedded systems (implementation).
- Version:
- Id
- kdebug.c 2506 2009-04-15 08:29:07Z duplo
Definition in file kdebug.c.
