]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
16 years agoremove group field, breaks MAC timings.
andreaskoepke [Tue, 10 Jul 2007 13:09:47 +0000 (13:09 +0000)]
remove group field, breaks MAC timings.

16 years agoThis commit from Chieh-Jan (Mike) Liang fixes the following issues:
razvanm [Tue, 10 Jul 2007 01:17:39 +0000 (01:17 +0000)]
This commit from Chieh-Jan (Mike) Liang fixes the following issues:
- Add a new command to reprogram the network (instead of motes automatically reprogram after they receive an image).
- Update the documentation to reflect the new command.
- Add README.txt files for the examples.

16 years ago- Fix UartByte to properly disable interrupts before busywaiting on the TX interrupt...
vlahan [Tue, 10 Jul 2007 00:49:41 +0000 (00:49 +0000)]
- Fix UartByte to properly disable interrupts before busywaiting on the TX interrupt flag, and clear the flag and enable interrupts back afterwards, problem reported by David M.

16 years ago- keep flash clock pin in output to improve stability when the flash is in deep sleep...
vlahan [Tue, 10 Jul 2007 00:42:36 +0000 (00:42 +0000)]
- keep flash clock pin in output to improve stability when the flash is in deep sleep and the pin is floating, reported by Razvan ME

16 years ago- Set DCO calibrate target back to 4096 binary kHz
vlahan [Tue, 10 Jul 2007 00:24:31 +0000 (00:24 +0000)]
- Set DCO calibrate target back to 4096 binary kHz
- Add new command/event in Msp430ClockInit to enable overriding of the startup values for the DCO calibrate routine
- Modify PlatformC/PlatformP in platform/telosa to use intermediate configuration MoteClockC that can be used to override the default clock initialization via MoteClockP
- Add MoteClockC and MoteClockP in platform/telosb to allow for usage of the DCOR flag / ROSC on tmote sky. The overriding configuration is currently disabled pending closer review of the calibration routine behavior for the new setup and other potential gotchas

16 years agoChange the name to be correct.
scipio [Mon, 9 Jul 2007 23:54:36 +0000 (23:54 +0000)]
Change the name to be correct.

16 years agofix colours in README
idgay [Mon, 9 Jul 2007 20:45:54 +0000 (20:45 +0000)]
fix colours in README

16 years agoRemoved binary file that somehow got into the repository.
hiro [Mon, 9 Jul 2007 17:20:16 +0000 (17:20 +0000)]
Removed binary file that somehow got into the repository.

16 years agoFixed state issues causing LPL to not duty cycle properly; updated unit tests to...
rincon [Sat, 7 Jul 2007 03:35:17 +0000 (03:35 +0000)]
Fixed state issues causing LPL to not duty cycle properly; updated unit tests to test for this case

16 years agore-implementation of C serial forwarder in C++
andreaskoepke [Fri, 6 Jul 2007 20:29:12 +0000 (20:29 +0000)]
re-implementation of C serial forwarder in C++

16 years agoUpdated readme to place the #define's at the top where people will find them. Added...
rincon [Fri, 6 Jul 2007 18:34:38 +0000 (18:34 +0000)]
Updated readme to place the #define's at the top where people will find them.  Added a comment about CC2420_NO_ADDRESS_RECOGNITION

16 years agoDue to the new #define's to control auto-acks and address recognition in the CC2420...
rincon [Fri, 6 Jul 2007 18:27:27 +0000 (18:27 +0000)]
Due to the new #define's to control auto-acks and address recognition in the CC2420 stack, a separate BaseStationCC2420 application is no longer necessary.  Removing it improves configuration management.

16 years agoUpdated README's to describe different options when compiling for the CC2420. Update...
rincon [Fri, 6 Jul 2007 18:26:04 +0000 (18:26 +0000)]
Updated README's to describe different options when compiling for the CC2420.  Updated the Makefile to include the new CC2420 configurations.  This does away with the need for a separate BaseStationCC2420 since no files need to be overridden.

16 years agoUpdated readme with latest comments
rincon [Fri, 6 Jul 2007 18:10:11 +0000 (18:10 +0000)]
Updated readme with latest comments

16 years agoUpdated the HTML regression test report, named it something more date-neutral. Updat...
rincon [Fri, 6 Jul 2007 18:09:44 +0000 (18:09 +0000)]
Updated the HTML regression test report, named it something more date-neutral.  Updated CC2420Config to provide async commands so CC2420Receive can use them to perform software address checking.

