]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
15 years agoRemove a redundant definition.
razvanm [Mon, 1 Dec 2008 19:56:53 +0000 (19:56 +0000)]
Remove a redundant definition.

15 years agoReturn FAIL in defaults
liang_mike [Wed, 26 Nov 2008 19:25:56 +0000 (19:25 +0000)]
Return FAIL in defaults

15 years agoAdd defaults
liang_mike [Wed, 26 Nov 2008 19:21:41 +0000 (19:21 +0000)]
Add defaults

15 years agoAdded an interface for accessing the RXFIFO in a non-split phase (synchronous) way...
janhauer [Wed, 26 Nov 2008 10:13:31 +0000 (10:13 +0000)]
Added an interface for accessing the RXFIFO in a non-split phase (synchronous) way. The reason for having this interface is that, according to datasheet, before flushing the RXFIFO one has to read at least one byte from the RXFIFO and the radio driver code is less complicated if flushing the RXFIFO can happen in a non-split phase (synchronous) way.

This commit is in agreement with JeongGil Ko (John Ko), who is the current maintainer of the CC2420 stack.

15 years ago+ modified radio driver (PHY) interfaces: CSMA-CA algorithm is now pushed to radio...
janhauer [Tue, 25 Nov 2008 09:35:08 +0000 (09:35 +0000)]
+ modified radio driver (PHY) interfaces: CSMA-CA algorithm is now pushed to radio driver
+ adapted CC2420 driver
+ renamed CsmaP -> FrameDispatchP
+ provided workaround for a problem with virtualized alarms (sometimes they seem to fire 2s too late)
+ updated placeholder components
+ updated debug information

15 years agosome reorg
gnawali [Fri, 21 Nov 2008 07:19:12 +0000 (07:19 +0000)]
some reorg

15 years agophils comments
gnawali [Fri, 21 Nov 2008 06:54:40 +0000 (06:54 +0000)]
phils comments

15 years agoRazvans comments
gnawali [Fri, 21 Nov 2008 01:05:50 +0000 (01:05 +0000)]
Razvans comments

15 years agovery initial version
gnawali [Tue, 18 Nov 2008 21:02:15 +0000 (21:02 +0000)]
very initial version

15 years agoAdded information about using test application in conjunction with
kaisenl [Sat, 15 Nov 2008 00:04:49 +0000 (00:04 +0000)]
Added information about using test application in conjunction with
basestation.

15 years agoUpdate to allow dynthreads to be created on both linux,cygwin,and darwin
klueska [Fri, 14 Nov 2008 18:06:15 +0000 (18:06 +0000)]
Update to allow dynthreads to be created on both linux,cygwin,and darwin

15 years agobest performance
andreaskoepke [Tue, 11 Nov 2008 10:41:35 +0000 (10:41 +0000)]
best performance

15 years agoNow returns an error if ADC12_TIMERA_ENABLED is not defined but configuration require...
janhauer [Mon, 10 Nov 2008 14:56:12 +0000 (14:56 +0000)]
Now returns an error if ADC12_TIMERA_ENABLED is not defined but configuration requires TimerA.

15 years agofinalize
gnawali [Tue, 4 Nov 2008 21:00:41 +0000 (21:00 +0000)]
finalize

15 years agoRefresh link when MH packet received
strabest [Mon, 3 Nov 2008 21:30:21 +0000 (21:30 +0000)]
Refresh link when MH packet received

15 years agobugfix: skew must be signed
sallai [Mon, 3 Nov 2008 16:52:43 +0000 (16:52 +0000)]
bugfix: skew must be signed

15 years agoieee eui64 support (see TEP122)
sallai [Fri, 31 Oct 2008 17:09:57 +0000 (17:09 +0000)]
ieee eui64 support (see TEP122)

15 years agoiris eui64 support
sallai [Fri, 31 Oct 2008 17:05:09 +0000 (17:05 +0000)]
iris eui64 support

15 years agomica2 (also micaz and iris) specific wirings for the ds2401
sallai [Fri, 31 Oct 2008 17:04:03 +0000 (17:04 +0000)]
mica2 (also micaz and iris) specific wirings for the ds2401

