No, I don't read through all the warnings.  Since, like you, I don't like 
warnings on my
release code, I only have the one (when I had my code structured that way).  
That means,
I only had to read through one warning message.

-Mark
 

-----Original Message-----
From: mspgcc-users-ad...@lists.sourceforge.net
[mailto:mspgcc-users-ad...@lists.sourceforge.net] On Behalf Of Grant Edwards
Sent: Monday, March 20, 2006 1:02 PM
To: mspgcc-users@lists.sourceforge.net
Subject: [Mspgcc-users] Re: How to exit from low power mode?

On 2006-03-20, Stokes, Mark <msto...@idexcorp.com> wrote:

> I don't use these type switches (I use show me all warnings,
> but I realize that warnings are just that, warnings).

So each time you compile, you have to read through the warnings
and manually sort out the 'normal' ones from the ones that you
need to fix?

> Since I don't use them, I didn't know if they existed or not.
> Sounds like you have proposed to have such a switch.

Not really, I just disabled that warning permanently.

> Either way. Another solution could be to have the serial
> handler IRQ throw another IRQ when certain conditions warrant
> them. Then have that IRQ handler be set to wakeup.

That would work, but I don't think I have any enough spare
interrupt vectors.  I'd need one extra vector for each of the
two UARTs.

> I am not trying to say the way you are doing it is wrong, or
> anything like that, I'm just trying to come up with
> alternatives.  You didn't fully describe what you were doing
> in the first message,

I guess I should have said that I needed to wake up
conditionally in my original posting.

-- 
Grant Edwards                   grante             Yow!  As a FAD follower,
                                  at               my BEVERAGE choices are
                               visi.com            rich and fulfilling!



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to