]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
16 years agoMake it code 255.
scipio [Fri, 28 Mar 2008 20:19:26 +0000 (20:19 +0000)]
Make it code 255.

16 years agoHTML.
scipio [Fri, 28 Mar 2008 17:17:01 +0000 (17:17 +0000)]
HTML.

16 years agoFinalzied.
scipio [Fri, 28 Mar 2008 17:15:48 +0000 (17:15 +0000)]
Finalzied.

16 years agofixed missing header file
mmaroti [Thu, 27 Mar 2008 21:59:28 +0000 (21:59 +0000)]
fixed missing header file

16 years agoUpdate to allow header files to be processed via standard gcc and not have to run...
klueska [Thu, 27 Mar 2008 00:52:02 +0000 (00:52 +0000)]
Update to allow header files to be processed via standard gcc and not have to run through ncc first (problem was in the usage of @combine, etc. in these files)

16 years agoWasn't working with cygwin after last "fix"
klueska [Wed, 26 Mar 2008 22:51:33 +0000 (22:51 +0000)]
Wasn't working with cygwin after last "fix"

16 years agoafter some extensive measurements: this seems to be the best compromise
andreaskoepke [Thu, 13 Mar 2008 17:09:07 +0000 (17:09 +0000)]
after some extensive measurements: this seems to be the best compromise

16 years agoWorkaround for the missing __msp430_have_usart0_with_i2c switch in newer mspgcc inclu...
vlahan [Thu, 13 Mar 2008 15:18:49 +0000 (15:18 +0000)]
Workaround for the missing __msp430_have_usart0_with_i2c switch in newer mspgcc include files.

When we update the distributed msp430 toolchain, all __msp430_* defines should be replaced with the new __MSP430_* equivalents

16 years agoupdated TimeSyncMessage implementation
mmaroti [Wed, 12 Mar 2008 19:42:56 +0000 (19:42 +0000)]
updated TimeSyncMessage implementation

16 years agoChanged bsl.exra to search for the string between the commas and not short circuiting...
klueska [Tue, 11 Mar 2008 09:51:22 +0000 (09:51 +0000)]
Changed bsl.exra to search for the string between the commas and not short circuiting after seeing a digit when installing to some default tty device.  Also added some more variables to the avr.rules and msp430.rules to allow more flexibility in the way the tos-storage-XXX scripts are invoked

16 years agoChanged bsl.exra to search for the string between the commas and not short circuiting...
klueska [Tue, 11 Mar 2008 09:34:13 +0000 (09:34 +0000)]
Changed bsl.exra to search for the string between the commas and not short circuiting after seeing a digit when installing to some default tty device.  Also added some more variables to the avr.rules and msp430.rules to allow more flexibility in the way the tos-storage-XXX scripts are invoked

16 years agoChanged bsl.exra to search for the string between the commas and not short circuiting...
klueska [Tue, 11 Mar 2008 08:28:54 +0000 (08:28 +0000)]
Changed bsl.exra to search for the string between the commas and not short circuiting after seeing a digit when installing to some default tty device.  Also added some more variables to the avr.rules and msp430.rules to allow more flexibility in the way the tos-storage-XXX scripts are invoked

16 years agoRunning unit tests on the TinyOS 2.x baseline requires this tunit.extra in support...
rincon [Mon, 10 Mar 2008 21:55:20 +0000 (21:55 +0000)]
Running unit tests on the TinyOS 2.x baseline requires this tunit.extra in support/make.

16 years ago40kBit were a bit too much
andreaskoepke [Mon, 10 Mar 2008 13:59:58 +0000 (13:59 +0000)]
40kBit were a bit too much

16 years agoFix to allow the newest ncc update to still work with the tinyos-2.0.2 release
klueska [Thu, 6 Mar 2008 03:40:24 +0000 (03:40 +0000)]
Fix to allow the newest ncc update to still work with the tinyos-2.0.2 release

16 years agoBugfix for a bug in the timer system that was first reported here:
janhauer [Wed, 5 Mar 2008 18:40:17 +0000 (18:40 +0000)]
Bugfix for a bug in the timer system that was first reported here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1572439&group_id=28656&atid=393934

