]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
15 years agoUse md5 instead of sha1sum for Darwin.
razvanm [Thu, 29 May 2008 20:08:03 +0000 (20:08 +0000)]
Use md5 instead of sha1sum for Darwin.

15 years agoIRIS: reworked the time sync implementation
mmaroti [Thu, 29 May 2008 19:03:04 +0000 (19:03 +0000)]
IRIS: reworked the time sync implementation

15 years agoIRIS: reworked the time sync implementation
mmaroti [Thu, 29 May 2008 18:57:53 +0000 (18:57 +0000)]
IRIS: reworked the time sync implementation

15 years agoxdb support bug fix
kusy [Thu, 29 May 2008 18:04:06 +0000 (18:04 +0000)]
xdb support bug fix

15 years agomove tep 132/133 interfaces to tos/interfaces
sallai [Thu, 29 May 2008 15:43:11 +0000 (15:43 +0000)]
move tep 132/133 interfaces to tos/interfaces

15 years agoAdded more strobes and registers. Didn't add in any of the test registers.
rincon [Wed, 28 May 2008 16:39:53 +0000 (16:39 +0000)]
Added more strobes and registers.  Didn't add in any of the test registers.

15 years agochanging default programmer to jflashmm
kusy [Tue, 27 May 2008 18:21:43 +0000 (18:21 +0000)]
changing default programmer to jflashmm

15 years agoincreasing voltage of the core by .1V, .85V didn't always work
kusy [Tue, 27 May 2008 17:51:54 +0000 (17:51 +0000)]
increasing voltage of the core by .1V, .85V didn't always work

15 years agousing SPIPIO version of radio stack
kusy [Tue, 27 May 2008 17:48:16 +0000 (17:48 +0000)]
using SPIPIO version of radio stack

15 years agoadding support for PXA27X Quick Capture
kusy [Tue, 27 May 2008 17:44:42 +0000 (17:44 +0000)]
adding support for PXA27X Quick Capture

15 years agoAdded intelmote2 to CC2420 based platforms
kusy [Tue, 27 May 2008 17:31:47 +0000 (17:31 +0000)]
Added intelmote2 to CC2420 based platforms

15 years agoFixed bug: SSSR register gives fifo length + 1
kusy [Tue, 27 May 2008 17:28:32 +0000 (17:28 +0000)]
Fixed bug: SSSR register gives fifo length + 1

15 years agoadded tos-storage-pxa27xp30 to the ignore list
klueska [Mon, 26 May 2008 08:46:37 +0000 (08:46 +0000)]
added tos-storage-pxa27xp30 to the ignore list

15 years agoShouldn't have been committed. Generated by tos-storage-pxa27xp30.in after ./configu...
klueska [Mon, 26 May 2008 08:41:53 +0000 (08:41 +0000)]
Shouldn't have been committed.  Generated by tos-storage-pxa27xp30.in after ./configure is run

15 years agoOops. On last commit I removed the returning of SUCCESS from ArbiterP.... back in...
klueska [Sat, 24 May 2008 19:34:15 +0000 (19:34 +0000)]
Oops.  On last commit I removed the returning of SUCCESS from ArbiterP.... back in there now

15 years agoadded some stuff
klueska [Fri, 23 May 2008 19:30:19 +0000 (19:30 +0000)]
added some stuff

15 years agoUpdate to tos-storage-* tools to support a '-t' flag to generate a VolumeMapC.nc...
klueska [Fri, 23 May 2008 01:04:35 +0000 (01:04 +0000)]
Update to tos-storage-* tools to support a '-t' flag to generate a VolumeMapC.nc file that exports interfaces from all the volumes described in the XML file for a particular storage chip.  Also fixed the make system to create and install the tos-storage-pxa27xp30 script

15 years agoadded one more level of redirection for building the StorageVolume.h file. This...
klueska [Thu, 22 May 2008 23:56:08 +0000 (23:56 +0000)]
added one more level of redirection for building the StorageVolume.h file.  This is done in preperation to support dynamic threads that need to ahve this file built, but bypass the normal 'exe' target built for a platform.  Also remove, via the 'clean' target, a VolumeMapC.nc file that is now generated when linking the sorage abstractions used by dynamic threads to the <storage-chip>.xml file in the application directory

