]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
14 years agoUpdate READMEs to included instructions about blip make extra.
sdhsdh [Sat, 13 Feb 2010 13:35:30 +0000 (13:35 +0000)]
Update READMEs to included instructions about blip make extra.

14 years agoFix the time stamping correction code
mmaroti [Fri, 12 Feb 2010 21:52:45 +0000 (21:52 +0000)]
Fix the time stamping correction code
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/

14 years agowiring the wrong resource
sdhsdh [Thu, 11 Feb 2010 04:39:46 +0000 (04:39 +0000)]
wiring the wrong resource

14 years agoadded mods to allow configuration of standard baudrates, moving
ayer1 [Wed, 10 Feb 2010 20:02:38 +0000 (20:02 +0000)]
added mods to allow configuration of standard baudrates, moving
setbaudrate to setrawbaudrate.

setbaudrate now takes a baudrate argument (e.g. "115k") while the
factor goes to setrawbaudrate (baudrate * 0.004096).

also added commented instructions for changing bt uart to 230k from
default 115200.

added document explaining use of bt modules with this configuration.

14 years agoShouldn't fail when you reach the end of the log. Sync instead.
scipio [Wed, 10 Feb 2010 19:13:06 +0000 (19:13 +0000)]
Shouldn't fail when you reach the end of the log. Sync instead.

14 years agoFixed TestJoin README and javadoc
klueska [Tue, 9 Feb 2010 22:49:44 +0000 (22:49 +0000)]
Fixed TestJoin README and javadoc

14 years agoAddress comments for README from RC4 testing, and clarify the expected LED behavior
liang_mike [Tue, 9 Feb 2010 01:54:51 +0000 (01:54 +0000)]
Address comments for README from RC4 testing, and clarify the expected LED behavior

14 years ago- bugfix: empty data frame sent in response to a datarequest (somtimes) had wrong...
janhauer [Thu, 4 Feb 2010 16:31:15 +0000 (16:31 +0000)]
- bugfix: empty data frame sent in response to a datarequest (somtimes) had wrong header size
- updated signature of dummy component NoPromiscuousModeP

14 years agofix one more uint8 and uint16 mismatch
gnawali [Thu, 4 Feb 2010 07:36:52 +0000 (07:36 +0000)]
fix one more uint8 and uint16 mismatch

14 years agoget rid of +5 for rounding, change arg name in functions in CtpInfo to match the...
gnawali [Thu, 4 Feb 2010 07:31:46 +0000 (07:31 +0000)]
get rid of +5 for rounding, change arg name in functions in CtpInfo to match the arg names in the implementation, fix bug reported by Faisal Aslam - VERY_LARGE_EETX was set to 0xff

14 years agoupdate AM_DHV=0x63
xuanthanh18 [Wed, 3 Feb 2010 22:08:34 +0000 (22:08 +0000)]
update AM_DHV=0x63

14 years agoremoved deprecated LowPowerListening.nc
sallai [Wed, 3 Feb 2010 16:51:47 +0000 (16:51 +0000)]
removed deprecated LowPowerListening.nc

14 years agoLPL interface changes
sallai [Wed, 3 Feb 2010 16:50:27 +0000 (16:50 +0000)]
LPL interface changes

14 years agoadded LPL interface to ActiveMessageC
sallai [Wed, 3 Feb 2010 16:49:23 +0000 (16:49 +0000)]
added LPL interface to ActiveMessageC

14 years agoTypo
liang_mike [Tue, 2 Feb 2010 16:14:24 +0000 (16:14 +0000)]
Typo

14 years agofix i2c read (tested on iris and mica2 w\ external pullup)
sallai [Mon, 1 Feb 2010 20:25:33 +0000 (20:25 +0000)]
fix i2c read (tested on iris and mica2 w\ external pullup)

14 years agomake ctp tep123 compliant
gnawali [Fri, 29 Jan 2010 19:03:43 +0000 (19:03 +0000)]
make ctp tep123 compliant

14 years agoAdded bug-fix to XE1205PhyP.nc, where the xe1205_mtu constant was misinterpreted.
rflury [Fri, 29 Jan 2010 10:44:39 +0000 (10:44 +0000)]
Added bug-fix to XE1205PhyP.nc, where the xe1205_mtu constant was misinterpreted.

14 years agoreplaced missing hw timer b1 from bad cut-and-paste from telos carried
ayer1 [Thu, 28 Jan 2010 15:15:15 +0000 (15:15 +0000)]
replaced missing hw timer b1 from bad cut-and-paste from telos carried
from shimmer the first.