It showed up when you used two Timer interfaces (e.g. provided by two TimerMilliC() instances) and Timer2.startOneShot() was called withinTimer1.fired() and in addition (1) Timer2 had a higher internal interface ID (unique(UQ_TIMER_MILLI)) than Timer1 and (2) there was some (small) amount of time elapsed before the Timer2.startOneShot() was called in the fired eventhandler. Then, Timer2.fired() was signalled immediately independent of the "dt" parameter in startOneShot(uint32_t dt). This has been fixed now.

For more information see:
http://mail.millennium.berkeley.edu/pipermail/tinyos-devel/2008-March/002573.html

16 years agokeep full range as default ;-)
andreaskoepke [Wed, 5 Mar 2008 11:24:51 +0000 (11:24 +0000)]
keep full range as default ;-)

16 years agosolve dependencies on baudrate automagically
andreaskoepke [Wed, 5 Mar 2008 11:20:43 +0000 (11:20 +0000)]
solve dependencies on baudrate automagically

16 years agoinclude target address in fingerprint
andreaskoepke [Wed, 5 Mar 2008 11:19:50 +0000 (11:19 +0000)]
include target address in fingerprint

16 years agobaudrates revisited
andreaskoepke [Wed, 5 Mar 2008 11:14:00 +0000 (11:14 +0000)]
baudrates revisited

16 years agoUpdate to redirect with timout instead of inside a frame
klueska [Mon, 3 Mar 2008 22:16:07 +0000 (22:16 +0000)]
Update to redirect with timout instead of inside a frame

16 years agooops....
klueska [Mon, 3 Mar 2008 03:12:35 +0000 (03:12 +0000)]
oops....

16 years agoAdded README file explaining how the applicatin works, its organizational structure...
klueska [Mon, 3 Mar 2008 03:11:27 +0000 (03:11 +0000)]
Added README file explaining how the applicatin works, its organizational structure, and how to cinfigure it to work with other sensors as well as set the sampling intervals, etc.

16 years agoRoman Lim's fix:
rincon [Thu, 28 Feb 2008 17:28:12 +0000 (17:28 +0000)]
Roman Lim's fix:
"i noticed that my application (running on tmotes) using dma on spi does not go to the lowest possible sleep mode but only to LPM1.
i managed to find out, that in McusleepC when calculating the lowpower mode, ME1 had the USPIE bit set. this is, because in Msp430SpiDmaP the unconfigure command does nothing. I don't know, if this is done on purpose, but if not, the same code as in Msp430SpiNoDmaP would do the job (see follwing diff)

roman"

16 years agonot needed anymore
andreaskoepke [Thu, 28 Feb 2008 17:05:32 +0000 (17:05 +0000)]
not needed anymore

16 years agochange queue behavior for packets read from node while no client is connected
andreaskoepke [Tue, 26 Feb 2008 18:17:04 +0000 (18:17 +0000)]
change queue behavior for packets read from node while no client is connected
from drop tail to drop head

16 years agoUpdate to work with some versions of darwin on mac os
klueska [Mon, 25 Feb 2008 18:24:38 +0000 (18:24 +0000)]
Update to work with some versions of darwin on mac os

16 years agoadded build.xml to 6lowpan and fixed the relocated support/s/sf
beutel [Mon, 25 Feb 2008 09:48:51 +0000 (09:48 +0000)]
added build.xml to 6lowpan and fixed the relocated support/s/sf

16 years agoremoved .cvsignore as sf is now in subdirectory
beutel [Fri, 22 Feb 2008 13:04:54 +0000 (13:04 +0000)]
removed .cvsignore as sf is now in subdirectory

16 years agoreversed set direction and set value to eliminate spikes on initialization of the...
beutel [Fri, 22 Feb 2008 12:58:15 +0000 (12:58 +0000)]
reversed set direction and set value to eliminate spikes on initialization of the tmote platform

16 years agoTEP 116 is finalized.
scipio [Thu, 21 Feb 2008 05:05:03 +0000 (05:05 +0000)]
TEP 116 is finalized.

16 years agoFinalized.
scipio [Thu, 21 Feb 2008 03:41:30 +0000 (03:41 +0000)]
Finalized.

16 years agoFinalized
scipio [Thu, 21 Feb 2008 03:40:39 +0000 (03:40 +0000)]
Finalized

16 years agoFinalised version of tep115
klueska [Wed, 20 Feb 2008 17:34:55 +0000 (17:34 +0000)]
Finalised version of tep115