15 years agoUpdate to makefile. Last change broke it oops...
klueska [Thu, 22 May 2008 23:50:30 +0000 (23:50 +0000)]
Update to makefile.  Last change broke it oops...

15 years agoAdd cast to get rid of warning in gcc 4.1.2
klueska [Thu, 22 May 2008 23:17:27 +0000 (23:17 +0000)]
Add cast to get rid of warning in gcc 4.1.2

15 years agoFixed typo bug. ResourceRequested = UsartC was misspelled and hence it was complaini...
konradlorincz [Thu, 22 May 2008 20:25:28 +0000 (20:25 +0000)]
Fixed typo bug.  ResourceRequested = UsartC was misspelled and hence it was complaining about not finding ResourceRequest

15 years agoChange parameter name to idx instead of index for compatibility with nesC 1.3. In...
klueska [Thu, 22 May 2008 17:45:00 +0000 (17:45 +0000)]
Change parameter name to idx instead of index for compatibility with nesC 1.3.  In nesC 1.3, parameter names are no longer renamed in interfaces, and 'index' is an illegal parameter name because it shadows the *built-in* definition of index from gcc.  This has been fixed in newer versions of gcc, but the msp430-gcc we use (and have to use) is pretty old.  Moral of the story.... don't use index as a paramter name.

15 years agospacing
vlahan [Thu, 22 May 2008 14:56:33 +0000 (14:56 +0000)]
spacing

15 years agoShadowing not needed now that defaults properly export ResourceRequested
vlahan [Thu, 22 May 2008 14:55:43 +0000 (14:55 +0000)]
Shadowing not needed now that defaults properly export ResourceRequested

15 years agoadded parametrization of the stream interface
beutel [Thu, 22 May 2008 13:44:17 +0000 (13:44 +0000)]
added parametrization of the stream interface

15 years agofixed indentation bug in tep4.txt
beutel [Thu, 22 May 2008 12:42:59 +0000 (12:42 +0000)]
fixed indentation bug in tep4.txt

15 years agofix broken citation
gnawali [Thu, 22 May 2008 00:03:40 +0000 (00:03 +0000)]
fix broken citation

15 years agoUpdate to include paramaterization of the UartStream interface as well as push Resour...
klueska [Wed, 21 May 2008 22:11:57 +0000 (22:11 +0000)]
Update to include paramaterization of the UartStream interface as well as push ResourceRequested out to the top level components such as Msp430Spi0C and Msp430Uart0C, etc.

15 years agoImported initial SHIMMER platform code.
konradlorincz [Wed, 21 May 2008 22:07:24 +0000 (22:07 +0000)]
Imported initial SHIMMER platform code.

15 years agoImported shimmer.target
konradlorincz [Wed, 21 May 2008 22:01:33 +0000 (22:01 +0000)]
Imported shimmer.target

15 years agofix typos
gnawali [Wed, 21 May 2008 21:56:35 +0000 (21:56 +0000)]
fix typos

15 years agoNULL
scipio [Wed, 21 May 2008 00:50:11 +0000 (00:50 +0000)]
NULL

15 years agoENOMEM
scipio [Tue, 20 May 2008 21:46:21 +0000 (21:46 +0000)]
ENOMEM

15 years agoMinor comment change to test cvs permissions.
konradlorincz [Tue, 20 May 2008 18:16:15 +0000 (18:16 +0000)]
Minor comment change to test cvs permissions.

15 years agoMerge of the latest Deluge T2.
razvanm [Mon, 19 May 2008 21:25:08 +0000 (21:25 +0000)]
Merge of the latest Deluge T2.

15 years agoremoving a test file
gnawali [Mon, 19 May 2008 18:54:16 +0000 (18:54 +0000)]
removing a test file

