]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
14 years agoChanges so this checkout exactly matches CVS at -r release_tinyos_2_0_2_2. tinyos/2.0.2.2
R. Steve McKown [Mon, 7 Dec 2009 21:54:47 +0000 (14:54 -0700)]
Changes so this checkout exactly matches CVS at -r release_tinyos_2_0_2_2.

16 years ago2.0.2 release_tinyos_2_0_2_2
scipio [Tue, 31 Jul 2007 07:33:03 +0000 (07:33 +0000)]
2.0.2

16 years agoUpdates.
scipio [Tue, 31 Jul 2007 07:15:44 +0000 (07:15 +0000)]
Updates.

16 years agoText.
scipio [Tue, 31 Jul 2007 07:14:04 +0000 (07:14 +0000)]
Text.

16 years ago2.0.2
scipio [Tue, 31 Jul 2007 07:11:16 +0000 (07:11 +0000)]
2.0.2

16 years agochange to the cc1000 lpl stack
beutel [Mon, 30 Jul 2007 17:48:49 +0000 (17:48 +0000)]
change to the cc1000 lpl stack

16 years agoNote on directory structure. release_tools_1_2_4_1
scipio [Mon, 30 Jul 2007 07:18:52 +0000 (07:18 +0000)]
Note on directory structure.

16 years agoNo tools!
scipio [Mon, 30 Jul 2007 07:09:33 +0000 (07:09 +0000)]
No tools!

16 years agoJars.
scipio [Mon, 30 Jul 2007 02:41:47 +0000 (02:41 +0000)]
Jars.

16 years ago1.2.4 and 2.0.2.
scipio [Mon, 30 Jul 2007 02:36:49 +0000 (02:36 +0000)]
1.2.4 and 2.0.2.

16 years agoRelease notes.
scipio [Mon, 30 Jul 2007 02:23:23 +0000 (02:23 +0000)]
Release notes.

16 years ago1.2.4
scipio [Mon, 30 Jul 2007 02:11:48 +0000 (02:11 +0000)]
1.2.4

16 years agoRemove app debugging message.
scipio [Mon, 30 Jul 2007 01:12:27 +0000 (01:12 +0000)]
Remove app debugging message.

16 years agoUndo incorrect bug fix.
scipio [Mon, 30 Jul 2007 01:10:52 +0000 (01:10 +0000)]
Undo incorrect bug fix.

16 years agoRemove warnings.
scipio [Mon, 30 Jul 2007 00:42:00 +0000 (00:42 +0000)]
Remove warnings.

16 years agoFix typo in command definition.
scipio [Mon, 30 Jul 2007 00:21:32 +0000 (00:21 +0000)]
Fix typo in command definition.

16 years agoFix off by one error
scipio [Sun, 29 Jul 2007 23:38:25 +0000 (23:38 +0000)]
Fix off by one error

16 years agoUncomment a line that was left commented out by mistake. This prevented the dissemina...
razvanm [Wed, 25 Jul 2007 23:14:13 +0000 (23:14 +0000)]
Uncomment a line that was left commented out by mistake. This prevented the dissemination of the last page in a multi-hop setting.

16 years agoFixed remove bug noted by J. Ryan Stinnett.
scipio [Tue, 24 Jul 2007 18:15:31 +0000 (18:15 +0000)]
Fixed remove bug noted by J. Ryan Stinnett.

16 years ago energy measurement circuit -- node software part
andreaskoepke [Tue, 24 Jul 2007 12:37:39 +0000 (12:37 +0000)]
 energy measurement circuit -- node software part

16 years agooverride radio chip specific parts of platform independent MultiHopLqi
andreaskoepke [Tue, 24 Jul 2007 12:32:56 +0000 (12:32 +0000)]
override radio chip specific parts of platform independent MultiHopLqi

16 years agoadd accessor function for strength field
andreaskoepke [Tue, 24 Jul 2007 12:22:42 +0000 (12:22 +0000)]
add accessor function for strength field

16 years agoBug fix from Avrinash at USC; when detecting a clear channel, you care
scipio [Fri, 20 Jul 2007 22:35:11 +0000 (22:35 +0000)]
Bug fix from Avrinash at USC; when detecting a clear channel, you care
about not just noise, but also concurrent transmissions. Before, CpmModelC
was only looking at noise, so it would transmit when other nodes nearby
were transmitting, leading to very pessimistic packet delivery rates.