16 years agoFor some reason nx_bool was failing on TOSSIM.
scipio [Wed, 20 Feb 2008 04:53:37 +0000 (04:53 +0000)]
For some reason nx_bool was failing on TOSSIM.

16 years agotimesync support
mmaroti [Wed, 20 Feb 2008 01:07:04 +0000 (01:07 +0000)]
timesync support

16 years agotimesync support
mmaroti [Wed, 20 Feb 2008 01:01:48 +0000 (01:01 +0000)]
timesync support

16 years agoAdd serial metadata to all platform_message.h files.
scipio [Tue, 19 Feb 2008 22:03:45 +0000 (22:03 +0000)]
Add serial metadata to all platform_message.h files.

16 years agoNetworked type.
scipio [Tue, 19 Feb 2008 22:01:17 +0000 (22:01 +0000)]
Networked type.

16 years agoAdd metadata.
scipio [Tue, 19 Feb 2008 22:00:08 +0000 (22:00 +0000)]
Add metadata.

16 years agoCorrect clear() implementation.
scipio [Tue, 19 Feb 2008 21:33:13 +0000 (21:33 +0000)]
Correct clear() implementation.

16 years agoImplement clear() properly.
scipio [Tue, 19 Feb 2008 21:32:37 +0000 (21:32 +0000)]
Implement clear() properly.

16 years agoEr, do it right.
scipio [Tue, 19 Feb 2008 19:56:03 +0000 (19:56 +0000)]
Er, do it right.

16 years agoClear out the packets.
scipio [Tue, 19 Feb 2008 19:54:34 +0000 (19:54 +0000)]
Clear out the packets.

16 years agoPass state properly when radio is turned off in middle of tranmission.
scipio [Tue, 19 Feb 2008 19:51:08 +0000 (19:51 +0000)]
Pass state properly when radio is turned off in middle of tranmission.

16 years agoMake LQI monitor AM power state and properly recover
scipio [Tue, 19 Feb 2008 19:50:21 +0000 (19:50 +0000)]
Make LQI monitor AM power state and properly recover
from being turned off.

16 years agoUpdate the testing code so it tests for radios being
scipio [Tue, 19 Feb 2008 19:49:30 +0000 (19:49 +0000)]
Update the testing code so it tests for radios being
turned on and off.

16 years agoone more tos.h file that needs to explicitly include the Safe TinyOS macros
regehr [Tue, 19 Feb 2008 17:01:04 +0000 (17:01 +0000)]
one more tos.h file that needs to explicitly include the Safe TinyOS macros

16 years agobugfix from Mustafa Yuecel
regehr [Tue, 19 Feb 2008 16:57:00 +0000 (16:57 +0000)]
bugfix from Mustafa Yuecel

16 years agoneed to include the safe tinyos annotations here too
regehr [Tue, 19 Feb 2008 05:13:08 +0000 (05:13 +0000)]
need to include the safe tinyos annotations here too

16 years agoInitial TestTymo commit
strabest [Mon, 18 Feb 2008 21:52:44 +0000 (21:52 +0000)]
Initial TestTymo commit

16 years agoInitial tymo commit
strabest [Mon, 18 Feb 2008 20:24:55 +0000 (20:24 +0000)]
Initial tymo commit

16 years agoavoid making everyone reinstall ncc by including the Safe TinyOS macros from here
regehr [Sun, 17 Feb 2008 23:57:03 +0000 (23:57 +0000)]
avoid making everyone reinstall ncc by including the Safe TinyOS macros from here

16 years agoprotect against multiple inclusion
regehr [Sun, 17 Feb 2008 22:45:27 +0000 (22:45 +0000)]
protect against multiple inclusion

16 years agothis comment wanted to be ended
regehr [Sun, 17 Feb 2008 04:20:57 +0000 (04:20 +0000)]
this comment wanted to be ended

16 years agotrusted casts for safe tinyos on MSP430 register accesses
regehr [Sat, 16 Feb 2008 20:03:51 +0000 (20:03 +0000)]
trusted casts for safe tinyos on MSP430 register accesses

16 years agopass -safe flag on to ncc
regehr [Sat, 16 Feb 2008 19:49:05 +0000 (19:49 +0000)]
pass -safe flag on to ncc

16 years agodon't print safe tinyos banner
regehr [Sat, 16 Feb 2008 19:48:52 +0000 (19:48 +0000)]
don't print safe tinyos banner