16 years agoAlarmCounter needs the #include depending on component loading order.
scipio [Fri, 6 Jul 2007 17:33:22 +0000 (17:33 +0000)]
AlarmCounter needs the #include depending on component loading order.
Add a typedef for mcu power type for the null platform.

16 years agoFixed escape characters suggested by Razvan Musaloiu
klueska [Thu, 5 Jul 2007 18:24:37 +0000 (18:24 +0000)]
Fixed escape characters suggested by Razvan Musaloiu

16 years agoread of ack in write_packet should behave as if source was non-blocking
idgay [Thu, 5 Jul 2007 16:02:50 +0000 (16:02 +0000)]
read of ack in write_packet should behave as if source was non-blocking

16 years agoturn off bluetooth power on init
beutel [Wed, 4 Jul 2007 22:02:45 +0000 (22:02 +0000)]
turn off bluetooth power on init

16 years agoMatch the latest CC2420 stack, disables address recognition and hardware auto-ack's.
rincon [Wed, 4 Jul 2007 17:45:12 +0000 (17:45 +0000)]
Match the latest CC2420 stack, disables address recognition and hardware auto-ack's.

16 years agoNew jar that has serial updates.
scipio [Wed, 4 Jul 2007 16:16:57 +0000 (16:16 +0000)]
New jar that has serial updates.

16 years agoPatch that includes source address fields for packet.
scipio [Wed, 4 Jul 2007 16:15:11 +0000 (16:15 +0000)]
Patch that includes source address fields for packet.

16 years agoSimulation test cases.
scipio [Wed, 4 Jul 2007 15:53:56 +0000 (15:53 +0000)]
Simulation test cases.

16 years agoUpdated test code and scripts.
scipio [Wed, 4 Jul 2007 15:51:54 +0000 (15:51 +0000)]
Updated test code and scripts.

16 years agoNew CC2420 architecture in place for 2.0.2 release. See the README.txt file for...
rincon [Wed, 4 Jul 2007 00:37:14 +0000 (00:37 +0000)]
New CC2420 architecture in place for 2.0.2 release.  See the README.txt file for changes. Test results from TUnit testing are included.

16 years agoRemoved old CC2420 architecture, preparing to insert better organized code structure
rincon [Wed, 4 Jul 2007 00:34:17 +0000 (00:34 +0000)]
Removed old CC2420 architecture, preparing to insert better organized code structure

16 years agoNew CC2420 packages
rincon [Wed, 4 Jul 2007 00:32:32 +0000 (00:32 +0000)]
New CC2420 packages

16 years agoFinal edits?
scipio [Mon, 2 Jul 2007 23:35:04 +0000 (23:35 +0000)]
Final edits?

16 years agoMy system now recognizes tinyos.jar as a binary instead of text/ascii. No more corru...
rincon [Mon, 2 Jul 2007 22:02:02 +0000 (22:02 +0000)]
My system now recognizes tinyos.jar as a binary instead of text/ascii.  No more corruption issues?

16 years agoReports of tinyos.jar being corrupted. Fact is, it's been corrupted for several...
rincon [Mon, 2 Jul 2007 21:59:05 +0000 (21:59 +0000)]
Reports of tinyos.jar being corrupted.  Fact is, it's been corrupted for several revisions.  I'll try to remove it from my end and upload it as a binary instead of text/ascii to see if that helps.

16 years agoNits on letters versus numbers.
scipio [Mon, 2 Jul 2007 21:30:48 +0000 (21:30 +0000)]
Nits on letters versus numbers.

16 years agochanges for C++
idgay [Mon, 2 Jul 2007 20:52:51 +0000 (20:52 +0000)]
changes for C++

16 years agosome more changes
beutel [Thu, 28 Jun 2007 16:41:55 +0000 (16:41 +0000)]
some more changes

16 years agoThis commit from Chieh-Jan (Mike) Liang fixes the following issues:
razvanm [Wed, 27 Jun 2007 20:04:57 +0000 (20:04 +0000)]
This commit from Chieh-Jan (Mike) Liang fixes the following issues:
- DelugeStorage is no longer included when DELUGE flag is not defined.
- Fix a problem related to the way MicaZ storage driver allocates volumes in reverse order than the one defined in XML file. The symptom here is that --diss command will disseminate the wrong volume.
- Fix the problem of not changing local node ID properly. The problem was reported by Ryan Stinnett.
- After a page is received and written to flash, sync the flash (especially for AT45DB).

16 years agoNot needed anymore.
janhauer [Mon, 25 Jun 2007 15:51:27 +0000 (15:51 +0000)]
Not needed anymore.

