]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Rename the TOSBoot to tosboot.
authorrazvanm <razvanm>
Wed, 11 Jul 2007 00:42:54 +0000 (00:42 +0000)
committerrazvanm <razvanm>
Wed, 11 Jul 2007 00:42:54 +0000 (00:42 +0000)
commitff6f444a38d8901cbf9fd5f844639f3a5c5be597
tree209e75c8eda84d5f25fea922d04b621ad2678bc2
parent24272fe84cbef290ac43ea096ff0c6d269f02ec0
Rename the TOSBoot to tosboot.
Enhanced UI in tos-deluge (more explicit messages for -p, progress-bar for -i and messages explaining what should happen).
Script for testing more than one mote.
86 files changed:
apps/tests/deluge/Blink/BlinkC.nc
apps/tests/deluge/Blink/burn
apps/tests/deluge/Blink/burn-net [new file with mode: 0755]
support/make/bnp.extra
tools/tinyos/misc/tos-deluge
tos/lib/TOSBoot/Deluge.h [deleted file]
tos/lib/TOSBoot/Exec.nc [deleted file]
tos/lib/TOSBoot/ExtFlash.nc [deleted file]
tos/lib/TOSBoot/Hardware.nc [deleted file]
tos/lib/TOSBoot/Leds.nc [deleted file]
tos/lib/TOSBoot/Makefile [deleted file]
tos/lib/TOSBoot/ProgFlash.nc [deleted file]
tos/lib/TOSBoot/TOSBoot.h [deleted file]
tos/lib/TOSBoot/TOSBoot.nc [deleted file]
tos/lib/TOSBoot/TOSBootM.nc [deleted file]
tos/lib/TOSBoot/Voltage.nc [deleted file]
tos/lib/TOSBoot/at45db/ExtFlashC.nc [deleted file]
tos/lib/TOSBoot/avr/HardwareC.nc [deleted file]
tos/lib/TOSBoot/avr/InternalFlashC.nc [deleted file]
tos/lib/TOSBoot/avr/ProgFlashM.nc [deleted file]
tos/lib/TOSBoot/avr/boot.h [deleted file]
tos/lib/TOSBoot/crc.h [deleted file]
tos/lib/TOSBoot/lib/ExecC.nc [deleted file]
tos/lib/TOSBoot/lib/LedsC.nc [deleted file]
tos/lib/TOSBoot/micaz/ExecC.nc [deleted file]
tos/lib/TOSBoot/micaz/InternalFlash.h [deleted file]
tos/lib/TOSBoot/micaz/PluginC.nc [deleted file]
tos/lib/TOSBoot/micaz/TOSBoot_platform.h [deleted file]
tos/lib/TOSBoot/micaz/VoltageC.nc [deleted file]
tos/lib/TOSBoot/micaz/avrhardware.h [deleted file]
tos/lib/TOSBoot/micaz/hardware.h [deleted file]
tos/lib/TOSBoot/msp430/HPLUSART0M.nc [deleted file]
tos/lib/TOSBoot/msp430/HPLUSARTControl.nc [deleted file]
tos/lib/TOSBoot/msp430/HardwareC.nc [deleted file]
tos/lib/TOSBoot/msp430/InternalFlashC.nc [deleted file]
tos/lib/TOSBoot/msp430/ProgFlashM.nc [deleted file]
tos/lib/TOSBoot/msp430/VoltageC.nc [deleted file]
tos/lib/TOSBoot/stm25p/ExtFlashC.nc [deleted file]
tos/lib/TOSBoot/stm25p/ExtFlashM.nc [deleted file]
tos/lib/TOSBoot/telosb/InternalFlash.h [deleted file]
tos/lib/TOSBoot/telosb/InternalFlash.nc [deleted file]
tos/lib/TOSBoot/telosb/PluginC.nc [deleted file]
tos/lib/TOSBoot/telosb/PowerOffM.nc [deleted file]
tos/lib/TOSBoot/telosb/TOSBoot_platform.h [deleted file]
tos/lib/TOSBoot/telosb/hardware.h [deleted file]
tos/lib/net/Deluge/DelugeP.nc
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]