hardware.h addition...following practice.  might not be necessary.

14 years agogot rid of bogus comment about b1 not being available on telos.
ayer1 [Thu, 28 Jan 2010 15:09:18 +0000 (15:09 +0000)]
got rid of bogus comment about b1 not being available on telos.

14 years agoremapped timer ports to reflect the availability of b1 on port 4.1
ayer1 [Thu, 28 Jan 2010 15:06:58 +0000 (15:06 +0000)]
remapped timer ports to reflect the availability of b1 on port 4.1
(this was incorrectly left out from a telos cut-and-paste).

14 years agoUpdates the README
liang_mike [Wed, 27 Jan 2010 21:11:54 +0000 (21:11 +0000)]
Updates the README

14 years agoin newer mspgcc/nesc(?) sizeof(message_header_t) > sizeof(message_radio_header_t),
andreaskoepke [Wed, 27 Jan 2010 14:42:10 +0000 (14:42 +0000)]
in newer mspgcc/nesc(?) sizeof(message_header_t) > sizeof(message_radio_header_t),
leading to an off by one error. In addition, the message_header_t is aligned on the LSBs.
This fixes all the issues.

14 years agoMake note of off-by-one being OK
scipio [Wed, 27 Jan 2010 04:56:22 +0000 (04:56 +0000)]
Make note of off-by-one being OK

14 years agoTEP3: #define to enum and email in README
kaisenl [Mon, 25 Jan 2010 19:26:38 +0000 (19:26 +0000)]
TEP3: #define to enum and email in README

14 years agoAdded email to README
kaisenl [Mon, 25 Jan 2010 19:25:58 +0000 (19:25 +0000)]
Added email to README

14 years agoresource allocation is initialization
andreaskoepke [Sun, 24 Jan 2010 23:02:37 +0000 (23:02 +0000)]
resource allocation is initialization

14 years agouse the same data structure to calculate lengths in transmit and in receive
andreaskoepke [Sun, 24 Jan 2010 23:01:32 +0000 (23:01 +0000)]
use the same data structure to calculate lengths in transmit and in receive
(removes a bug with newer msp-gcc versions)
check truth in C styls
resource allocation is initialization

14 years agoupdate to new debug if
andreaskoepke [Sun, 24 Jan 2010 22:58:53 +0000 (22:58 +0000)]
update to new debug if
resource allocation is initialization

14 years agodos2unix conversions done; cygwin user complained about malformed eols
ayer1 [Sun, 24 Jan 2010 16:04:30 +0000 (16:04 +0000)]
dos2unix conversions done; cygwin user complained about malformed eols

14 years agoMore fixes.
scipio [Wed, 20 Jan 2010 20:00:48 +0000 (20:00 +0000)]
More fixes.

14 years agoRemove rounding error in PoolP.nc, fix async warnings in BitVectorC.
scipio [Wed, 20 Jan 2010 19:59:07 +0000 (19:59 +0000)]
Remove rounding error in PoolP.nc, fix async warnings in BitVectorC.

14 years agoFix sf reference.
scipio [Wed, 20 Jan 2010 19:54:28 +0000 (19:54 +0000)]
Fix sf reference.

14 years agoadded author credit for re-write.
ayer1 [Wed, 20 Jan 2010 18:17:32 +0000 (18:17 +0000)]
added author credit for re-write.

14 years agore-work to reflect sfd remapping to interrupt-driven implementation
ayer1 [Wed, 20 Jan 2010 17:55:39 +0000 (17:55 +0000)]
re-work to reflect sfd remapping to interrupt-driven implementation
instead of unavailable capture pin default.

14 years agodiscovery that cc2420 uses capture pin not connected on shimmer2
ayer1 [Wed, 20 Jan 2010 17:40:25 +0000 (17:40 +0000)]
discovery that cc2420 uses capture pin not connected on shimmer2
requires this interrupt-driven implementation of sfd capture.

14 years agoFix the issue with tos-deluge not timing out properly.
razvanm [Tue, 19 Jan 2010 00:45:53 +0000 (00:45 +0000)]
Fix the issue with tos-deluge not timing out properly.

14 years agosmall bug fix: thanks to Benedikt Andreas Koeppel <bkoeppel@ee.ethz.ch>
sdhsdh [Mon, 18 Jan 2010 20:18:18 +0000 (20:18 +0000)]
small bug fix: thanks to Benedikt Andreas Koeppel <bkoeppel@ee.ethz.ch>

