]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Initial commit of the Deluge T2. Some notes:
authorrazvanm <razvanm>
Tue, 22 May 2007 20:34:19 +0000 (20:34 +0000)
committerrazvanm <razvanm>
Tue, 22 May 2007 20:34:19 +0000 (20:34 +0000)
commite7b03f1e5e4f410541744b9ebc686f1be1a8054b
tree19cfb375e2ebdb7171aa10ede60f9216adcdfe63
parent0bb2071fbbfcd2a942455db9bd825cce7de88244
Initial commit of the Deluge T2. Some notes:
- TOSBoot includes some code to allow the MicaZ version to compile but it's not support for it it's not done yet.
- tools/tinyos/misc/Makefile.am is not updated yet so the new tools will not be installed by default.
104 files changed:
apps/tests/deluge/Blink/BlinkAppC.nc [new file with mode: 0644]
apps/tests/deluge/Blink/BlinkC.nc [new file with mode: 0644]
apps/tests/deluge/Blink/Makefile [new file with mode: 0644]
apps/tests/deluge/Blink/burn [new file with mode: 0755]
apps/tests/deluge/Blink/volumes-stm25p.xml [new file with mode: 0644]
apps/tests/deluge/GoldenImage/GoldenImageC.nc [new file with mode: 0644]
apps/tests/deluge/GoldenImage/Makefile [new file with mode: 0644]
apps/tests/deluge/GoldenImage/volumes-stm25p.xml [new file with mode: 0644]
apps/tests/deluge/SerialBlink/BlinkAppC.nc [new file with mode: 0644]
apps/tests/deluge/SerialBlink/BlinkC.nc [new file with mode: 0644]
apps/tests/deluge/SerialBlink/Makefile [new file with mode: 0644]
apps/tests/deluge/SerialBlink/volumes-stm25p.xml [new file with mode: 0644]
doc/html/deluge-t2-manual.css [new file with mode: 0644]
doc/html/deluge-t2-manual.html [new file with mode: 0644]
doc/pdf/deluge-t2-manual.pdf [new file with mode: 0644]
support/make/Makedefaults
support/make/bnp.extra [new file with mode: 0644]
tools/tinyos/misc/tinyos.py [new file with mode: 0644]
tools/tinyos/misc/tos-build-deluge-image [new file with mode: 0755]
tools/tinyos/misc/tos-deluge [new file with mode: 0755]
tos/lib/TOSBoot/Deluge.h [new file with mode: 0644]
tos/lib/TOSBoot/Exec.nc [new file with mode: 0644]
tos/lib/TOSBoot/ExtFlash.nc [new file with mode: 0644]
tos/lib/TOSBoot/Hardware.nc [new file with mode: 0644]
tos/lib/TOSBoot/Leds.nc [new file with mode: 0644]
tos/lib/TOSBoot/Makefile [new file with mode: 0644]
tos/lib/TOSBoot/ProgFlash.nc [new file with mode: 0644]
tos/lib/TOSBoot/TOSBoot.h [new file with mode: 0644]
tos/lib/TOSBoot/TOSBoot.nc [new file with mode: 0644]
tos/lib/TOSBoot/TOSBootM.nc [new file with mode: 0644]
tos/lib/TOSBoot/Voltage.nc [new file with mode: 0644]
tos/lib/TOSBoot/at45db/ExtFlashC.nc [new file with mode: 0644]
tos/lib/TOSBoot/avr/HardwareC.nc [new file with mode: 0644]
tos/lib/TOSBoot/avr/InternalFlashC.nc [new file with mode: 0644]
tos/lib/TOSBoot/avr/ProgFlashM.nc [new file with mode: 0644]
tos/lib/TOSBoot/avr/boot.h [new file with mode: 0644]
tos/lib/TOSBoot/crc.h [new file with mode: 0644]
tos/lib/TOSBoot/lib/ExecC.nc [new file with mode: 0644]
tos/lib/TOSBoot/lib/LedsC.nc [new file with mode: 0644]
tos/lib/TOSBoot/micaz/ExecC.nc [new file with mode: 0644]
tos/lib/TOSBoot/micaz/InternalFlash.h [new file with mode: 0644]
tos/lib/TOSBoot/micaz/PluginC.nc [new file with mode: 0644]
tos/lib/TOSBoot/micaz/TOSBoot_platform.h [new file with mode: 0644]
tos/lib/TOSBoot/micaz/VoltageC.nc [new file with mode: 0644]
tos/lib/TOSBoot/micaz/avrhardware.h [new file with mode: 0644]
tos/lib/TOSBoot/micaz/hardware.h [new file with mode: 0644]
tos/lib/TOSBoot/msp430/HPLUSART0M.nc [new file with mode: 0644]
tos/lib/TOSBoot/msp430/HPLUSARTControl.nc [new file with mode: 0644]
tos/lib/TOSBoot/msp430/HardwareC.nc [new file with mode: 0644]
tos/lib/TOSBoot/msp430/InternalFlashC.nc [new file with mode: 0644]
tos/lib/TOSBoot/msp430/ProgFlashM.nc [new file with mode: 0644]
tos/lib/TOSBoot/msp430/VoltageC.nc [new file with mode: 0644]
tos/lib/TOSBoot/stm25p/ExtFlashC.nc [new file with mode: 0644]
tos/lib/TOSBoot/stm25p/ExtFlashM.nc [new file with mode: 0644]
tos/lib/TOSBoot/telosb/InternalFlash.h [new file with mode: 0644]
tos/lib/TOSBoot/telosb/InternalFlash.nc [new file with mode: 0644]
tos/lib/TOSBoot/telosb/PluginC.nc [new file with mode: 0644]
tos/lib/TOSBoot/telosb/PowerOffM.nc [new file with mode: 0644]
tos/lib/TOSBoot/telosb/TOSBoot_platform.h [new file with mode: 0644]
tos/lib/TOSBoot/telosb/hardware.h [new file with mode: 0644]
tos/lib/net/Deluge/AutoStarterC.nc [new file with mode: 0644]
tos/lib/net/Deluge/AutoStarterP.nc [new file with mode: 0644]
tos/lib/net/Deluge/BitVecUtils.h [new file with mode: 0644]
tos/lib/net/Deluge/BitVecUtils.nc [new file with mode: 0644]
tos/lib/net/Deluge/BitVecUtilsC.nc [new file with mode: 0644]
tos/lib/net/Deluge/Crc.nc [new file with mode: 0644]
tos/lib/net/Deluge/CrcP.nc [new file with mode: 0644]
tos/lib/net/Deluge/Deluge.h [new file with mode: 0644]
tos/lib/net/Deluge/DelugeC.nc [new file with mode: 0644]
tos/lib/net/Deluge/DelugeMetadata.h [new file with mode: 0644]
tos/lib/net/Deluge/DelugeMetadata.nc [new file with mode: 0644]
tos/lib/net/Deluge/DelugeMsgs.h [new file with mode: 0644]
tos/lib/net/Deluge/DelugeP.nc [new file with mode: 0644]
tos/lib/net/Deluge/DelugePageTransfer.h [new file with mode: 0644]
tos/lib/net/Deluge/DelugePageTransfer.nc [new file with mode: 0644]
tos/lib/net/Deluge/DelugePageTransferC.nc [new file with mode: 0644]
tos/lib/net/Deluge/DelugePageTransferP.nc [new file with mode: 0644]
tos/lib/net/Deluge/DelugeStorageC.nc [new file with mode: 0644]
tos/lib/net/Deluge/DelugeStorageP.nc [new file with mode: 0644]
tos/lib/net/Deluge/FakeBlockReaderC.nc [new file with mode: 0644]
tos/lib/net/Deluge/FakeBlockWriterC.nc [new file with mode: 0644]
tos/lib/net/Deluge/FakeBlockWriterP.nc [new file with mode: 0644]
tos/lib/net/Deluge/FlashVolumeManager/FlashVolumeManager.h [new file with mode: 0644]
tos/lib/net/Deluge/FlashVolumeManager/FlashVolumeManagerC.nc [new file with mode: 0644]
tos/lib/net/Deluge/FlashVolumeManager/FlashVolumeManagerP.nc [new file with mode: 0644]
tos/lib/net/Deluge/Globals.nc [new file with mode: 0644]
tos/lib/net/Deluge/GlobalsC.nc [new file with mode: 0644]
tos/lib/net/Deluge/ObjectTransfer.nc [new file with mode: 0644]
tos/lib/net/Deluge/ObjectTransferC.nc [new file with mode: 0644]
tos/lib/net/Deluge/ObjectTransferP.nc [new file with mode: 0644]
tos/lib/net/Deluge/SerialStarterC.nc [new file with mode: 0644]
tos/lib/net/Deluge/StatsCollector.nc [new file with mode: 0644]
tos/lib/net/Deluge/StatsCollectorC.nc [new file with mode: 0644]
tos/lib/net/Deluge/StatsCollectorP.nc [new file with mode: 0644]
tos/lib/net/Deluge/extra/NetProg.h [new file with mode: 0644]
tos/lib/net/Deluge/extra/NetProg.nc [new file with mode: 0644]
tos/lib/net/Deluge/extra/NetProgC.nc [new file with mode: 0644]
tos/lib/net/Deluge/extra/NetProgM.nc [new file with mode: 0644]
tos/lib/net/Deluge/extra/TOSBoot.h [new file with mode: 0644]
tos/lib/net/Deluge/extra/msp430/InternalFlashC.nc [new file with mode: 0644]
tos/lib/net/Deluge/extra/telos/NetProg_platform.h [new file with mode: 0644]
tos/lib/net/Deluge/extra/telosb/InternalFlash.h [new file with mode: 0644]
tos/lib/net/Deluge/extra/telosb/InternalFlash.nc [new file with mode: 0644]
tos/lib/net/Deluge/extra/telosb/TOSBoot_platform.h [new file with mode: 0644]