]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
16 years agoFix a typo in the code that handles the printf packets. Thanks to David "wizzardx...
razvanm [Fri, 25 Jan 2008 05:39:31 +0000 (05:39 +0000)]
Fix a typo in the code that handles the printf packets. Thanks to David "wizzardx" for pointing the error.

16 years agoStorageMap interface is also required by MicaZ. Problem reported by Janos Sallai.
razvanm [Fri, 25 Jan 2008 00:50:15 +0000 (00:50 +0000)]
StorageMap interface is also required by MicaZ. Problem reported by Janos Sallai.

16 years agoRemove the boot.h from TOSBoot. The file is already present in the current avr toolch...
razvanm [Fri, 25 Jan 2008 00:47:33 +0000 (00:47 +0000)]
Remove the boot.h from TOSBoot. The file is already present in the current avr toolchain. This change was proposed by Janos Sallai.

16 years agoremoving files committed to the wrong directory (TOSBoot instead of tosboot)
sallai [Thu, 24 Jan 2008 21:07:57 +0000 (21:07 +0000)]
removing files committed to the wrong directory (TOSBoot instead of tosboot)

16 years agotosboot support for the iris mote
sallai [Thu, 24 Jan 2008 21:02:05 +0000 (21:02 +0000)]
tosboot support for the iris mote

16 years agoiris external flash bugfix
sallai [Thu, 24 Jan 2008 20:45:51 +0000 (20:45 +0000)]
iris external flash bugfix

16 years agoadded iris support for deluge
sallai [Thu, 24 Jan 2008 20:43:55 +0000 (20:43 +0000)]
added iris support for deluge

16 years agoadded iris support for deluge
sallai [Thu, 24 Jan 2008 20:38:00 +0000 (20:38 +0000)]
added iris support for deluge