14 years agoFix a typo.
razvanm [Sat, 16 Jan 2010 10:07:00 +0000 (10:07 +0000)]
Fix a typo.

14 years agoWorkaround the erase problems with AT45DB
razvanm [Sat, 16 Jan 2010 10:02:29 +0000 (10:02 +0000)]
Workaround the erase problems with AT45DB

The previous commit did not take in consideration that STM45P
requires the erase operation. The new strategy is to make the
FlashVolumeManager refuse the erase for AT45DB, and make the
tos-deluge attempt to overwrite of the metadata only when the
erase fails.

14 years agoApplied patches from Joel Granados.
scipio [Fri, 15 Jan 2010 20:42:53 +0000 (20:42 +0000)]
Applied patches from Joel Granados.

14 years agoexplain test procedure and how to interpret results; change code to use leds to indic...
gnawali [Thu, 14 Jan 2010 21:53:58 +0000 (21:53 +0000)]
explain test procedure and how to interpret results; change code to use leds to indicate basic errors

14 years agoPrabal's fix for the application: He did it on my laptop :)
klueska [Thu, 14 Jan 2010 15:46:26 +0000 (15:46 +0000)]
Prabal's fix for the application: He did it on my laptop :)

14 years agoadded provided PacketTimeStamp interfaces
sallai [Wed, 13 Jan 2010 18:43:02 +0000 (18:43 +0000)]
added provided PacketTimeStamp interfaces

14 years agoadjusting wait time for powercycle based upon wider testing of sd card
ayer1 [Wed, 13 Jan 2010 15:08:56 +0000 (15:08 +0000)]
adjusting wait time for powercycle based upon wider testing of sd card
brands for successful transition between spi and raw data modes; many
fail at 20ms.

14 years agoFix the problem where the app hangs
liang_mike [Tue, 12 Jan 2010 22:19:39 +0000 (22:19 +0000)]
Fix the problem where the app hangs

14 years agoUpdate READMEs
liang_mike [Mon, 11 Jan 2010 22:28:53 +0000 (22:28 +0000)]
Update READMEs
Update Makefile for Epic cthreads

14 years agoUpdate READMEs
liang_mike [Mon, 11 Jan 2010 05:30:40 +0000 (05:30 +0000)]
Update READMEs

14 years agoUpdate READMEs
liang_mike [Mon, 11 Jan 2010 05:17:53 +0000 (05:17 +0000)]
Update READMEs

14 years agoAdd tosthreads support for Epic platform
liang_mike [Mon, 11 Jan 2010 04:48:39 +0000 (04:48 +0000)]
Add tosthreads support for Epic platform

14 years agoremove 6lowpancli
sdhsdh [Sat, 9 Jan 2010 00:31:51 +0000 (00:31 +0000)]
remove 6lowpancli

14 years agochanged polarity of led pins so that they're off!
ayer1 [Fri, 8 Jan 2010 16:34:19 +0000 (16:34 +0000)]
changed polarity of led pins so that they're off!

14 years agoadded led clears to make null app cause shimmer2 to really do nothing.
ayer1 [Fri, 8 Jan 2010 13:25:19 +0000 (13:25 +0000)]
added led clears to make null app cause shimmer2 to really do nothing.

14 years agoadded led clears to make null app cause shimmer to really do nothing.
ayer1 [Fri, 8 Jan 2010 13:24:48 +0000 (13:24 +0000)]
added led clears to make null app cause shimmer to really do nothing.

14 years agoFix a problem where cthreads' VolumeMapC.nc is not properly generated for at45db
liang_mike [Fri, 8 Jan 2010 06:06:05 +0000 (06:06 +0000)]
Fix a problem where cthreads' VolumeMapC.nc is not properly generated for at45db

14 years agoadded note about how to set node id; it took me a lot of grepping to
ayer1 [Wed, 6 Jan 2010 18:57:20 +0000 (18:57 +0000)]
added note about how to set node id; it took me a lot of grepping to
figure out...

14 years agoFix Java compilation problem for cthreads' TestCollection app
liang_mike [Tue, 5 Jan 2010 22:15:57 +0000 (22:15 +0000)]
Fix Java compilation problem for cthreads' TestCollection app

14 years ago- polished READMEs
janhauer [Tue, 5 Jan 2010 17:12:56 +0000 (17:12 +0000)]
- polished READMEs
- simplified some test apps

14 years ago- fixed an issue with the beacon sequence number being set incorrectly
janhauer [Tue, 5 Jan 2010 16:41:16 +0000 (16:41 +0000)]
- fixed an issue with the beacon sequence number being set incorrectly
- fixed an issue with indirect transmissions (frame was not allocated properly)
- added some debug info