15 years agods2401 silicon serial id chip driver including a basic 1-wire bust master implementation
sallai [Fri, 31 Oct 2008 17:02:55 +0000 (17:02 +0000)]
ds2401 silicon serial id chip driver including a basic 1-wire bust master implementation

15 years agoeui64 test application
sallai [Fri, 31 Oct 2008 17:01:31 +0000 (17:01 +0000)]
eui64 test application

15 years agounused decls
gnawali [Wed, 29 Oct 2008 07:34:55 +0000 (07:34 +0000)]
unused decls

15 years agomatch CC2420 more closely
andreaskoepke [Fri, 24 Oct 2008 12:47:39 +0000 (12:47 +0000)]
match CC2420 more closely

15 years agolimit good quality to prevent count to infinity problem
andreaskoepke [Fri, 24 Oct 2008 10:07:10 +0000 (10:07 +0000)]
limit good quality to prevent count to infinity problem

15 years agoNon atomic access when returning isRunning()
klueska [Thu, 23 Oct 2008 20:52:15 +0000 (20:52 +0000)]
Non atomic access when returning isRunning()

15 years agoFixed a bug with the resource transfer
janhauer [Thu, 23 Oct 2008 16:09:28 +0000 (16:09 +0000)]
Fixed a bug with the resource transfer

15 years agosmall optimization to join wakeup loop
klueska [Wed, 22 Oct 2008 07:01:23 +0000 (07:01 +0000)]
small optimization to join wakeup loop

15 years agoAccidentally removed special casing the tosthread for wakeup and suspend so it doesnt...
klueska [Wed, 22 Oct 2008 05:37:32 +0000 (05:37 +0000)]
Accidentally removed special casing the tosthread for wakeup and suspend so it doesnt get inserted in the ready queue.  Fixed now

15 years agooptimization to join wakeup
klueska [Wed, 22 Oct 2008 04:45:12 +0000 (04:45 +0000)]
optimization to join wakeup

15 years agobug in adding compile time directive to preemption timer separation. Now fixed
klueska [Wed, 22 Oct 2008 03:22:27 +0000 (03:22 +0000)]
bug in adding compile time directive to preemption timer separation.  Now fixed

15 years agoChanged to only do timer turnoff logic if desired via compiler-tie flag
klueska [Tue, 21 Oct 2008 20:05:54 +0000 (20:05 +0000)]
Changed to only do timer turnoff logic if desired via compiler-tie flag

15 years ago- moved promiscuous mode into separate component
janhauer [Tue, 21 Oct 2008 17:29:00 +0000 (17:29 +0000)]
- moved promiscuous mode into separate component
- separated association from disassociation component
- changed ResourceTransfer.tranfer to async
- added placeholders

15 years agoA dedicated basestation for Deluge T2.
razvanm [Thu, 16 Oct 2008 19:43:20 +0000 (19:43 +0000)]
A dedicated basestation for Deluge T2.

15 years agospecial cased the tosthread to reduce overhead in waking it up
klueska [Wed, 15 Oct 2008 05:41:54 +0000 (05:41 +0000)]
special cased the tosthread to reduce overhead in waking it up

15 years agoOpps, missed one place for the @spontaneous()
klueska [Fri, 10 Oct 2008 06:32:47 +0000 (06:32 +0000)]
Opps, missed one place for the @spontaneous()

15 years agoOptimization to kill the thread quanta timer when one or less threads are active...
klueska [Fri, 10 Oct 2008 06:27:03 +0000 (06:27 +0000)]
Optimization to kill the thread quanta timer when one or less threads are active (either stopped or supsended waiting for interrupts)

15 years agoAdded applications to test the join functionality for tosthreads
klueska [Mon, 6 Oct 2008 04:42:00 +0000 (04:42 +0000)]
Added applications to test the join functionality for tosthreads

15 years agoAdded thread_join functions and fixed the @spontaneous stuff to not create functions...
klueska [Mon, 6 Oct 2008 04:40:02 +0000 (04:40 +0000)]
Added thread_join functions and fixed the @spontaneous stuff to not create functions unless they are bing deployed as part of a kernel and are not called anywhere

