]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
tmimsp platform family better uart abstraction
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 4 Oct 2012 15:27:12 +0000 (09:27 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Thu, 4 Oct 2012 16:36:07 +0000 (10:36 -0600)
commit06526c9bb19fa589e7a14c10d6f24629431cbaa4
tree59c136f5518984a26f53a9b2967742fd62a73116
parent18ef68f001622bfd913d4269bf191563a5be475c
tmimsp platform family better uart abstraction
12 files changed:
tos/lib/misc/StdToResourceC.nc [new file with mode: 0644]
tos/platforms/tmimsp/.family
tos/platforms/tmimsp/common/PlatformSerialC.nc [deleted file]
tos/platforms/tmimsp/common/PlatformUartC.nc [deleted file]
tos/platforms/tmimsp/common/uart/ConsoleUart.h [new file with mode: 0644]
tos/platforms/tmimsp/common/uart/ConsoleUartC.nc [new file with mode: 0644]
tos/platforms/tmimsp/common/uart/ConsoleUartConfigC.nc [new file with mode: 0644]
tos/platforms/tmimsp/common/uart/ConsoleUartImplP.nc [new file with mode: 0644]
tos/platforms/tmimsp/common/uart/ConsoleUartP.nc [new file with mode: 0644]
tos/platforms/tmimsp/common/uart/DebugUartC.nc [new file with mode: 0644]
tos/platforms/tmimsp/common/uart/PlatformSerialC.nc [new file with mode: 0644]
tos/platforms/tmimsp/common/uart/PlatformUartC.nc [new file with mode: 0644]