16 years agoA few preprocessor variables weren't being pulled in - pull them in from DefaultLpl...
rincon [Fri, 20 Jul 2007 19:35:00 +0000 (19:35 +0000)]
A few preprocessor variables weren't being pulled in - pull them in from DefaultLpl for now, but we may need a long term solution for this if other LPL layers with different timing requires are supported.

16 years agoexplicit conversion to 32bit multiplication (work around msp430-gcc bug)
andreaskoepke [Thu, 19 Jul 2007 12:35:29 +0000 (12:35 +0000)]
explicit conversion to 32bit multiplication (work around msp430-gcc bug)

16 years agoincrease number of serial forwarders per computer
andreaskoepke [Thu, 19 Jul 2007 08:23:09 +0000 (08:23 +0000)]
increase number of serial forwarders per computer

16 years agoA missing change from the last commit.
razvanm [Thu, 19 Jul 2007 02:27:39 +0000 (02:27 +0000)]
A missing change from the last commit.

16 years agoAddress the comments from Phil Levis about burn and burn-net. The availability for...
razvanm [Thu, 19 Jul 2007 02:19:38 +0000 (02:19 +0000)]
Address the comments from Phil Levis about burn and burn-net. The availability for PySerial is tested and tosboot is compiled if the binary image is missing.

16 years agotry to circumvent Mac OS X problems
andreaskoepke [Wed, 18 Jul 2007 11:12:58 +0000 (11:12 +0000)]
try to circumvent Mac OS X problems

16 years agoFixed bug that printed extra characters if trailing unused space in msg buffer sent...
klueska [Tue, 17 Jul 2007 00:19:54 +0000 (00:19 +0000)]
Fixed bug that printed extra characters if trailing unused space in msg buffer sent over the serial line

16 years agoAdd checks for the image format from tos_image.xml (problem reported by Jonathan...
razvanm [Mon, 16 Jul 2007 22:11:02 +0000 (22:11 +0000)]
Add checks for the image format from tos_image.xml (problem reported by Jonathan Hui), fix a small bug in handling the numeric baudrate for tos-deluge and add manuals for tos-deluge and tos-build-deluge-image.

16 years agoEvceventm not command
scipio [Mon, 16 Jul 2007 21:03:07 +0000 (21:03 +0000)]
Evceventm not command
S: ----------------------------------------------------------------------

16 years agoError in length provided to memset, resulting in a buffer overflow. Error now fixed.
klueska [Mon, 16 Jul 2007 19:42:34 +0000 (19:42 +0000)]
Error in length provided to memset, resulting in a buffer overflow.  Error now fixed.

16 years agoserialsend app (test blocking writes)
idgay [Mon, 16 Jul 2007 15:58:40 +0000 (15:58 +0000)]
serialsend app (test blocking writes)

16 years agonon-blocking read fix from Steve McKown
idgay [Mon, 16 Jul 2007 15:58:16 +0000 (15:58 +0000)]
non-blocking read fix from Steve McKown

16 years agosend msg received, not bogus pkt
gnawali [Mon, 16 Jul 2007 14:51:57 +0000 (14:51 +0000)]
send msg received, not bogus pkt

16 years agoadded ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING)
maxmul [Mon, 16 Jul 2007 07:24:21 +0000 (07:24 +0000)]
added ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING)

16 years agoMoved the apps/tests/TestSharedResources application into the tutorials directory...
klueska [Fri, 13 Jul 2007 23:43:16 +0000 (23:43 +0000)]
Moved the apps/tests/TestSharedResources application into the tutorials directory and gave it a new name to fit more appropriately in there.  Also modified the tutorial itself to reflect these changes and added / deleted dsome obsolete text from it.

16 years agoChange the TOSBoot to tosboot (reported by Robert Vilzmann).
razvanm [Fri, 13 Jul 2007 18:04:19 +0000 (18:04 +0000)]
Change the TOSBoot to tosboot (reported by Robert Vilzmann).

16 years agofix exotic backoff bug, check validity of duplicate supression table first
andreaskoepke [Fri, 13 Jul 2007 16:48:27 +0000 (16:48 +0000)]
fix exotic backoff bug, check validity of duplicate supression table first

16 years agoadded ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING)
maxmul [Fri, 13 Jul 2007 15:54:08 +0000 (15:54 +0000)]
added ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING)

16 years agoFix a brake statement in a switch in FlashVolumeManagerP and update the README.txt...
razvanm [Wed, 11 Jul 2007 20:59:11 +0000 (20:59 +0000)]
Fix a brake statement in a switch in FlashVolumeManagerP and update the README.txt for Blink.

16 years agofix name
idgay [Wed, 11 Jul 2007 20:36:07 +0000 (20:36 +0000)]
fix name