16 years agoAdded macros that can be used to reduce codesize (Msp430Adc12.h).
janhauer [Mon, 25 Jun 2007 15:47:14 +0000 (15:47 +0000)]
Added macros that can be used to reduce codesize (Msp430Adc12.h).
Updated README.

16 years agoExample application demonstrating the use of all commands/events in
janhauer [Mon, 25 Jun 2007 15:43:37 +0000 (15:43 +0000)]
Example application demonstrating the use of all commands/events in
Msp430Adc12SingleChannel and Msp430Adc12MultiChannel via different
ADC wrappers.

16 years agoAdded a generic that generates a nesC warning if someone wired to RefVolt arbiter
janhauer [Mon, 25 Jun 2007 13:44:49 +0000 (13:44 +0000)]
Added a generic that generates a nesC warning if someone wired to RefVolt arbiter
but forgot to wire the AdcConfigure interface (the component does not generate
any code).

16 years agoFirst, we'll pull the new FifoQueue component out of the baseline for now so its...
rincon [Sat, 23 Jun 2007 05:14:40 +0000 (05:14 +0000)]
First, we'll pull the new FifoQueue component out of the baseline for now so its interface is not permanently cast into TinyOS.  Then, we'll define some broad, useful Queue interface to support many the types of behavior, including the ones you are mentioning.  Finally, we (anybody) can implement various Queues using the unified Queue interfaces.

16 years agoClearing extra debug printouts that snuck in
hiro [Sat, 23 Jun 2007 03:38:50 +0000 (03:38 +0000)]
Clearing extra debug printouts that snuck in

16 years agoAdding the AM group stuff to TOSSIM's serial AM.
hiro [Sat, 23 Jun 2007 03:33:16 +0000 (03:33 +0000)]
Adding the AM group stuff to TOSSIM's serial AM.

16 years agoAdded the AM group stuff.
hiro [Fri, 22 Jun 2007 21:15:01 +0000 (21:15 +0000)]
Added the AM group stuff.

16 years agoFix for ActiveMessageC.
scipio [Fri, 22 Jun 2007 02:54:14 +0000 (02:54 +0000)]
Fix for ActiveMessageC.

16 years agominor typo in the filename in the first line
beutel [Thu, 21 Jun 2007 21:44:52 +0000 (21:44 +0000)]
minor typo in the filename in the first line

16 years agofixed platform definition for btnode3
beutel [Thu, 21 Jun 2007 21:44:16 +0000 (21:44 +0000)]
fixed platform definition for btnode3

working apps are Null and Blink (on 4 leds!) - RadioCountToLed still has some weirdness...

16 years agoNits on TEP 1.
scipio [Thu, 21 Jun 2007 19:38:42 +0000 (19:38 +0000)]
Nits on TEP 1.
Incorporated alliance commments on TEP 120.

16 years agoFix a mistake in a path (reported by Yu-En Tsai).
razvanm [Thu, 21 Jun 2007 18:52:12 +0000 (18:52 +0000)]
Fix a mistake in a path (reported by Yu-En Tsai).

16 years agoadded testbed tep draft as tep130
beutel [Thu, 21 Jun 2007 18:23:44 +0000 (18:23 +0000)]
added testbed tep draft as tep130

16 years agoGeneric FIFO queue infrastructure. Also makes a good message_t* queue.
rincon [Thu, 21 Jun 2007 17:50:03 +0000 (17:50 +0000)]
Generic FIFO queue infrastructure.  Also makes a good message_t* queue.

16 years agoAdd group.
scipio [Thu, 21 Jun 2007 16:00:04 +0000 (16:00 +0000)]
Add group.

16 years ago- re-introduced, accidentally removed, AM group field
phihup [Thu, 21 Jun 2007 11:44:14 +0000 (11:44 +0000)]
- re-introduced, accidentally removed, AM group field

16 years agoAdded AM group.
scipio [Wed, 20 Jun 2007 23:49:02 +0000 (23:49 +0000)]
Added AM group.

16 years agoadded capability for building pdfs from rst
beutel [Wed, 20 Jun 2007 20:00:35 +0000 (20:00 +0000)]
added capability for building pdfs from rst
minor cosmetic fix to table in tep103

16 years agoMoved from CC2420 radio. See TEP 127.
rincon [Tue, 19 Jun 2007 18:11:44 +0000 (18:11 +0000)]
Moved from CC2420 radio.  See TEP 127.