16 years agoAdded alternalte PowerManagerP implementation that infinitely retrys on the fail...
klueska [Sat, 17 May 2008 02:18:09 +0000 (02:18 +0000)]
Added alternalte PowerManagerP implementation that infinitely retrys on the fail of start or stop

16 years agoMinor updates to Makefiles for LowPowerSensing application
klueska [Sat, 17 May 2008 01:27:55 +0000 (01:27 +0000)]
Minor updates to Makefiles for LowPowerSensing application

16 years agoAllow the build directory to be customized
klueska [Fri, 16 May 2008 22:10:21 +0000 (22:10 +0000)]
Allow the build directory to be customized

16 years agoadded iris as an alias to 57600bps baud rate
sallai [Fri, 16 May 2008 19:28:39 +0000 (19:28 +0000)]
added iris as an alias to 57600bps baud rate

16 years agoIRIS: remove platform specific interfaces from ActiveMessageC
mmaroti [Fri, 16 May 2008 18:45:37 +0000 (18:45 +0000)]
IRIS: remove platform specific interfaces from ActiveMessageC

16 years agorename RF230 specific files to conform the TEP naming conventions
mmaroti [Fri, 16 May 2008 17:43:48 +0000 (17:43 +0000)]
rename RF230 specific files to conform the TEP naming conventions

16 years agoEnabled broadcast address recognition in software.
rincon [Fri, 16 May 2008 16:03:45 +0000 (16:03 +0000)]
Enabled broadcast address recognition in software.

16 years agoReverting back to decentralized handling of interrupts on the msp430. Centralizing...
klueska [Thu, 15 May 2008 23:57:13 +0000 (23:57 +0000)]
Reverting back to decentralized handling of interrupts on the msp430.  Centralizing them has the side effect of forcing all interrupt handlers to be included regardless of whether the component that actually DEPENDS on it is included or not.  Leads to unnecessary code bloat.  Original motivation for centralizing them in the first place was in anticipation of adding tosthreads in the upcoming release.  A better way of supporting them without the need for centralized interrupt handlers was found, hence the rollback.

16 years agoresurrect the dummy low power listening
mmaroti [Thu, 15 May 2008 07:04:12 +0000 (07:04 +0000)]
resurrect the dummy low power listening

16 years agoAdded/modified compile warnings to let the developer know what he's getting.
rincon [Wed, 14 May 2008 21:40:54 +0000 (21:40 +0000)]
Added/modified compile warnings to let the developer know what he's getting.

16 years ago* Removed hardware address recognition to monitor its affect on unit tests, low power...
rincon [Wed, 14 May 2008 21:33:07 +0000 (21:33 +0000)]
* Removed hardware address recognition to monitor its affect on unit tests, low power listening reliability, and ack reliability in general.
* Implemented software-based address recognition in ReceiveP.
* Applied Steve Dawson-Haggerty's patch to make the RadioBackoff interface parameterized by AM ID only at the top of the stack, whiich allows stack modifications that do not support AM ID's to exist below the active message layer.

16 years agoadded RF230_RSSI_ENERGY config option to report ED instead of RSSI
mmaroti [Tue, 13 May 2008 22:59:37 +0000 (22:59 +0000)]
added RF230_RSSI_ENERGY config option to report ED instead of RSSI

16 years agoIRIS: add TXPOWER and RSSI to the metadata
mmaroti [Tue, 13 May 2008 19:48:00 +0000 (19:48 +0000)]
IRIS: add TXPOWER and RSSI to the metadata

16 years agoTEP 125.
scipio [Tue, 13 May 2008 18:38:55 +0000 (18:38 +0000)]
TEP 125.

16 years agofix the range - NALP code for TinyOS is 0x3f
gnawali [Tue, 13 May 2008 18:30:47 +0000 (18:30 +0000)]
fix the range - NALP code for TinyOS is 0x3f

16 years agoSmall cleanup.
vlahan [Tue, 13 May 2008 15:48:09 +0000 (15:48 +0000)]
Small cleanup.