16 years agoThis commit from Chieh-Jan (Mike) Liang contains the following:
razvanm [Wed, 11 Jul 2007 18:53:38 +0000 (18:53 +0000)]
This commit from Chieh-Jan (Mike) Liang contains the following:
- tos-deluge now syncs the flash volume after writing the image and updating the image version number.
- Update section 5 for the new reboot/reprogram command.

16 years agoSync test for flash logs
idgay [Wed, 11 Jul 2007 18:10:34 +0000 (18:10 +0000)]
Sync test for flash logs

16 years agofix bug when syncing page containing read pointer
idgay [Wed, 11 Jul 2007 17:26:04 +0000 (17:26 +0000)]
fix bug when syncing page containing read pointer

16 years agoHTML
scipio [Wed, 11 Jul 2007 16:13:08 +0000 (16:13 +0000)]
HTML

16 years agoFinalized
scipio [Wed, 11 Jul 2007 16:03:28 +0000 (16:03 +0000)]
Finalized

16 years agoRename the TOSBoot to tosboot.
razvanm [Wed, 11 Jul 2007 00:42:54 +0000 (00:42 +0000)]
Rename the TOSBoot to tosboot.
Enhanced UI in tos-deluge (more explicit messages for -p, progress-bar for -i and messages explaining what should happen).
Script for testing more than one mote.

16 years agorevert to old cc1000 stack
idgay [Tue, 10 Jul 2007 23:19:06 +0000 (23:19 +0000)]
revert to old cc1000 stack

16 years agoUpdated README.txt to be a bit more descriptive
klueska [Tue, 10 Jul 2007 20:01:58 +0000 (20:01 +0000)]
Updated README.txt to be a bit more descriptive

16 years agoRemoved apps/tests/TestArbiter folder and placed the arbiter tests under apps/tests...
klueska [Tue, 10 Jul 2007 19:55:30 +0000 (19:55 +0000)]
Removed apps/tests/TestArbiter folder and placed the arbiter tests under apps/tests/arbiters instead

16 years agoRemoved the cc2420_lpl reference.
rincon [Tue, 10 Jul 2007 18:01:40 +0000 (18:01 +0000)]
Removed the cc2420_lpl reference.

16 years agoUpdated comments
rincon [Tue, 10 Jul 2007 17:56:37 +0000 (17:56 +0000)]
Updated comments

16 years agoCreation.
rincon [Tue, 10 Jul 2007 17:53:14 +0000 (17:53 +0000)]
Creation.

16 years agoUpdated comments
rincon [Tue, 10 Jul 2007 17:43:06 +0000 (17:43 +0000)]
Updated comments

16 years agoThis isn't RadioCountToLeds, updated the comments.
rincon [Tue, 10 Jul 2007 17:30:36 +0000 (17:30 +0000)]
This isn't RadioCountToLeds, updated the comments.

16 years agoUpdated behavior and comments
rincon [Tue, 10 Jul 2007 17:20:46 +0000 (17:20 +0000)]
Updated behavior and comments

16 years agoRemoved left over debug LED toggling
rincon [Tue, 10 Jul 2007 16:53:53 +0000 (16:53 +0000)]
Removed left over debug LED toggling

16 years agoUpdated testing comments
rincon [Tue, 10 Jul 2007 16:47:09 +0000 (16:47 +0000)]
Updated testing comments

16 years agoRemoved TestSpiOff - this test was replaced with more sophisticated unit testing...
rincon [Tue, 10 Jul 2007 16:25:54 +0000 (16:25 +0000)]
Removed TestSpiOff - this test was replaced with more sophisticated unit testing available in tinyos-2.x-contribs/tunit.

16 years agoupdate constants to measured reality: noise depends on EMI issues, rather than
andreaskoepke [Tue, 10 Jul 2007 13:19:04 +0000 (13:19 +0000)]
update constants to measured reality: noise depends on EMI issues, rather than
on sample and hold time.

16 years agoupdate constants to measured reality. resistors in HF circuits are fun.
andreaskoepke [Tue, 10 Jul 2007 13:16:01 +0000 (13:16 +0000)]
update constants to measured reality. resistors in HF circuits are fun.

16 years agoinstrument for debug
andreaskoepke [Tue, 10 Jul 2007 13:13:42 +0000 (13:13 +0000)]
instrument for debug

16 years agoremove double posting of startdonetask
andreaskoepke [Tue, 10 Jul 2007 13:10:27 +0000 (13:10 +0000)]
remove double posting of startdonetask

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.