summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4359af0)
#ifndef GFPORTS
#define GFPORTS
#ifndef GFPORTS
#define GFPORTS
// N.B., only asm-clean CPP definitions allowed.
// N.B., only asm-clean CPP definitions allowed.
definition file, such as msp430x1612.c or msp430x2618.c.
*/
definition file, such as msp430x1612.c or msp430x2618.c.
*/
+#include <signal.h>
+#include <io.h>
+#include <iomacros.h>
+
+#include "config.h"
+
#ifdef telosb
//TelosB uses second serial port.
#define serial_tx serial1_tx
#ifdef telosb
//TelosB uses second serial port.
#define serial_tx serial1_tx
\brief Port descriptions for the GoodFET platform.
*/
\brief Port descriptions for the GoodFET platform.
*/
#define PLEDPIN BIT0
//Use P3 instead of P5 for target I/O on chips without P5.
#define PLEDPIN BIT0
//Use P3 instead of P5 for target I/O on chips without P5.
-#ifndef __MSP430_HAS_PORT5__
//#warning "No P5, using P3 instead. Will break 2618 and 1612 support."
#define P5OUT P3OUT
#define P5DIR P3DIR
//#warning "No P5, using P3 instead. Will break 2618 and 1612 support."
#define P5OUT P3OUT
#define P5DIR P3DIR