16 years agomake the default rxSleepinterval(msg) to be the localSleepInterval
mmaroti [Tue, 13 May 2008 09:12:04 +0000 (09:12 +0000)]
make the default rxSleepinterval(msg) to be the localSleepInterval
and Send.cancel improvements

16 years ago-Fix support for transparent sending of cc2420 packets over serial type 0x02 frames
vlahan [Tue, 13 May 2008 00:15:21 +0000 (00:15 +0000)]
-Fix support for transparent sending of cc2420 packets over serial type 0x02 frames

16 years agoRearranged order of unconfigure with power down via ResourceDefaultOwner
klueska [Fri, 9 May 2008 21:29:01 +0000 (21:29 +0000)]
Rearranged order of unconfigure with power down via ResourceDefaultOwner

16 years agoadd LPL tests and remove bad TX check from RF230LayerP
mmaroti [Thu, 8 May 2008 21:31:13 +0000 (21:31 +0000)]
add LPL tests and remove bad TX check from RF230LayerP

16 years agofix power up lockup triggered by LPL
mmaroti [Thu, 8 May 2008 19:41:27 +0000 (19:41 +0000)]
fix power up lockup triggered by LPL

16 years agoremoved LPL debugging code
mmaroti [Wed, 7 May 2008 23:24:47 +0000 (23:24 +0000)]
removed LPL debugging code

16 years agoinitial draft
gnawali [Wed, 7 May 2008 21:37:44 +0000 (21:37 +0000)]
initial draft

16 years agomore LPL debugging
mmaroti [Wed, 7 May 2008 21:33:13 +0000 (21:33 +0000)]
more LPL debugging

16 years agono message
mmaroti [Wed, 7 May 2008 20:42:45 +0000 (20:42 +0000)]
no message

16 years agoconsolidated the normal and sniffer drivers
mmaroti [Wed, 7 May 2008 20:39:57 +0000 (20:39 +0000)]
consolidated the normal and sniffer drivers

16 years agofix a typo
mmaroti [Wed, 7 May 2008 20:30:34 +0000 (20:30 +0000)]
fix a typo

16 years agoadd some debugging functionality
mmaroti [Wed, 7 May 2008 20:29:36 +0000 (20:29 +0000)]
add some debugging functionality

16 years agofix the description of the implementation
gnawali [Tue, 6 May 2008 22:58:30 +0000 (22:58 +0000)]
fix the description of the implementation

16 years agoUpdates to 119.
scipio [Tue, 6 May 2008 22:21:03 +0000 (22:21 +0000)]
Updates to 119.

16 years agoincorporate a patch from Frederik Hermans -- looks like the 2.4 kernel can not
andreaskoepke [Tue, 6 May 2008 14:19:36 +0000 (14:19 +0000)]
incorporate a patch from Frederik Hermans -- looks like the 2.4 kernel can not
send all 260 bytes of a normal msp430 program chunk at once, so now you can
choose a proper chunk size on the command line.

16 years agoimprove savepp
idgay [Mon, 5 May 2008 21:20:08 +0000 (21:20 +0000)]
improve savepp

16 years agosimplify use of fnesc-cppdir
idgay [Mon, 5 May 2008 21:15:16 +0000 (21:15 +0000)]
simplify use of fnesc-cppdir

16 years agosome updates
gnawali [Sun, 4 May 2008 18:38:27 +0000 (18:38 +0000)]
some updates

16 years agoallow nonsafe compilation with 1.3.0
idgay [Fri, 2 May 2008 21:54:19 +0000 (21:54 +0000)]
allow nonsafe compilation with 1.3.0

16 years agowarn about bad message classes
idgay [Fri, 2 May 2008 21:14:16 +0000 (21:14 +0000)]
warn about bad message classes

16 years ago-quiet option for nesdoc
idgay [Fri, 2 May 2008 20:49:44 +0000 (20:49 +0000)]
-quiet option for nesdoc

16 years agoundo
idgay [Fri, 2 May 2008 20:41:00 +0000 (20:41 +0000)]
undo

16 years agomove app.xml out of the way
idgay [Fri, 2 May 2008 20:40:35 +0000 (20:40 +0000)]
move app.xml out of the way