16 years agoFixed Version/ID order injector
kaisenl [Sat, 16 Feb 2008 19:20:12 +0000 (19:20 +0000)]
Fixed Version/ID order injector

16 years agochanged() gets signaled from local changes
kaisenl [Sat, 16 Feb 2008 10:56:07 +0000 (10:56 +0000)]
changed() gets signaled from local changes

16 years agoDip Data Injector
kaisenl [Sat, 16 Feb 2008 10:55:33 +0000 (10:55 +0000)]
Dip Data Injector

16 years agosafe tinyos annotations
regehr [Sat, 16 Feb 2008 05:30:24 +0000 (05:30 +0000)]
safe tinyos annotations

16 years agoback compatibility rix
regehr [Sat, 16 Feb 2008 05:29:24 +0000 (05:29 +0000)]
back compatibility rix

16 years agoSupport for Safe TinyOS.
regehr [Sat, 16 Feb 2008 05:23:47 +0000 (05:23 +0000)]
Support for Safe TinyOS.

16 years agoTEP 118
scipio [Sat, 16 Feb 2008 01:37:52 +0000 (01:37 +0000)]
TEP 118

16 years agoNew 118.
scipio [Sat, 16 Feb 2008 01:32:58 +0000 (01:32 +0000)]
New 118.

16 years agoSignal changed() on change().
scipio [Sat, 16 Feb 2008 01:31:50 +0000 (01:31 +0000)]
Signal changed() on change().

16 years agoSignal the changed() event on local changes.
scipio [Fri, 15 Feb 2008 22:51:30 +0000 (22:51 +0000)]
Signal the changed() event on local changes.

16 years agoannotation tweak
regehr [Thu, 14 Feb 2008 23:38:27 +0000 (23:38 +0000)]
annotation tweak

16 years agomore annotation work
regehr [Thu, 14 Feb 2008 22:47:57 +0000 (22:47 +0000)]
more annotation work

16 years agoallow nesC 1.3
regehr [Thu, 14 Feb 2008 20:31:21 +0000 (20:31 +0000)]
allow nesC 1.3

16 years agonew failure handler interface
regehr [Thu, 14 Feb 2008 20:27:36 +0000 (20:27 +0000)]
new failure handler interface

16 years agoUpdated HTML.
scipio [Thu, 14 Feb 2008 19:08:07 +0000 (19:08 +0000)]
Updated HTML.

16 years agoThere are *four* fields, not 2.
scipio [Thu, 14 Feb 2008 19:07:35 +0000 (19:07 +0000)]
There are *four* fields, not 2.

16 years agoImprove installation instructions.
scipio [Thu, 14 Feb 2008 18:57:33 +0000 (18:57 +0000)]
Improve installation instructions.

16 years agoupdates to annotations
regehr [Thu, 14 Feb 2008 18:21:02 +0000 (18:21 +0000)]
updates to annotations

16 years agouse high tx power
andreaskoepke [Wed, 13 Feb 2008 11:52:42 +0000 (11:52 +0000)]
use high tx power

16 years agoincrease link speed, needs different setting for data filter
andreaskoepke [Wed, 13 Feb 2008 10:34:28 +0000 (10:34 +0000)]
increase link speed, needs different setting for data filter

16 years agoincrease link speed, keep intermediate state in case I have to backtrack
andreaskoepke [Wed, 13 Feb 2008 10:32:15 +0000 (10:32 +0000)]
increase link speed, keep intermediate state in case I have to backtrack

16 years agoannotation work
regehr [Tue, 12 Feb 2008 21:16:00 +0000 (21:16 +0000)]
annotation work

16 years agoperl script for decompression safe tinyos error messages
regehr [Tue, 12 Feb 2008 19:08:40 +0000 (19:08 +0000)]
perl script for decompression safe tinyos error messages

16 years agoadd TRUSTEDBLOCK annotations
regehr [Mon, 11 Feb 2008 21:17:04 +0000 (21:17 +0000)]
add TRUSTEDBLOCK annotations

16 years agoAnnotation improvements, and add deputy_no_annots.h which causes CPP
regehr [Mon, 11 Feb 2008 20:46:38 +0000 (20:46 +0000)]
Annotation improvements, and add deputy_no_annots.h which causes CPP
to take an app.c and squash all annotations.