15 years agosenddone return value comply with the Send interface specification
gnawali [Mon, 29 Sep 2008 19:24:37 +0000 (19:24 +0000)]
senddone return value comply with the Send interface specification

15 years agoThe commit from Jun 17 that introduced deputy annotations created a problem for the...
janhauer [Mon, 29 Sep 2008 15:51:23 +0000 (15:51 +0000)]
The commit from Jun 17 that introduced deputy annotations created a problem for the MultiChannel interface in Msp430Adc12ImplP ISR - this is now fixed. I also extended the test app.

15 years agoupdates to the compare bit interface/use of white bit
gnawali [Sat, 27 Sep 2008 17:00:54 +0000 (17:00 +0000)]
updates to the compare bit interface/use of white bit

15 years agofix to allow added targets from the TOSMAKE_PATH to be able to use .extra files int...
klueska [Fri, 26 Sep 2008 20:13:58 +0000 (20:13 +0000)]
fix to allow added targets from the TOSMAKE_PATH to be able to use .extra files int he default path.  Fix is to simple push the added paths at the end instead of at the beginning.

15 years agoFinalized.
scipio [Fri, 26 Sep 2008 17:12:48 +0000 (17:12 +0000)]
Finalized.

15 years agomake a few toplevel app components safe
regehr [Thu, 25 Sep 2008 04:08:45 +0000 (04:08 +0000)]
make a few toplevel app components safe

15 years agofix 'make micaz sim' which was failing due to ambiguous match
regehr [Thu, 25 Sep 2008 04:08:09 +0000 (04:08 +0000)]
fix 'make micaz sim' which was failing due to ambiguous match

15 years agoadd safe failure handling component, if we're building a safe app
regehr [Thu, 25 Sep 2008 03:14:28 +0000 (03:14 +0000)]
add safe failure handling component, if we're building a safe app

15 years agoadded support for the atmel avrisp mkII programmer
sallai [Tue, 23 Sep 2008 15:47:56 +0000 (15:47 +0000)]
added support for the atmel avrisp mkII programmer

15 years agoremove very old todo list
idgay [Mon, 22 Sep 2008 21:04:22 +0000 (21:04 +0000)]
remove very old todo list

15 years agoignore generated files
idgay [Mon, 22 Sep 2008 21:00:53 +0000 (21:00 +0000)]
ignore generated files

15 years agoundo
idgay [Mon, 22 Sep 2008 20:56:36 +0000 (20:56 +0000)]
undo

15 years agoask python for its prefix
idgay [Mon, 22 Sep 2008 20:56:09 +0000 (20:56 +0000)]
ask python for its prefix

15 years agoswitch to __
idgay [Mon, 22 Sep 2008 20:55:19 +0000 (20:55 +0000)]
switch to __

15 years agoclean appdoc files
idgay [Mon, 22 Sep 2008 20:54:11 +0000 (20:54 +0000)]
clean appdoc files

15 years agofix port number
idgay [Mon, 22 Sep 2008 20:52:39 +0000 (20:52 +0000)]
fix port number

15 years agoadded NxFloat support
sallai [Mon, 22 Sep 2008 16:02:02 +0000 (16:02 +0000)]
added NxFloat support

15 years agofixed a typo
sallai [Mon, 22 Sep 2008 15:41:35 +0000 (15:41 +0000)]
fixed a typo

15 years agonx_float support
idgay [Sat, 20 Sep 2008 00:10:18 +0000 (00:10 +0000)]
nx_float support

15 years agonx_float support
idgay [Fri, 19 Sep 2008 23:59:00 +0000 (23:59 +0000)]
nx_float support

15 years agotest nx_float
idgay [Fri, 19 Sep 2008 23:57:57 +0000 (23:57 +0000)]
test nx_float

15 years agoadd reset_tmsg from Eric Decker (cire831@gmail.com)
idgay [Fri, 19 Sep 2008 22:12:32 +0000 (22:12 +0000)]
add reset_tmsg from Eric Decker (cire831@gmail.com)

