[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/pins HplMsp430InterruptSig.nc, 1.1, NONE HplMsp430InterruptSigP.nc, 1.1, NONE

Kevin Klues klueska at users.sourceforge.net
Thu May 15 16:58:36 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/pins
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32131

Removed Files:
	HplMsp430InterruptSig.nc HplMsp430InterruptSigP.nc 
Log Message:
Reverting back to decentralized handling of interrupts on the msp430.  Centralizing them has the side effect of forcing all interrupt handlers to be included regardless of whether the component that actually DEPENDS on it is included or not.  Leads to unnecessary code bloat.  Original motivation for centralizing them in the first place was in anticipation of adding tosthreads in the upcoming release.  A better way of supporting them without the need for centralized interrupt handlers was found, hence the rollback.

--- HplMsp430InterruptSig.nc DELETED ---

--- HplMsp430InterruptSigP.nc DELETED ---



More information about the Tinyos-2-commits mailing list