16 years agodisable verification of bootloader when using avrdude (it's a bug in avrdude)
sallai [Thu, 24 Jan 2008 20:35:40 +0000 (20:35 +0000)]
disable verification of bootloader when using avrdude (it's a bug in avrdude)

16 years agoDIP Test Code
kaisenl [Thu, 24 Jan 2008 07:28:27 +0000 (07:28 +0000)]
DIP Test Code

16 years agoThe last command in the burn script should be "-r 1" and not "-dr 1". Error spotted...
razvanm [Thu, 24 Jan 2008 00:14:01 +0000 (00:14 +0000)]
The last command in the burn script should be "-r 1" and not "-dr 1". Error spotted by David "wizzardx".

16 years agorename INFINITY, only send mature links on the footer, make getlinkquality* calls...
gnawali [Tue, 22 Jan 2008 18:04:30 +0000 (18:04 +0000)]
rename INFINITY, only send mature links on the footer, make getlinkquality* calls return VERY_LARGE_EETX if a link is not mature, set alpha=9

16 years agorename INFINITY, only send mature links on the footer
gnawali [Tue, 22 Jan 2008 18:03:40 +0000 (18:03 +0000)]
rename INFINITY, only send mature links on the footer

16 years agoThis application should not be run on the basestation because the serial communicatio...
razvanm [Tue, 22 Jan 2008 02:17:40 +0000 (02:17 +0000)]
This application should not be run on the basestation because the serial communication will interfere with the normal operation of tos-deluge.

16 years agoUpdate the README to reflect the changes made to tos-deluge.
razvanm [Tue, 22 Jan 2008 02:16:12 +0000 (02:16 +0000)]
Update the README to reflect the changes made to tos-deluge.

16 years agoCheck the image number against the DELUGE_NUM_VOLUMES. The bug was reported by David...
razvanm [Tue, 22 Jan 2008 00:40:59 +0000 (00:40 +0000)]
Check the image number against the DELUGE_NUM_VOLUMES. The bug was reported by David "wizzardx".

16 years agoProperly save the TOS_NODE_ID before rebooting. The bug was reported by Weiping Song.
razvanm [Fri, 18 Jan 2008 18:37:10 +0000 (18:37 +0000)]
Properly save the TOS_NODE_ID before rebooting. The bug was reported by Weiping Song.

16 years agoAdded a comment about FIFOP
rincon [Fri, 18 Jan 2008 18:36:00 +0000 (18:36 +0000)]
Added a comment about FIFOP

16 years agoAdded functionality for setting the TOS scheduler via flag to ncc. Updated .platform...
klueska [Thu, 17 Jan 2008 23:18:59 +0000 (23:18 +0000)]
Added functionality for setting the TOS scheduler via flag to ncc. Updated .platform files to be backwards compatible, but by default no longer explicitly set the -fnesc-scheduler-flag unless using an older version of ncc

16 years agoAllow to consecutive dissemination commands (-d or -dr) without requiring an unlockin...
razvanm [Thu, 17 Jan 2008 22:27:38 +0000 (22:27 +0000)]
Allow to consecutive dissemination commands (-d or -dr) without requiring an unlocking operation (-s or -ls).

16 years agoImprove the speed of locking for FlashVolumeManager.
razvanm [Thu, 17 Jan 2008 21:51:51 +0000 (21:51 +0000)]
Improve the speed of locking for FlashVolumeManager.

16 years agoFixed an edge case bug where the LQI takes on the RSSI value in the metadata when...
rincon [Thu, 17 Jan 2008 15:19:27 +0000 (15:19 +0000)]
Fixed an edge case bug where the LQI takes on the RSSI value in the metadata when the payload is full.  Rearrange the metadata to store the bytes properly.

16 years agoFixed an edge case bug where the LQI takes on the RSSI value in the metadata when...
rincon [Thu, 17 Jan 2008 02:09:39 +0000 (02:09 +0000)]
Fixed an edge case bug where the LQI takes on the RSSI value in the metadata when the payload is full.  Rearrange the metadata to store the bytes properly.

16 years agoAdd a translation between imgNum to volumeId. This should allow non-Deluge images...
razvanm [Tue, 15 Jan 2008 20:33:46 +0000 (20:33 +0000)]
Add a translation between imgNum to volumeId. This should allow non-Deluge images to peacefully coexist with Deluge.

16 years agoFix a bug which prevented the -r to use anything but the Golden Image slot. The probl...
razvanm [Tue, 15 Jan 2008 19:14:50 +0000 (19:14 +0000)]
Fix a bug which prevented the -r to use anything but the Golden Image slot. The problem was reported by Weiping Song and Dimas Abreu Dutra.

16 years agoDefine the IEEE types
rincon [Mon, 14 Jan 2008 22:18:19 +0000 (22:18 +0000)]
Define the IEEE types

16 years agoA fix to allow Deluge T2 to compile for micaz.
razvanm [Mon, 14 Jan 2008 20:34:29 +0000 (20:34 +0000)]
A fix to allow Deluge T2 to compile for micaz.

16 years agoUpdate the Deluge T2 documentation to reflect the last changes.
razvanm [Mon, 14 Jan 2008 19:16:32 +0000 (19:16 +0000)]
Update the Deluge T2 documentation to reflect the last changes.

16 years agod2u State*.nc
rincon [Mon, 14 Jan 2008 18:35:30 +0000 (18:35 +0000)]
d2u State*.nc

16 years agoAdjust the burn and burn-net script to work with the new Deluge T2.
razvanm [Mon, 14 Jan 2008 18:12:46 +0000 (18:12 +0000)]
Adjust the burn and burn-net script to work with the new Deluge T2.

16 years agoCorrect the PATH_PY_BUILD_IMAGE to autodetect the tos-build-deluge-image.
razvanm [Mon, 14 Jan 2008 17:42:23 +0000 (17:42 +0000)]
Correct the PATH_PY_BUILD_IMAGE to autodetect the tos-build-deluge-image.

16 years agoPut back the (c) statement.
razvanm [Mon, 14 Jan 2008 16:39:47 +0000 (16:39 +0000)]
Put back the (c) statement.

16 years agoA missing update from the last Deluge T2 commit.
razvanm [Mon, 14 Jan 2008 14:10:31 +0000 (14:10 +0000)]
A missing update from the last Deluge T2 commit.

16 years agoSuper Duper update to Deluge T2. The manual and the testing scripts are temporary...
razvanm [Mon, 14 Jan 2008 04:22:01 +0000 (04:22 +0000)]
Super Duper update to Deluge T2. The manual and the testing scripts are temporary out-of-date.

Some of the improvements are:
- simplified images (ident and metadata were merged)
- network-order representation of fields
- new version of tinyos.py
- improved sharing of volumes.

16 years agoAdded a secondary CRC check at the top of the stack while investigating the check...
rincon [Wed, 9 Jan 2008 19:44:37 +0000 (19:44 +0000)]
Added a secondary CRC check at the top of the stack while investigating the check at the bottom.

16 years agoChanged DIP to Dip
kaisenl [Thu, 3 Jan 2008 21:30:34 +0000 (21:30 +0000)]
Changed DIP to Dip

16 years agoseparate fail count for send and fwd, max_retries controls the max retx when ack...
gnawali [Wed, 2 Jan 2008 04:08:32 +0000 (04:08 +0000)]
separate fail count for send and fwd, max_retries controls the max retx when ack is not received

16 years ago<= will detect loops in which all the nodes have the same metric to the root
gnawali [Wed, 2 Jan 2008 04:02:45 +0000 (04:02 +0000)]
<= will detect loops in which all the nodes have the same metric to the root

16 years agoThe previous CRC is was ignored when dealing with computeCrc request that span multip...
razvanm [Mon, 24 Dec 2007 06:45:23 +0000 (06:45 +0000)]
The previous CRC is was ignored when dealing with computeCrc request that span multiple pages.

16 years agoAdd image verification at boot time. To make this possible I had to reintroduce the...
razvanm [Sat, 22 Dec 2007 08:29:29 +0000 (08:29 +0000)]
Add image verification at boot time. To make this possible I had to reintroduce the old meaning for some DELUGE_ constants. The ones with a new meaning are prefixed with DELUGET2 instead of DELUGE.

16 years agoFix the getPayload to obey the new signature.
razvanm [Sat, 22 Dec 2007 08:14:18 +0000 (08:14 +0000)]
Fix the getPayload to obey the new signature.

16 years agoAdd address translation in the computeCrc.
razvanm [Sat, 22 Dec 2007 08:11:51 +0000 (08:11 +0000)]
Add address translation in the computeCrc.

16 years agoFix the dissemination of DELUGE2 and DELUGE3. The bug was reported by David "wizzardx".
razvanm [Fri, 21 Dec 2007 18:37:24 +0000 (18:37 +0000)]
Fix the dissemination of DELUGE2 and DELUGE3. The bug was reported by David "wizzardx".

16 years agoalpha=9; bug fix for getlinkquality - return infinity if not a mature link
gnawali [Fri, 21 Dec 2007 04:36:42 +0000 (04:36 +0000)]
alpha=9; bug fix for getlinkquality - return infinity if not a mature link

16 years agoImprove Deluge to report the UID of the running application. tos-deluge script from...
razvanm [Thu, 20 Dec 2007 21:23:51 +0000 (21:23 +0000)]
Improve Deluge to report the UID of the running application. tos-deluge script from the tools package was affected by this change.

16 years agoFix the Deluge rollback gesture and increase the total number of Deluge images to...
razvanm [Thu, 20 Dec 2007 02:31:39 +0000 (02:31 +0000)]
Fix the Deluge rollback gesture and increase the total number of Deluge images to 4. The first one is considered to be the Golden Image.

16 years agoAdd the new directory for DRIP. Bugfix was sent by Ariel Mauricio Nunez Gomez.
razvanm [Thu, 20 Dec 2007 02:25:18 +0000 (02:25 +0000)]
Add the new directory for DRIP. Bugfix was sent by Ariel Mauricio Nunez Gomez.

16 years agoFixed TestDissemination TOSSIM script to use CPM
kaisenl [Tue, 18 Dec 2007 19:23:51 +0000 (19:23 +0000)]
Fixed TestDissemination TOSSIM script to use CPM

16 years agoInitial checkin for DIP
kaisenl [Tue, 18 Dec 2007 07:03:18 +0000 (07:03 +0000)]
Initial checkin for DIP

16 years agomerge changes from atm128 UART
sallai [Fri, 14 Dec 2007 20:30:13 +0000 (20:30 +0000)]
merge changes from atm128 UART

16 years agobugfix: enable sleep when no alarms are set
sallai [Fri, 14 Dec 2007 20:29:36 +0000 (20:29 +0000)]
bugfix: enable sleep when no alarms are set

16 years agoraz/mike pointed out that getetx returns etx*10 not etx*100
gnawali [Fri, 14 Dec 2007 20:09:39 +0000 (20:09 +0000)]
raz/mike pointed out that getetx returns etx*10 not etx*100

16 years agooops again.....
klueska [Fri, 14 Dec 2007 04:35:56 +0000 (04:35 +0000)]
oops again.....

16 years agocopy src from radio to uart pkt
gnawali [Thu, 13 Dec 2007 01:16:42 +0000 (01:16 +0000)]
copy src from radio to uart pkt

16 years agooops....
klueska [Tue, 11 Dec 2007 00:42:31 +0000 (00:42 +0000)]
oops....

16 years agoFix stupid crc bug
klueska [Sat, 8 Dec 2007 00:32:45 +0000 (00:32 +0000)]
Fix stupid crc bug

16 years agohello compiler bug (looks like shifting by 32 bits inside a 64 bit type is
andreaskoepke [Fri, 7 Dec 2007 19:00:15 +0000 (19:00 +0000)]
hello compiler bug (looks like shifting by 32 bits inside a 64 bit type is
trouble), bye bye platform independence

16 years agoadded information about workaround for 16-bit aligning to the 6lowpan README
mharvan [Fri, 7 Dec 2007 15:38:50 +0000 (15:38 +0000)]
added information about workaround for 16-bit aligning to the 6lowpan README

16 years agosimplified interface
andreaskoepke [Thu, 6 Dec 2007 18:33:02 +0000 (18:33 +0000)]
simplified interface

16 years agouff -- resolved hardware race conditions (hopefully)
andreaskoepke [Thu, 6 Dec 2007 18:32:11 +0000 (18:32 +0000)]
uff -- resolved hardware race conditions (hopefully)

16 years agofixes for moving sf to support/sdk/c/sf
mharvan [Wed, 5 Dec 2007 23:22:11 +0000 (23:22 +0000)]
fixes for moving sf to support/sdk/c/sf

16 years ago6lowpan import
mharvan [Wed, 5 Dec 2007 22:58:41 +0000 (22:58 +0000)]
6lowpan import

16 years agoremoved
gnawali [Wed, 5 Dec 2007 22:55:49 +0000 (22:55 +0000)]
removed

16 years agomoving from sdk/c
gnawali [Wed, 5 Dec 2007 22:49:45 +0000 (22:49 +0000)]
moving from sdk/c

16 years agounused var
gnawali [Wed, 5 Dec 2007 22:43:27 +0000 (22:43 +0000)]
unused var

16 years agobug fix: make evaluateEtx arg a 16 bit arg
gnawali [Wed, 5 Dec 2007 22:41:25 +0000 (22:41 +0000)]
bug fix: make evaluateEtx arg a 16 bit arg

16 years agomake the signature compatible with 4bitle so apps can compile le or 4bitle
gnawali [Wed, 5 Dec 2007 22:37:02 +0000 (22:37 +0000)]
make the signature compatible with 4bitle so apps can compile le or 4bitle

16 years agologging thl is more useful than logging the destination on RCV
gnawali [Wed, 5 Dec 2007 22:30:57 +0000 (22:30 +0000)]
logging thl is more useful than logging the destination on RCV

16 years agobringing from 4bitle directory
gnawali [Wed, 5 Dec 2007 22:29:55 +0000 (22:29 +0000)]
bringing from 4bitle directory

16 years agomoving CompareBit.nc to ctp directory
gnawali [Wed, 5 Dec 2007 22:28:35 +0000 (22:28 +0000)]
moving CompareBit.nc to ctp directory

16 years agoadd a 64 bit interface
andreaskoepke [Wed, 5 Dec 2007 10:14:55 +0000 (10:14 +0000)]
add a 64 bit interface

16 years agoUpdated the description of Packet.getPayload() as discussed during last core telconf...
janhauer [Wed, 5 Dec 2007 09:45:25 +0000 (09:45 +0000)]
Updated the description of Packet.getPayload() as discussed during last core telconf: Added a sentence saying that for a given packet the command always returns the same pointer or NULL (no variable-sized headers). In addition, I tried to better describe how to use the "len" parameter in Packet.getPayload(), because I felt that was not becoming clear from the previous description.

16 years agoCreation. Use the id option to output the msp430's ihex file with the correct node...
rincon [Tue, 4 Dec 2007 18:30:34 +0000 (18:30 +0000)]
Creation.  Use the id option to output the msp430's ihex file with the correct node ID, for you to install the binary to a node manually.  Example:  "make telosb id.3"

16 years agoMirroring a change made by David Gay, "don't use __attribute__ for nesC
hiro [Mon, 3 Dec 2007 02:17:49 +0000 (02:17 +0000)]
Mirroring a change made by David Gay, "don't use __attribute__ for nesC
attributes."

16 years agoAdd a default for Notify.notify to prevent compiler errors when only the Get interfac...
razvanm [Fri, 30 Nov 2007 20:09:32 +0000 (20:09 +0000)]
Add a default for Notify.notify to prevent compiler errors when only the Get interface is used.

16 years agoInclude AM.h to pull in the definition of am_addr_t for the compiler
rincon [Wed, 28 Nov 2007 19:18:07 +0000 (19:18 +0000)]
Include AM.h to pull in the definition of am_addr_t for the compiler

16 years agoMerge in Alec's fixes.
scipio [Wed, 28 Nov 2007 19:17:08 +0000 (19:17 +0000)]
Merge in Alec's fixes.

16 years agocorrected wrong port
andreaskoepke [Wed, 28 Nov 2007 13:19:49 +0000 (13:19 +0000)]
corrected wrong port

16 years agoPull in Ctp.h to define ctp_options_t and prevent compile errors like I'm seeing...
rincon [Wed, 28 Nov 2007 04:42:52 +0000 (04:42 +0000)]
Pull in Ctp.h to define ctp_options_t and prevent compile errors like I'm seeing.  This was such a minor issue I didn't feel it even warranted notification.

16 years agoFix bug where seeking to the different sector did not properly skip
jwhui [Wed, 28 Nov 2007 03:15:30 +0000 (03:15 +0000)]
Fix bug where seeking to the different sector did not properly skip
over the address header.

Thanks to Razvan ME for reporting the bug.

16 years agoFold in Alec's changes, with bug fix for RX interrupt.
scipio [Tue, 27 Nov 2007 19:26:45 +0000 (19:26 +0000)]
Fold in Alec's changes, with bug fix for RX interrupt.

16 years agostartPeriodic does not always work
andreaskoepke [Tue, 27 Nov 2007 13:44:09 +0000 (13:44 +0000)]
startPeriodic does not always work

16 years agoupdated with support for the iris mote, fixed a compile bug
sallai [Mon, 19 Nov 2007 17:21:19 +0000 (17:21 +0000)]
updated with support for the iris mote, fixed a compile bug

16 years agoAdded atomic statements to setAutoAck
rincon [Mon, 19 Nov 2007 15:48:54 +0000 (15:48 +0000)]
Added atomic statements to setAutoAck

16 years agoupdated RF230layerP, added dummy LPL
sallai [Sat, 17 Nov 2007 02:29:33 +0000 (02:29 +0000)]
updated RF230layerP, added dummy LPL

16 years agofixed AMSend interface usage
sallai [Sat, 17 Nov 2007 02:24:43 +0000 (02:24 +0000)]
fixed AMSend interface usage

16 years agofix the get link quality interfaces to return 16 bit eetx values
gnawali [Fri, 16 Nov 2007 23:14:49 +0000 (23:14 +0000)]
fix the get link quality interfaces to return 16 bit eetx values

16 years agoascii graphics that shows how we get to the head of the footer
gnawali [Tue, 13 Nov 2007 08:36:29 +0000 (08:36 +0000)]
ascii graphics that shows how we get to the head of the footer

16 years agoMark Hays repair the SPI code, unit testing demonstrates SPI0 w/ and w/out DMA works...
rincon [Thu, 8 Nov 2007 21:34:42 +0000 (21:34 +0000)]
Mark Hays repair the SPI code, unit testing demonstrates SPI0 w/ and w/out DMA works properly, and we have a chance at SPI1 working properly now as well - although it still hasn't been tested completely.

16 years agoRazvan and Jeonggil Ko found a problem with the status byte return value on RAM opera...
rincon [Wed, 7 Nov 2007 22:22:01 +0000 (22:22 +0000)]
Razvan and Jeonggil Ko found a problem with the status byte return value on RAM operations, and fixed it.  "Both of them wants to return the status of the operation and the specs says that this is the byte received from SPI after sending the address. The bug is the read is returning the second one (which is not defined) and the write is returning the values overwritten by the last byte."

16 years agofixed a typo
sallai [Tue, 6 Nov 2007 21:43:03 +0000 (21:43 +0000)]
fixed a typo

16 years agoadded check for atm1281 compatible external tools
sallai [Tue, 6 Nov 2007 21:39:43 +0000 (21:39 +0000)]
added check for atm1281 compatible external tools

16 years agoadded rf230 test applications for the IRIS mote
sallai [Tue, 6 Nov 2007 19:41:28 +0000 (19:41 +0000)]
added rf230 test applications for the IRIS mote

16 years agoupdated AVR specific makefiles with dual support for uisp and avrdude
sallai [Tue, 6 Nov 2007 19:32:56 +0000 (19:32 +0000)]
updated AVR specific makefiles with dual support for uisp and avrdude

16 years agoNew TEP: Createing new T2 platform
mleopold [Tue, 6 Nov 2007 10:32:53 +0000 (10:32 +0000)]
New TEP: Createing new T2 platform

16 years agoadded DiagMsg java tool
sallai [Mon, 5 Nov 2007 20:55:52 +0000 (20:55 +0000)]
added DiagMsg java tool

16 years agoplatform support for the IRIS mote (atm1218 MCU and rf230 radio)
sallai [Mon, 5 Nov 2007 20:36:40 +0000 (20:36 +0000)]
platform support for the IRIS mote (atm1218 MCU and rf230 radio)

16 years ago./configure && make should work again
andreaskoepke [Mon, 5 Nov 2007 18:07:23 +0000 (18:07 +0000)]
./configure && make should work again

16 years agogetopt is not re-entrant, so we rely on the external popt library to parse
andreaskoepke [Mon, 5 Nov 2007 18:03:20 +0000 (18:03 +0000)]
getopt is not re-entrant, so we rely on the external popt library to parse
command line options

16 years agoFix to isOwner for defaultOnwer interface
klueska [Fri, 2 Nov 2007 06:07:49 +0000 (06:07 +0000)]
Fix to isOwner for defaultOnwer interface