kdebug_dsp56k.c

Go to the documentation of this file.
00001 
00041 #error Revise me!
00042 
00043 /* Debugging go through the JTAG interface. The MSL library already
00044     implements the console I/O correctly. */
00045 #include <stdio.h>
00046 #define KDBG_WAIT_READY()         do { } while (0)
00047 #define KDBG_WRITE_CHAR(c)        __put_char(c, stdout)
00048 #define KDBG_MASK_IRQ(old)        do { (void)(old); } while (0)
00049 #define KDBG_RESTORE_IRQ(old)     do { (void)(old); } while (0)
00050 typedef uint8_t kdbg_irqsave_t; /* unused */
00051 #if CONFIG_KDEBUG_PORT == 666
00052     #error BITBANG debug console missing for this platform
00053 
00054 #define kdbg_hw_init() do {} while (0)