]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Add the tmicore and tmirws platforms.
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 2 Dec 2009 22:32:55 +0000 (15:32 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 9 Jul 2012 16:34:42 +0000 (10:34 -0600)
commitd891bc488f8ce02ac2ce72f64f8f8a47b7efc460
treea684b17766fcdd0fcb4e64a204de2b5250f78b6f
parent5b6c97c9ed82a7f8737639b5201954f0b7cc8a4e
Add the tmicore and tmirws platforms.
41 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/PlatformSerialP.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]