16 years agoadd #include
idgay [Fri, 2 May 2008 19:55:26 +0000 (19:55 +0000)]
add #include

16 years agoremove useless wrappers
idgay [Fri, 2 May 2008 19:54:15 +0000 (19:54 +0000)]
remove useless wrappers

16 years agoremove useless as
idgay [Fri, 2 May 2008 19:53:10 +0000 (19:53 +0000)]
remove useless as

16 years agomod is slow
idgay [Fri, 2 May 2008 19:52:48 +0000 (19:52 +0000)]
mod is slow

16 years agofix machine description
idgay [Fri, 2 May 2008 19:50:48 +0000 (19:50 +0000)]
fix machine description

16 years agoneeds include
idgay [Fri, 2 May 2008 19:50:10 +0000 (19:50 +0000)]
needs include

16 years agofix comment
idgay [Fri, 2 May 2008 19:50:00 +0000 (19:50 +0000)]
fix comment

16 years agocleanup
idgay [Fri, 2 May 2008 19:48:54 +0000 (19:48 +0000)]
cleanup

16 years agoindentation
idgay [Fri, 2 May 2008 19:47:28 +0000 (19:47 +0000)]
indentation

16 years ago- write a packet in one go to the tcp side
andreaskoepke [Fri, 2 May 2008 09:21:22 +0000 (09:21 +0000)]
- write a packet in one go to the tcp side
- some hand-written functions replaced by their library equivalents

16 years agoIncorporate net2 comments.
scipio [Thu, 1 May 2008 20:18:50 +0000 (20:18 +0000)]
Incorporate net2 comments.

16 years agoRemove TODO comments because of the SPI change it is no longer relevant
mmaroti [Wed, 30 Apr 2008 17:01:31 +0000 (17:01 +0000)]
Remove TODO comments because of the SPI change it is no longer relevant

16 years agoECN bit was not being set properly
gnawali [Mon, 28 Apr 2008 04:29:37 +0000 (04:29 +0000)]
ECN bit was not being set properly

16 years agoproperly use Trickle to control beacon rates
gnawali [Mon, 28 Apr 2008 04:28:36 +0000 (04:28 +0000)]
properly use Trickle to control beacon rates

16 years agoAllow possibly multiple slaves for the Atmega128 SPI bus.
mmaroti [Thu, 24 Apr 2008 22:31:25 +0000 (22:31 +0000)]
Allow possibly multiple slaves for the Atmega128 SPI bus.
Move the slave select logic from the HPL SPI to the user of the resouce.
This touched the MicaZ SPI access (but not the mica2 which uses its own logic)

16 years agodisable LPL by default, use CFLAGS+=-DLOW_POWER_LISTENING in the Makefile to enable LPL
sallai [Thu, 24 Apr 2008 22:04:10 +0000 (22:04 +0000)]
disable LPL by default, use CFLAGS+=-DLOW_POWER_LISTENING in the Makefile to enable LPL

16 years agoDo the propoer LPL selection on IRIS for the AntiTheft app
mmaroti [Thu, 24 Apr 2008 21:15:50 +0000 (21:15 +0000)]
Do the propoer LPL selection on IRIS for the AntiTheft app

16 years agoDyslexic bug fix. Thank Chieh-Jan (Mike) Liang for finding the backwards memset...
rincon [Thu, 24 Apr 2008 17:03:43 +0000 (17:03 +0000)]
Dyslexic bug fix.  Thank Chieh-Jan (Mike) Liang for finding the backwards memset arguments.

16 years agoUpdate to dummy ACtiveMessageC component here to be inline with changed to Receive...
klueska [Thu, 24 Apr 2008 06:52:12 +0000 (06:52 +0000)]
Update to dummy ACtiveMessageC component here to be inline with changed to Receive and Packet interfaces from a few months back

16 years agoadded mib520.extra to be used with the mib520 programming board
sallai [Wed, 23 Apr 2008 20:31:58 +0000 (20:31 +0000)]
added mib520.extra to be used with the mib520 programming board

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