]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Initial support for the tmicore platform, an msp430-based board.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Thu, 4 Sep 2008 21:51:37 +0000 (21:51 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:00:45 +0000 (20:00 -0700)
commit67ea6e597465286a923da75687454a88104bd6ef
tree5b1ae72488a221a623349c1eda770734af835132
parent3837bacf0d2200b43265648ed5537d2b9cd88a77
Initial support for the tmicore platform, an msp430-based board.
18 files changed:
support/make/tmicore.target [new file with mode: 0644]
tos/platforms/tmicore/.platform [new file with mode: 0755]
tos/platforms/tmicore/DemoSensorC.nc [new file with mode: 0644]
tos/platforms/tmicore/DemoSensorNowC.nc [new file with mode: 0644]
tos/platforms/tmicore/DemoSensorStreamC.nc [new file with mode: 0644]
tos/platforms/tmicore/HplUserButtonC.nc [new file with mode: 0644]
tos/platforms/tmicore/MoteClockC.nc [new file with mode: 0644]
tos/platforms/tmicore/MoteClockP.nc [new file with mode: 0644]
tos/platforms/tmicore/MotePlatformC.nc [new file with mode: 0644]
tos/platforms/tmicore/PlatformLedsC.nc [new file with mode: 0644]
tos/platforms/tmicore/SwitchToggleC.nc [new file with mode: 0644]
tos/platforms/tmicore/UserButton.h [new file with mode: 0644]
tos/platforms/tmicore/UserButtonC.nc [new file with mode: 0644]
tos/platforms/tmicore/UserButtonP.nc [new file with mode: 0644]
tos/platforms/tmicore/VoltageC.nc [new file with mode: 0644]
tos/platforms/tmicore/VoltageStreamC.nc [new file with mode: 0644]
tos/platforms/tmicore/hardware.h [new file with mode: 0755]
tos/platforms/tmicore/platform.h [new file with mode: 0644]