16 years agoUpdated the ActiveMessageAddress interface after discovering issues with calling...
rincon [Tue, 19 Jun 2007 17:30:08 +0000 (17:30 +0000)]
Updated the ActiveMessageAddress interface after discovering issues with calling setAmGroup() and setAmAddress() separately and having the radio try to split-phase sync() with each one of those.

16 years agoUpdates from small nits noted by Tal.
scipio [Tue, 19 Jun 2007 00:43:27 +0000 (00:43 +0000)]
Updates from small nits noted by Tal.

16 years agoAdded a -no-output and null renderer option for deployable applications that only...
rincon [Mon, 18 Jun 2007 20:36:36 +0000 (20:36 +0000)]
Added a -no-output and null renderer option for deployable applications that only want serial forwarder running completely in the background.  Have yet to regenerat/commit the baseline .jar that corresponds to this addition.

16 years agoThese are not used anymore.
razvanm [Fri, 15 Jun 2007 19:10:09 +0000 (19:10 +0000)]
These are not used anymore.

16 years agoCheck function pointers.
scipio [Fri, 15 Jun 2007 00:45:18 +0000 (00:45 +0000)]
Check function pointers.

16 years agominimal html compliance thing
beutel [Thu, 14 Jun 2007 19:16:30 +0000 (19:16 +0000)]
minimal html compliance thing

16 years agorepaired warnings on compilation to html
beutel [Thu, 14 Jun 2007 18:51:58 +0000 (18:51 +0000)]
repaired warnings on compilation to html

16 years agorepaired warnings on compilation to html
beutel [Thu, 14 Jun 2007 18:39:53 +0000 (18:39 +0000)]
repaired warnings on compilation to html

16 years agorepaired warnings on comilation to html
beutel [Thu, 14 Jun 2007 18:25:26 +0000 (18:25 +0000)]
repaired warnings on comilation to html

16 years agorepaired warnings on compilation to html, especially the figure is not what it was...
beutel [Thu, 14 Jun 2007 17:41:50 +0000 (17:41 +0000)]
repaired warnings on compilation to html, especially the figure is not what it was meant to be in the txt file anymore...

16 years agorepaired warnings on comilation to html
beutel [Thu, 14 Jun 2007 17:34:50 +0000 (17:34 +0000)]
repaired warnings on comilation to html

16 years agoMade it a little more async friendly
rincon [Thu, 14 Jun 2007 04:39:02 +0000 (04:39 +0000)]
Made it a little more async friendly

16 years agoAdded isState(), improved atomic access
rincon [Thu, 14 Jun 2007 01:10:59 +0000 (01:10 +0000)]
Added isState(), improved atomic access

16 years agoAdded the ActiveMessageAddress interface, letting components know when address and...
rincon [Wed, 13 Jun 2007 20:45:29 +0000 (20:45 +0000)]
Added the ActiveMessageAddress interface, letting components know when address and group id information changes.

16 years agoadded override for different docutil installations using RST2HTML env variable
beutel [Wed, 13 Jun 2007 15:32:12 +0000 (15:32 +0000)]
added override for different docutil installations using RST2HTML env variable

16 years agoadded override for different docutil installations using RST2HTML env variable
beutel [Wed, 13 Jun 2007 15:12:04 +0000 (15:12 +0000)]
added override for different docutil installations using RST2HTML env variable

16 years agoignoring *.class
beutel [Tue, 12 Jun 2007 18:11:16 +0000 (18:11 +0000)]
ignoring *.class

16 years agoadded ignore for *.pyc
beutel [Tue, 12 Jun 2007 18:09:52 +0000 (18:09 +0000)]
added ignore for *.pyc

16 years agoadded ignore for libtoscomm.so
beutel [Tue, 12 Jun 2007 18:09:03 +0000 (18:09 +0000)]
added ignore for libtoscomm.so

16 years agoignoring build dir
beutel [Tue, 12 Jun 2007 17:29:56 +0000 (17:29 +0000)]
ignoring build dir

16 years agoadded class, java and build file to be ignored
beutel [Tue, 12 Jun 2007 17:29:17 +0000 (17:29 +0000)]
added class, java and build file to be ignored

16 years agoadded class file to be ignored
beutel [Tue, 12 Jun 2007 17:28:31 +0000 (17:28 +0000)]
added class file to be ignored

16 years agohandle TOSH_DATA_LENGTH more gracefully
andreaskoepke [Tue, 12 Jun 2007 11:02:35 +0000 (11:02 +0000)]
handle TOSH_DATA_LENGTH more gracefully

16 years ago102 updates from Ben Greenstein
idgay [Mon, 11 Jun 2007 20:42:35 +0000 (20:42 +0000)]
102 updates from Ben Greenstein