16 years agoMakefile support for Safe TinyOS on AVR: Just pass the -safe option to ncc
regehr [Mon, 11 Feb 2008 20:12:15 +0000 (20:12 +0000)]
Makefile support for Safe TinyOS on AVR: Just pass the -safe option to ncc
which does the heavy lifting.

Usage: "make micaz safe"

16 years agoFirst draft at the subset of Deputy annotations we'll support.
regehr [Mon, 11 Feb 2008 19:06:42 +0000 (19:06 +0000)]
First draft at the subset of Deputy annotations we'll support.

nesc_annots.h -- This tells nesC how to translate new attributes like
                 @count into the appropriate Deputy macro

deputy_annots.h -- This tells CPP how to translate (our) Deputy macros
                   into the low-level form actually understood by Deputy.

16 years agoDeputy failure handlers for MSP430
regehr [Mon, 11 Feb 2008 18:46:05 +0000 (18:46 +0000)]
Deputy failure handlers for MSP430

16 years agoIncorporated comments.
scipio [Mon, 11 Feb 2008 18:11:47 +0000 (18:11 +0000)]
Incorporated comments.

16 years agoIncorporated 116 comments.
scipio [Mon, 11 Feb 2008 18:11:20 +0000 (18:11 +0000)]
Incorporated 116 comments.

16 years ago*** empty log message ***
a_cunha [Mon, 11 Feb 2008 17:49:58 +0000 (17:49 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
a_cunha [Mon, 11 Feb 2008 17:41:25 +0000 (17:41 +0000)]
*** empty log message ***

16 years agobecause we changed the type for length in Intercept.forward
gnawali [Sat, 9 Feb 2008 05:45:10 +0000 (05:45 +0000)]
because we changed the type for length in Intercept.forward

16 years agochange length to 8 bits.
gnawali [Sat, 9 Feb 2008 05:44:09 +0000 (05:44 +0000)]
change length to 8 bits.

16 years agosafe tinyos failure handling routines for avr-based motes
regehr [Sat, 9 Feb 2008 00:50:00 +0000 (00:50 +0000)]
safe tinyos failure handling routines for avr-based motes

16 years agoSet to 0x22 so it's consistent with prior networks. Fixing a bug introduce
scipio [Wed, 6 Feb 2008 18:19:50 +0000 (18:19 +0000)]
Set to 0x22 so it's consistent with prior networks. Fixing a bug introduce
a buG!

16 years agoAdded the SendNotifier interface to support CTP + LPL integration.
rincon [Mon, 4 Feb 2008 23:10:13 +0000 (23:10 +0000)]
Added the SendNotifier interface to support CTP + LPL integration.

Create and drop a module into your system that listens for the SendNotifier events for the AM types related to CTP or Dissemination, then have it call LowPowerListening.setRxSleepInterval(msg, 512);.  Or capture the event for every AM type.

This can also be used to control other transmit parameters on a system-wide basis, like full duplex PA control on a per-destination basis, etc.  If this hook works out, we can expand this into other radio stacks.

16 years agoAdded proper AM group support. Says something that nobody noticed...
scipio [Fri, 1 Feb 2008 20:25:37 +0000 (20:25 +0000)]
Added proper AM group support. Says something that nobody noticed...

16 years agoRemoval of cc1000_lpl. This LPL version is broken, and I have no plans on fixing...
rincon [Thu, 31 Jan 2008 14:02:06 +0000 (14:02 +0000)]
Removal of cc1000_lpl.  This LPL version is broken, and I have no plans on fixing it because I ran out of time a long time ago to work on it.  Use the default CC1000 stack.

16 years agoUpdate to tutorials to redirect them to the wiki now instead of directly being modifi...
klueska [Mon, 28 Jan 2008 05:59:55 +0000 (05:59 +0000)]
Update to tutorials to redirect them to the wiki now instead of directly being modified here anymore

16 years agoMirage MicaZ Test and Test Code Update
kaisenl [Sat, 26 Jan 2008 08:30:59 +0000 (08:30 +0000)]
Mirage MicaZ Test and Test Code Update

16 years agofile has been moved to lib/net/Deluge by Razvan ME
sallai [Fri, 25 Jan 2008 19:00:40 +0000 (19:00 +0000)]
file has been moved to lib/net/Deluge by Razvan ME