X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu%2Farm%2Fdrv%2Fkdebug_at91.h;h=165764e599611da69354aad939f090f78bf34434;hb=HEAD;hp=24eb64e3da9cd3f6a4e2dd1ef6d837ed324e41a3;hpb=4be63e9bf292129a3d9771025528d254646180fe;p=bertos.git diff --git a/cpu/arm/drv/kdebug_at91.h b/cpu/arm/drv/kdebug_at91.h deleted file mode 100644 index 24eb64e3..00000000 --- a/cpu/arm/drv/kdebug_at91.h +++ /dev/null @@ -1,59 +0,0 @@ -/** - * \file - * - * - * \version $Id$ - * - * \author Francesco Sacchi - * - * \brief ARM debug support (interface). - */ - -#ifndef DRV_KDEBUG_AT91_H -#define DRV_KDEBUG_AT91_H - -#include /* CONFIG_TIMER */ -#include /* uint8_t */ -#include /* CLOCK_FREQ */ - -/** - * \name Values for CONFIG_KDEBUG_PORT. - * - * Select which hardware UART to use for system debug. - * - * \{ - */ -#define KDEBUG_PORT_DBGU 0 ///< Debug on Debug Unit. - -#define KDEBUG_PORT_DEFAULT KDEBUG_PORT_DBGU ///< Default debug port. -/* \} */ - -#endif /* DRV_KDEBUG_AT91_H */