X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=app%2Fat91sam7s%2Fappconfig.h;h=179f5ace5cff8ea9ce8ad16fbba817c6ae2a489d;hb=7102dd1beadd8fbc4bfb5a52208f011e394e6c44;hp=f222398357ef8cd1ee5d2f21727e718833d0f42a;hpb=800a692eb5ebe153f814a94109dd4deaca8997ad;p=bertos.git diff --git a/app/at91sam7s/appconfig.h b/app/at91sam7s/appconfig.h index f2223983..179f5ace 100644 --- a/app/at91sam7s/appconfig.h +++ b/app/at91sam7s/appconfig.h @@ -1,8 +1,33 @@ /** * \file * * * \brief DevLib configuration options @@ -47,6 +72,9 @@ #ifndef APPCONFIG_H #define APPCONFIG_H +/** Kdebug console on debug unit */ +#define CONFIG_KDEBUG_PORT KDEBUG_PORT_DBGU + /** Baud-rate for the kdebug console */ #define CONFIG_KDEBUG_BAUDRATE 115200 @@ -66,7 +94,7 @@ * * \sa config_kern.h */ -#define CONFIG_KERNEL 0 +#define CONFIG_KERNEL 1 /** * \name Serial driver parameters