[Tinyos Core WG] Fwd: [Tinyos-devel] Minor patch for msp430regtypes.h

Joe Polastre joe at polastre.com
Mon Nov 20 19:07:37 PST 2006


And BTW- all you need to do is copy the TinyOS 1.x regtypes.h over to
2.x and you'll solve his problem as it is more up-to-date.

I don't know what the commit policy is in 2.x so rather than screw
things up, I leave it to the czars.

-Joe

On 11/20/06, Philip Levis <pal at cs.stanford.edu> wrote:
>
>
> Begin forwarded message:
>
> > From: "R. Steve McKown" <rsmckown at yahoo.com>
> > Date: November 20, 2006 6:40:04 PM PST
> > To: tinyos-devel at Millennium.Berkeley.EDU
> > Subject: [Tinyos-devel] Minor patch for msp430regtypes.h
> >
> > Hi,
> >
> > tos/chips/msp430/msp430regtypes.h does not include type definitions
> > for
> > DAC12_0DAT and DAC12_1DAT for use with MSP430_NORACE().  Here's the
> > trivial
> > patch.
> >
> > Index: msp430regtypes.h
> > ===================================================================
> > --- msp430regtypes.h  (revision 297)
> > +++ msp430regtypes.h  (working copy)
> > @@ -101,6 +101,8 @@
> >  #define TYPE_DAC12IFG uint16_t
> >  #define TYPE_DAC12_0CTL uint16_t
> >  #define TYPE_DAC12_1CTL uint16_t
> > +#define TYPE_DAC12_0DAT uint16_t
> > +#define TYPE_DAC12_1DAT uint16_t
> >  #define TYPE_DCOCTL uint8_t
> >  #define TYPE_DMA0CTL uint16_t
> >  #define TYPE_DMA0DA uint16_t
> > _______________________________________________
> > Tinyos-devel mailing list
> > Tinyos-devel at Millennium.Berkeley.EDU
> > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/
> > tinyos-devel
>
> _______________________________________________
> Tinyos-2.0wg mailing list
> Tinyos-2.0wg at Mail.Millennium.Berkeley.EDU
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-2.0wg
>


More information about the Tinyos-2.0wg mailing list