14 years agoAdded sentence to indicate successful run of this application
klueska [Tue, 5 Jan 2010 02:04:43 +0000 (02:04 +0000)]
Added sentence to indicate successful run of this application

14 years agoinclude printf by default
r-studio [Mon, 4 Jan 2010 13:53:23 +0000 (13:53 +0000)]
include printf by default

14 years agoReplace the erase with a write in tos-deluge to avoid the erase inconsistencies on...
razvanm [Fri, 1 Jan 2010 08:53:40 +0000 (08:53 +0000)]
Replace the erase with a write in tos-deluge to avoid the erase inconsistencies on AT45DB.

14 years agoAdd some more notes.
scipio [Tue, 29 Dec 2009 00:42:36 +0000 (00:42 +0000)]
Add some more notes.

14 years agoAdded randomization to timers for better testing.
scipio [Tue, 29 Dec 2009 00:15:55 +0000 (00:15 +0000)]
Added randomization to timers for better testing.
Adjusted test script to run a single node longer.

14 years agoAdded more notes.
scipio [Tue, 29 Dec 2009 00:14:23 +0000 (00:14 +0000)]
Added more notes.

14 years agoFixed three bugs:
scipio [Mon, 28 Dec 2009 23:12:13 +0000 (23:12 +0000)]
Fixed three bugs:
  1) Peter Bigot @ Rincon noted that the changed flag was incorrectly cleared
     and set, such that elapsed time would not be considered in trickle timers.
     This caused trickle timers to fire late.

  2) The possibility of a subtraction wraparound could cause timers to
     have very large values and fire very late.

  3) A repetition of subtracting the elapsed time (in both the fired
     event and in adjustTime) would cause timers to fire early.

14 years agoUpdated documentation on all of the applications as well as modified the TestJoin...
klueska [Wed, 23 Dec 2009 18:08:46 +0000 (18:08 +0000)]
Updated documentation on all of the applications as well as modified the TestJoin application slightly

14 years agorevert changes because of RC testing
mmaroti [Wed, 23 Dec 2009 04:35:42 +0000 (04:35 +0000)]
revert changes because of RC testing
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/

14 years agoReturn EINVAL instead of ESIZE in order to obey the LogAppend.append interface. The...
razvanm [Wed, 23 Dec 2009 02:28:47 +0000 (02:28 +0000)]
Return EINVAL instead of ESIZE in order to obey the LogAppend.append interface. The bug was reported by Maria Kazandjieva.

14 years agoadded lowpowerlistening wiring for lpl.
ayer1 [Tue, 22 Dec 2009 13:14:02 +0000 (13:14 +0000)]
added lowpowerlistening wiring for lpl.

14 years agoadded wiring to component lowpowerlistening, for, er, lpl.
ayer1 [Tue, 22 Dec 2009 10:43:28 +0000 (10:43 +0000)]
added wiring to component lowpowerlistening, for, er, lpl.

14 years agoUpdate my email address
klueska [Tue, 22 Dec 2009 08:34:09 +0000 (08:34 +0000)]
Update my email address

14 years agodefine a NOASSERT macro
mmaroti [Mon, 21 Dec 2009 10:12:29 +0000 (10:12 +0000)]
define a NOASSERT macro
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/

14 years agooutput the energy instead of rssi
mmaroti [Sat, 19 Dec 2009 04:53:00 +0000 (04:53 +0000)]
output the energy instead of rssi

14 years agoAdding in cc2420 security support for intelmote2.
jgko [Fri, 18 Dec 2009 23:31:09 +0000 (23:31 +0000)]
Adding in cc2420 security support for intelmote2.

14 years agoOne more small fix to clarify the expectations for TestSecurity
jgko [Fri, 18 Dec 2009 02:36:55 +0000 (02:36 +0000)]
One more small fix to clarify the expectations for TestSecurity

14 years agoChanges to TestSecurity README for clarification
jgko [Fri, 18 Dec 2009 02:15:34 +0000 (02:15 +0000)]
Changes to TestSecurity README for clarification

14 years agofix typos
gnawali [Wed, 16 Dec 2009 23:28:49 +0000 (23:28 +0000)]
fix typos

14 years agofixing 32khz timesync compile errors; print out error msg
kusy [Wed, 16 Dec 2009 21:34:43 +0000 (21:34 +0000)]
fixing 32khz timesync compile errors; print out error msg

