]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Reverting back to decentralized handling of interrupts on the msp430. Centralizing...
authorklueska <klueska>
Thu, 15 May 2008 23:57:13 +0000 (23:57 +0000)
committerklueska <klueska>
Thu, 15 May 2008 23:57:13 +0000 (23:57 +0000)
commit16188bae3116336995dd219b272b27df9c255411
tree682af2a675d5c2c5492b30aa38c770b0fb85c0ae
parent58f043adfb4e8a321a9f93f4262122183fa92245
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.
16 files changed:
tos/chips/msp430/adc12/HplAdc12P.nc
tos/chips/msp430/adc12/Msp430Adc12P.nc
tos/chips/msp430/dma/HplMsp430DmaC.nc
tos/chips/msp430/dma/HplMsp430DmaP.nc
tos/chips/msp430/pins/HplMsp430InterruptC.nc
tos/chips/msp430/pins/HplMsp430InterruptNMIC.nc
tos/chips/msp430/pins/HplMsp430InterruptNMIP.nc
tos/chips/msp430/pins/HplMsp430InterruptP.nc
tos/chips/msp430/pins/HplMsp430InterruptSig.nc [deleted file]
tos/chips/msp430/pins/HplMsp430InterruptSigP.nc [deleted file]
tos/chips/msp430/timer/Msp430TimerC.nc
tos/chips/msp430/timer/Msp430TimerCommonP.nc
tos/chips/msp430/usart/HplMsp430Usart0C.nc
tos/chips/msp430/usart/HplMsp430Usart0P.nc
tos/chips/msp430/usart/HplMsp430Usart1C.nc
tos/chips/msp430/usart/HplMsp430Usart1P.nc