15 years agominor cleanup/-topdir bug fix
idgay [Fri, 19 Sep 2008 22:08:28 +0000 (22:08 +0000)]
minor cleanup/-topdir bug fix

15 years agowin32 support from Akos Maroy (darkeye@tyrell.hu)
idgay [Fri, 19 Sep 2008 19:36:23 +0000 (19:36 +0000)]
win32 support from Akos Maroy (darkeye@tyrell.hu)

15 years agofinalized
gnawali [Thu, 11 Sep 2008 22:44:13 +0000 (22:44 +0000)]
finalized

15 years agoupdate spec files to deal with stripping, add avr-libc.spec, fix mkheaders.conf in...
idgay [Thu, 11 Sep 2008 20:35:32 +0000 (20:35 +0000)]
update spec files to deal with stripping, add avr-libc.spec, fix mkheaders.conf in avr-gcc

15 years agoTOSthreads support for reading MSP430 internal voltage and temperature
liang_mike [Thu, 11 Sep 2008 19:59:50 +0000 (19:59 +0000)]
TOSthreads support for reading MSP430 internal voltage and temperature

15 years agoadded AVR studio debug support
sallai [Wed, 10 Sep 2008 18:06:22 +0000 (18:06 +0000)]
added AVR studio debug support

15 years agodelete useless breaks that annoy Deputy
regehr [Mon, 8 Sep 2008 03:10:23 +0000 (03:10 +0000)]
delete useless breaks that annoy Deputy

15 years agoswitch to failure handlers written in nesC
regehr [Sat, 6 Sep 2008 21:22:33 +0000 (21:22 +0000)]
switch to failure handlers written in nesC

15 years agoadded more descriptive comments about the header
rincon [Fri, 5 Sep 2008 20:39:00 +0000 (20:39 +0000)]
added more descriptive comments about the header

15 years agoASCII
andreaskoepke [Fri, 5 Sep 2008 10:38:13 +0000 (10:38 +0000)]
ASCII

15 years agoafter a few rounds of expts - enabling route trigger if we found a significantly...
gnawali [Thu, 4 Sep 2008 23:08:08 +0000 (23:08 +0000)]
after a few rounds of expts - enabling route trigger if we found a significantly better route

15 years agomore fixes
gnawali [Thu, 4 Sep 2008 22:05:00 +0000 (22:05 +0000)]
more fixes

15 years agoSome calls to underlying STM25 sector layer use cookie addresses, instead of the...
liang_mike [Thu, 4 Sep 2008 17:20:59 +0000 (17:20 +0000)]
Some calls to underlying STM25 sector layer use cookie addresses, instead of the "real" addresses

15 years agorelax white bit a little
andreaskoepke [Thu, 4 Sep 2008 16:06:10 +0000 (16:06 +0000)]
relax white bit a little

15 years agomodify for eyesIFX platform
andreaskoepke [Thu, 4 Sep 2008 14:29:21 +0000 (14:29 +0000)]
modify for eyesIFX platform

15 years agoaccessor module
andreaskoepke [Thu, 4 Sep 2008 14:28:20 +0000 (14:28 +0000)]
accessor module

15 years agoRecommited changes after bugfixing in tos/platforms/mica/Counter32khz32C.nc
devdj [Mon, 1 Sep 2008 17:47:33 +0000 (17:47 +0000)]
Recommited changes after bugfixing in tos/platforms/mica/Counter32khz32C.nc

15 years agoFixed wrong precision tag.
devdj [Mon, 1 Sep 2008 17:44:02 +0000 (17:44 +0000)]
Fixed wrong precision tag.

15 years agoreverted devdj commit that broke building for mica2dot
beutel [Mon, 1 Sep 2008 08:26:45 +0000 (08:26 +0000)]
reverted devdj commit that broke building for mica2dot

15 years agoRemove some redundant InternalFlash files.
razvanm [Wed, 27 Aug 2008 20:14:49 +0000 (20:14 +0000)]
Remove some redundant InternalFlash files.

15 years ago shadow components to use with MultihopLQI
andreaskoepke [Wed, 27 Aug 2008 10:41:03 +0000 (10:41 +0000)]
 shadow components to use with MultihopLQI

