]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
16 years agosmall fix pointed out by Axel Poigné: third parameter to accept should be of type...
janhauer [Wed, 23 Apr 2008 09:50:01 +0000 (09:50 +0000)]
small fix pointed out by Axel Poigné: third parameter to accept should be of type socklen_t (this is relevant under cygwin only)

16 years agoAdded default command so that the entire parameterized AMSend interface doesnt have...
klueska [Wed, 23 Apr 2008 06:25:45 +0000 (06:25 +0000)]
Added default command so that the entire parameterized AMSend interface doesnt have to be wired to when instantiating this component.  Useful for reusing this component to build a second layer of queuing on top of a single AM type

16 years agofix unsigned multiplication
mmaroti [Tue, 22 Apr 2008 17:36:52 +0000 (17:36 +0000)]
fix unsigned multiplication

16 years agoinstead of exiting, print just a warning when data section is not found in the binary...
sallai [Tue, 22 Apr 2008 16:18:53 +0000 (16:18 +0000)]
instead of exiting, print just a warning when data section is not found in the binary (e.g. Blink compiled with avr-gcc 4 will not contain a .data section)

16 years agolow power listening: better state machine
mmaroti [Tue, 22 Apr 2008 10:55:20 +0000 (10:55 +0000)]
low power listening: better state machine

16 years agolow power listening
mmaroti [Mon, 21 Apr 2008 20:58:08 +0000 (20:58 +0000)]
low power listening

16 years ago- pass errno across interface
andreaskoepke [Mon, 21 Apr 2008 19:57:46 +0000 (19:57 +0000)]
- pass errno across interface
- do not cancel threads that are not running
- exit on write failures (just as we do for read failures)

16 years agooops
klueska [Mon, 21 Apr 2008 18:52:53 +0000 (18:52 +0000)]
oops

16 years agoadded LocalTimeMicro component
mmaroti [Mon, 21 Apr 2008 08:22:01 +0000 (08:22 +0000)]
added LocalTimeMicro component

16 years agoUpdate to centralize inside one module where all interrupt handlers are signaled...
klueska [Thu, 17 Apr 2008 22:38:34 +0000 (22:38 +0000)]
Update to centralize inside one module where all interrupt handlers are signaled from

16 years agoNew demo app demonstrating how to sample rssi readings from the network
klueska [Tue, 15 Apr 2008 17:56:48 +0000 (17:56 +0000)]
New demo app demonstrating how to sample rssi readings from the network

16 years ago#define guard.
scipio [Thu, 10 Apr 2008 20:01:37 +0000 (20:01 +0000)]
#define guard.

16 years agobugfix: the buffer passed to ReadStream.postBuffer() must have a certain minimum...
janhauer [Wed, 9 Apr 2008 08:56:30 +0000 (08:56 +0000)]
bugfix: the buffer passed to ReadStream.postBuffer() must have a certain minimum size to store temporary information (this commit happens in agreement with David G.)

16 years ago- bugfix: ReadStream did not work with a "usPeriod" parameter > 0xFFFF (the fix uses...
janhauer [Mon, 7 Apr 2008 09:41:55 +0000 (09:41 +0000)]
- bugfix: ReadStream did not work with a "usPeriod" parameter > 0xFFFF (the fix uses/adapts the atmel ReadStream code)
- bugfix: overflow interrupts were not handled/signalled correctly from the HAL
- fixed the wiring for DMA, which was not correct when used by more than one client
- polished the HPL and added some comments
- introduced a compile time warning when DMA/TimerA is accessed (will be removed once we decide how these components are arbitrated)

16 years agoFinalized.
scipio [Sun, 6 Apr 2008 22:24:31 +0000 (22:24 +0000)]
Finalized.

16 years agoDavid Gay's edits.
scipio [Tue, 1 Apr 2008 17:01:30 +0000 (17:01 +0000)]
David Gay's edits.

16 years agoEdits from David Gay.
scipio [Tue, 1 Apr 2008 17:00:51 +0000 (17:00 +0000)]
Edits from David Gay.

16 years agofixing TimeSyncMessage for the IRIS
mmaroti [Sat, 29 Mar 2008 20:10:33 +0000 (20:10 +0000)]
fixing TimeSyncMessage for the IRIS

16 years agoAdd Ben's comments.
scipio [Sat, 29 Mar 2008 01:05:45 +0000 (01:05 +0000)]
Add Ben's comments.

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