14 years agoprint out error message when unsupported platform
kusy [Wed, 16 Dec 2009 21:33:20 +0000 (21:33 +0000)]
print out error message when unsupported platform

14 years agoFIN_WAIT_2 was never implemented, which causes the stack to hang in certain cases...
sdhsdh [Wed, 16 Dec 2009 20:10:37 +0000 (20:10 +0000)]
FIN_WAIT_2 was never implemented, which causes the stack to hang in certain cases.  This commit should resolve this issue.

14 years agotarget file update
r-studio [Tue, 15 Dec 2009 09:44:27 +0000 (09:44 +0000)]
target file update

14 years agoadded D/A converdet interface and clean implementation
r-studio [Tue, 15 Dec 2009 08:48:39 +0000 (08:48 +0000)]
added D/A converdet interface and clean implementation

14 years agoApplication must enable radio
kaisenl [Tue, 15 Dec 2009 01:12:47 +0000 (01:12 +0000)]
Application must enable radio

14 years agoThe beacon sequence number can now be modified by the next higher layer through a...
janhauer [Mon, 14 Dec 2009 16:46:49 +0000 (16:46 +0000)]
The beacon sequence number can now be modified by the next higher layer through a call the MLME_SET.macBSN()

14 years ago- reduced RAM usage of the beacon sync component
janhauer [Mon, 14 Dec 2009 12:50:06 +0000 (12:50 +0000)]
- reduced RAM usage of the beacon sync component
- fixed spooling out of messages in case of a SYNC_LOSS

14 years agobug fix: proper sending of end-to-end etx to BS
kusy [Mon, 14 Dec 2009 02:30:23 +0000 (02:30 +0000)]
bug fix: proper sending of end-to-end etx to BS

14 years agofix logical operator bug found by Thomas Schmid
mmaroti [Thu, 10 Dec 2009 00:29:06 +0000 (00:29 +0000)]
fix logical operator bug found by Thomas Schmid

14 years agoallocate 0x63 for dhv
gnawali [Tue, 8 Dec 2009 20:43:46 +0000 (20:43 +0000)]
allocate 0x63 for dhv

14 years agoallow HW ACK for time sync messages if RF230_HARDWARE_ACK is defined
mmaroti [Mon, 7 Dec 2009 16:52:36 +0000 (16:52 +0000)]
allow HW ACK for time sync messages if RF230_HARDWARE_ACK is defined

14 years agoFix a typo.
razvanm [Sat, 5 Dec 2009 22:20:00 +0000 (22:20 +0000)]
Fix a typo.

14 years agoif root is unplugged and plugged back in, the network does not route to the root...
gnawali [Sat, 5 Dec 2009 02:59:49 +0000 (02:59 +0000)]
if root is unplugged and plugged back in, the network does not route to the root anymore, fix: properly reinitialize the link, problem reported by Maria Kazandjieva

14 years agoGetting release notes ready for 2.1.1.
scipio [Sat, 5 Dec 2009 00:15:09 +0000 (00:15 +0000)]
Getting release notes ready for 2.1.1.

14 years agochanges to cc2420 TestSecurity app file for imote2s
jgko [Fri, 4 Dec 2009 23:17:35 +0000 (23:17 +0000)]
changes to cc2420 TestSecurity app file for imote2s

14 years agoInitial support for hardware acknowledgements and address recognition. Use RF230_HARD...
mmaroti [Fri, 4 Dec 2009 23:10:57 +0000 (23:10 +0000)]
Initial support for hardware acknowledgements and address recognition. Use RF230_HARDWARE_ACK to enable it.

14 years agominor cleanup
mmaroti [Fri, 4 Dec 2009 22:50:59 +0000 (22:50 +0000)]
minor cleanup

14 years agoAdded a comment
janhauer [Thu, 3 Dec 2009 17:36:13 +0000 (17:36 +0000)]
Added a comment

14 years agoUse $(shell uname) instead of $(OSTYPE) to detect the MacOS.
razvanm [Wed, 2 Dec 2009 17:48:21 +0000 (17:48 +0000)]
Use $(shell uname) instead of $(OSTYPE) to detect the MacOS.

14 years agore-enable icmp messages
sdhsdh [Mon, 30 Nov 2009 23:29:15 +0000 (23:29 +0000)]
re-enable icmp messages

14 years agoUse the AM_TIMESYNCMSG name for the active message ID used by all time sync messages
mmaroti [Mon, 30 Nov 2009 21:25:06 +0000 (21:25 +0000)]
Use the AM_TIMESYNCMSG name for the active message ID used by all time sync messages