]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Initial support for the tmicore and tmirws platforms. patchset/2.1.0-2
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 2 Dec 2009 22:32:55 +0000 (15:32 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Wed, 2 Dec 2009 22:32:55 +0000 (15:32 -0700)
commit62da6399950fc9ccebc1c4e77e583e4392613654
tree826ae58fb09523571cf617ad3eebfd54d13594ca
parentdc30693a7b4dd29d8794c5cfcc450f3a141155c0
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: 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/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: 0755]
tos/platforms/tmicore/platform.h [new file with mode: 0644]
tos/platforms/tmirws/.platform [new file with mode: 0755]
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]