16 years agoremoved .cvsignore
beutel [Sun, 10 Jun 2007 16:41:18 +0000 (16:41 +0000)]
removed .cvsignore

16 years agoFix for a warning when building against recent avr-libc (patch from Aurelien Francillon).
razvanm [Fri, 8 Jun 2007 16:56:38 +0000 (16:56 +0000)]
Fix for a warning when building against recent avr-libc (patch from Aurelien Francillon).

16 years agoMissing commit to enable the support for MicaZ (reported by Aurelien Francillon).
razvanm [Fri, 8 Jun 2007 16:53:05 +0000 (16:53 +0000)]
Missing commit to enable the support for MicaZ (reported by Aurelien Francillon).

16 years agoSearch for tos-deluge in PATH first (patch from Aurelien Francillon).
razvanm [Fri, 8 Jun 2007 16:52:12 +0000 (16:52 +0000)]
Search for tos-deluge in PATH first (patch from Aurelien Francillon).

16 years agoRemoved as no longer used. Noted by Razvan from JHU.
scipio [Thu, 7 Jun 2007 22:14:08 +0000 (22:14 +0000)]
Removed as no longer used. Noted by Razvan from JHU.

16 years agoswitch to cc1000_lpl radio stack
idgay [Thu, 7 Jun 2007 17:08:49 +0000 (17:08 +0000)]
switch to cc1000_lpl radio stack

16 years agomissing file
idgay [Thu, 7 Jun 2007 16:59:34 +0000 (16:59 +0000)]
missing file

16 years agodon't use empyty structs (non-standard)
idgay [Thu, 7 Jun 2007 16:57:22 +0000 (16:57 +0000)]
don't use empyty structs (non-standard)

16 years ago- Check in fixes made by Guillermo De Cesco.
jwhui [Thu, 7 Jun 2007 16:14:22 +0000 (16:14 +0000)]
- Check in fixes made by Guillermo De Cesco.

16 years agoAdded support for MAC OS in tools compilation
klueska [Thu, 7 Jun 2007 07:22:18 +0000 (07:22 +0000)]
Added support for MAC OS in tools compilation

16 years agobuild both 32 and 64-bit versions of the JNI code so as to support both
idgay [Wed, 6 Jun 2007 22:40:17 +0000 (22:40 +0000)]
build both 32 and 64-bit versions of the JNI code so as to support both
32 and 64-bit JDKs
install the appropriate JNI version depending on whether the JDK is 32 or 64-bit

all this is for Linux only for now

16 years agoAdd PYTHONPATH and CPM length comments.
scipio [Wed, 6 Jun 2007 17:58:04 +0000 (17:58 +0000)]
Add PYTHONPATH and CPM length comments.

16 years agosome C sdk bug fixes + Mac OS X support
idgay [Wed, 6 Jun 2007 16:17:42 +0000 (16:17 +0000)]
some C sdk bug fixes + Mac OS X support

16 years agoforce 32 bit compilation
idgay [Tue, 5 Jun 2007 21:09:15 +0000 (21:09 +0000)]
force 32 bit compilation

16 years agofix a serial bug
idgay [Tue, 5 Jun 2007 21:08:55 +0000 (21:08 +0000)]
fix a serial bug
force 32-bit compilation (JDKs seem to want that)

16 years agoappdoc target for per-app documentation
idgay [Mon, 4 Jun 2007 20:57:44 +0000 (20:57 +0000)]
appdoc target for per-app documentation

16 years agoAdd support for MicaZ to Deluge T2.
razvanm [Sat, 2 Jun 2007 00:09:14 +0000 (00:09 +0000)]
Add support for MicaZ to Deluge T2.

16 years agoProvide UartByte interface
rincon [Fri, 1 Jun 2007 23:49:00 +0000 (23:49 +0000)]
Provide UartByte interface

16 years agoadd -app option to nesdoc to generate app-level graphs
idgay [Fri, 1 Jun 2007 23:07:20 +0000 (23:07 +0000)]
add -app option to nesdoc to generate app-level graphs

16 years agoLeds.
scipio [Fri, 1 Jun 2007 15:48:17 +0000 (15:48 +0000)]
Leds.

16 years agoFinalized.
scipio [Thu, 31 May 2007 06:24:50 +0000 (06:24 +0000)]
Finalized.

16 years agoSmall cleanup. This file prevented the directory from pruning.
razvanm [Wed, 30 May 2007 21:58:54 +0000 (21:58 +0000)]
Small cleanup. This file prevented the directory from pruning.