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 1677 2008-08-23 07:40:14Z bernie
Author:
Bernie Innocenti <bernie@codewiz.org>

Stefano Fedrigo <aleph@develer.com>

Definition in file kdebug.c.