15 years agoDeluge T2 support for Epic. This includes support for at45db161d and some refactoring...
razvanm [Mon, 25 Aug 2008 16:48:45 +0000 (16:48 +0000)]
Deluge T2 support for Epic. This includes support for at45db161d and some refactoring and cleaning.

15 years agoSome old REAME corrections that I forgot to commit.
razvanm [Mon, 25 Aug 2008 16:42:45 +0000 (16:42 +0000)]
Some old REAME corrections that I forgot to commit.

15 years agoUnlike CTP, underlying LQI forwarding engine expects the outgoing packet to be update...
liang_mike [Fri, 22 Aug 2008 04:09:48 +0000 (04:09 +0000)]
Unlike CTP, underlying LQI forwarding engine expects the outgoing packet to be updated with the collection ID already

15 years agoUnlike CTP, underlying LQI forwarding engine expects the outgoing packet to be update...
liang_mike [Fri, 22 Aug 2008 03:21:34 +0000 (03:21 +0000)]
Unlike CTP, underlying LQI forwarding engine expects the outgoing packet to be updated with the collection ID already

15 years agoAllows a cthreads application to set the collection ID for a client ID
liang_mike [Fri, 22 Aug 2008 02:38:33 +0000 (02:38 +0000)]
Allows a cthreads application to set the collection ID for a client ID

15 years agomore tweak
gnawali [Thu, 21 Aug 2008 23:11:12 +0000 (23:11 +0000)]
more tweak

15 years agosome tweaks
gnawali [Thu, 21 Aug 2008 17:55:35 +0000 (17:55 +0000)]
some tweaks

15 years agosome more fixes based on discussions
gnawali [Thu, 21 Aug 2008 05:11:47 +0000 (05:11 +0000)]
some more fixes based on discussions

15 years agoChange to get rid of statically allocating space in collection queue
klueska [Thu, 21 Aug 2008 04:22:07 +0000 (04:22 +0000)]
Change to get rid of statically allocating space in collection queue

15 years agoAdded support for timesync/timestamping according to TEPs 132/133, now supporting...
devdj [Tue, 19 Aug 2008 10:28:02 +0000 (10:28 +0000)]
Added support for timesync/timestamping according to TEPs 132/133, now supporting FTSP on mica2.

15 years agoUpdated tep119.txt to respond to most of the reviews.
rfonseca76 [Tue, 19 Aug 2008 03:56:24 +0000 (03:56 +0000)]
Updated tep119.txt to respond to most of the reviews.

15 years agoAdded a length check to make sure we don't try to send a packet that is too big
rincon [Mon, 18 Aug 2008 22:04:15 +0000 (22:04 +0000)]
Added a length check to make sure we don't try to send a packet that is too big

15 years agoMake timing the optimal values.
scipio [Fri, 15 Aug 2008 21:57:31 +0000 (21:57 +0000)]
Make timing the optimal values.

Include commented out code for trickle reset in routing engine.

15 years agoUpdates from comments.
scipio [Fri, 15 Aug 2008 19:14:25 +0000 (19:14 +0000)]
Updates from comments.

15 years agoCast away const to get rid of warnings.
scipio [Fri, 15 Aug 2008 18:34:36 +0000 (18:34 +0000)]
Cast away const to get rid of warnings.

15 years agoCut out congestion code, added more comments.
scipio [Fri, 15 Aug 2008 16:48:14 +0000 (16:48 +0000)]
Cut out congestion code, added more comments.

15 years agoUpdate to set resId to 0xFF while granting
klueska [Fri, 15 Aug 2008 16:41:19 +0000 (16:41 +0000)]
Update to set resId to 0xFF while granting

15 years agoimprove computation of mean
andreaskoepke [Thu, 14 Aug 2008 13:14:09 +0000 (13:14 +0000)]
improve computation of mean

15 years agoFixing T32khz to TMilli conversion - coeficient 32 needs to be changed to 28.1.
kusy [Wed, 13 Aug 2008 07:37:05 +0000 (07:37 +0000)]
Fixing T32khz to TMilli conversion - coeficient 32 needs to be changed to 28.1.