]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Initial support for the tmicore and tmirws platforms. patchset/2.1.0-3
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 2 Dec 2009 22:32:55 +0000 (15:32 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 7 Dec 2009 17:56:29 +0000 (10:56 -0700)
commit4fee7a8c71b1332447a752433147c7a5f774e888
treeacc893c50ce158c8e7990fa9be32f9a3d5ffe476
parentd158cb94a6e8e7d805b26533d8ec7f3353e2f423
Initial support for the tmicore and tmirws platforms.
40 files changed:
support/make/tmicore.target [new file with mode: 0644]
support/make/tmirws.target [new file with mode: 0644]
tos/platforms/tmicore/.platform [new file with mode: 0644]
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/PlatformSerialC.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/chips/at25df/At25dfSpiConfigP.nc [new file with mode: 0644]
tos/platforms/tmicore/chips/at25df/HplStm25pPinsC.nc [new file with mode: 0644]
tos/platforms/tmicore/chips/at25df/HplStm25pSpiC.nc [new file with mode: 0644]
tos/platforms/tmicore/chips/at25df/NoMsp430GpioC.nc [new file with mode: 0644]
tos/platforms/tmicore/chips/bq2403x/BQ2403XPinsC.nc [new file with mode: 0644]
tos/platforms/tmicore/chips/cp210x/CP210XPinsC.nc [new file with mode: 0644]
tos/platforms/tmicore/hardware.h [new file with mode: 0644]
tos/platforms/tmicore/platform.h [new file with mode: 0644]
tos/platforms/tmirws/.platform [new file with mode: 0644]
tos/platforms/tmirws/MotePlatformC.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/scp1000/Scp1000PinsC.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/scp1000/Scp1000PinsP.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/scp1000/Scp1000SpiC.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/scp1000/Scp1000SpiConfigC.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/sht11/HplSensirionSht11C.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/sht11/HplSensirionSht11P.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/sht11/Msp430OpenDrainC.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/sht11/Msp430OpenDrainP.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/sht11/OpenDrainC.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/sht11/OpenDrainP.nc [new file with mode: 0644]
tos/platforms/tmirws/chips/sht11/SensirionSht11C.nc [new file with mode: 0644]