]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
msp430 usci: TX operations via DMA
authorR. Steve McKown <rsmckown@gmail.com>
Tue, 23 Dec 2014 19:50:45 +0000 (12:50 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 23 Dec 2014 19:50:45 +0000 (12:50 -0700)
commit701235899c1d9d11c0e9dde9ab89ff2541187c7c
tree1baaf6571ba9d8bccf1ac898c70cc07966dd47de
parent3fe8f13e05a2bcbc4a224f5a7b7f0ae45398a9b5
msp430 usci: TX operations via DMA

USCI UART A0 and A1 support DMA transmit via Msp430UartDmaA0C and
Msp430UartDmaA1C, respectively.  Since both components are implemented
using DMA channel 0, they cannot be both utilized in the same program.

A future parameterized DMA interface could be used to allow
serialization of DMA operations between UARTs using a single DMA
channel.
tos/chips/msp430/usci/Msp430UartDmaA0C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430UartDmaA1C.nc [new file with mode: 0644]
tos/chips/msp430/usci/Msp430UartDmaP.nc [new file with mode: 0644]