]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
- bugfix: ReadStream did not work with a "usPeriod" parameter > 0xFFFF (the fix uses...
authorjanhauer <janhauer>
Mon, 7 Apr 2008 09:41:55 +0000 (09:41 +0000)
committerjanhauer <janhauer>
Mon, 7 Apr 2008 09:41:55 +0000 (09:41 +0000)
commit60959169f556ee3dc648a69f5c8fb1ed9cd887c7
tree5675d6ac0a19826e1cdc678b34ce92b4f7227ef1
parent280c1821f287389e7d13ee048e0f3a28927d1302
- bugfix: ReadStream did not work with a "usPeriod" parameter > 0xFFFF (the fix uses/adapts the atmel ReadStream code)
- bugfix: overflow interrupts were not handled/signalled correctly from the HAL
- fixed the wiring for DMA, which was not correct when used by more than one client
- polished the HPL and added some comments
- introduced a compile time warning when DMA/TimerA is accessed (will be removed once we decide how these components are arbitrated)
14 files changed:
apps/tests/msp430/Adc12/TestAdcMultiC.nc
apps/tests/msp430/Adc12/TestAdcSingleC.nc
tos/chips/msp430/adc12/AdcP.nc
tos/chips/msp430/adc12/AdcReadStreamClientC.nc
tos/chips/msp430/adc12/AdcStreamP.nc [new file with mode: 0644]
tos/chips/msp430/adc12/HplAdc12P.nc
tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMAC.nc
tos/chips/msp430/adc12/Msp430Adc12ClientAutoDMA_RVGC.nc
tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc
tos/chips/msp430/adc12/Msp430Adc12DMAWireC.nc [new file with mode: 0644]
tos/chips/msp430/adc12/Msp430Adc12ImplP.nc
tos/chips/msp430/adc12/Msp430Adc12MultiChannel.nc
tos/chips/msp430/adc12/README.txt
tos/chips/msp430/adc12/WireAdcStreamP.nc [new file with mode: 0644]