]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
13 years agofixed capture time upstream
sallai [Fri, 7 May 2010 04:30:15 +0000 (04:30 +0000)]
fixed capture time

13 years ago - switch to berkeley's OUI
sdhsdh [Wed, 5 May 2010 23:37:00 +0000 (23:37 +0000)]
 - switch to berkeley's OUI

13 years agoadd support for the MTS300CB / MTS310CB
mmaroti [Mon, 3 May 2010 15:53:38 +0000 (15:53 +0000)]
add support for the MTS300CB / MTS310CB

13 years agofix I2C addresses (shift it to the right by 1)
mmaroti [Mon, 3 May 2010 15:33:48 +0000 (15:33 +0000)]
fix I2C addresses (shift it to the right by 1)

13 years agofix compile time warning
mmaroti [Mon, 3 May 2010 15:31:25 +0000 (15:31 +0000)]
fix compile time warning

13 years agoallow the change of the backoff values through a define
mmaroti [Mon, 3 May 2010 15:20:49 +0000 (15:20 +0000)]
allow the change of the backoff values through a define

14 years agoFixed a bug in the Software I2C. The first time a start condition was sent the clock...
r-studio [Thu, 22 Apr 2010 13:12:00 +0000 (13:12 +0000)]
Fixed a bug in the Software I2C. The first time a start condition was sent the clock pin was not configurated correctly.

Also added a low-power pin configuration.

14 years agoAdded support for pulling the SDA and SCL pins low on I2C 2 on Mulle when they are...
r-studio [Thu, 22 Apr 2010 08:44:30 +0000 (08:44 +0000)]
Added support for pulling the SDA and SCL pins low on I2C 2 on Mulle when they are not in use. This allows the batterymonitor chip to go into sleep. Also added a delay to allow the RTC to startup when used.

14 years agoRemoved tabs.
r-studio [Thu, 22 Apr 2010 07:27:05 +0000 (07:27 +0000)]
Removed tabs.

14 years agoRemoved the use of the Boot interface in PlatformP/C and also made them compatible...
r-studio [Thu, 22 Apr 2010 07:18:22 +0000 (07:18 +0000)]
Removed the use of the Boot interface in PlatformP/C and also made them compatible with the new RV8564 interface.

14 years agoCleaned and rewrote the RV8564 interface and module a little.
r-studio [Wed, 21 Apr 2010 14:50:06 +0000 (14:50 +0000)]
Cleaned and rewrote the RV8564 interface and module a little.

14 years agoRemoved two atomic warnings from the DS2782 driver.
r-studio [Wed, 21 Apr 2010 14:02:17 +0000 (14:02 +0000)]
Removed two atomic warnings from the DS2782 driver.

14 years agoChanged the chip wiring of the RV8564 and DS2782 chips on Mulle compatible with the...
r-studio [Wed, 21 Apr 2010 12:33:40 +0000 (12:33 +0000)]
Changed the chip wiring of the RV8564 and DS2782 chips on Mulle compatible with the new software I2C changes.

14 years agoMade changes to the software i2c library in the Mulle platform.
r-studio [Wed, 21 Apr 2010 12:27:58 +0000 (12:27 +0000)]
Made changes to the software i2c library in the Mulle platform.

14 years agoAdded support for program images larger than 65k in nwprog.
r-studio [Wed, 21 Apr 2010 11:13:03 +0000 (11:13 +0000)]
Added support for program images larger than 65k in nwprog.
This was done by changing the flash imgae address offsets to 32 bit variables instead of 16 bit in Deluge.h and tos-nwprog.

14 years agoInserted a check into Resource.request() that controls if the current caller id has...
r-studio [Thu, 15 Apr 2010 12:10:54 +0000 (12:10 +0000)]
Inserted a check into Resource.request() that controls if the current caller id has a granted signal pending. This will prevent the caller to be inserted into the request queue which makes sense because the caller is the next one to be granted the resource.

This fixes a problem which prevented the RF230 driver from accessing the Spi bus when ActiveMessageAddress.changed() was signaled in the case of a ID change when using tosboot. This prevented the startup procedure to continue.

14 years agofor final board rev.
ayer1 [Thu, 15 Apr 2010 11:58:29 +0000 (11:58 +0000)]
for final board rev.

14 years agoThe PLL should only be turned on if the SLOW_SPI flag is not set.
r-studio [Thu, 15 Apr 2010 05:37:31 +0000 (05:37 +0000)]
The PLL should only be turned on if the SLOW_SPI flag is not set.

14 years agoadded more documentation to the getTime32 function
mmaroti [Tue, 13 Apr 2010 20:27:05 +0000 (20:27 +0000)]
added more documentation to the getTime32 function

14 years agochange the time stamp calculation to never round up into the future
mmaroti [Mon, 12 Apr 2010 09:21:20 +0000 (09:21 +0000)]
change the time stamp calculation to never round up into the future
(see the discussin with Steve McKown in tinyos-devel on 02/22/09)
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 agobufix the g in dup check. identified by Xiaohui Liu
gnawali [Sun, 11 Apr 2010 23:27:30 +0000 (23:27 +0000)]
bufix the g in dup check. identified by Xiaohui Liu

14 years agoproblems with beacon timer init, eliminate dead code. problems reported by Islam...
gnawali [Sun, 11 Apr 2010 23:26:35 +0000 (23:26 +0000)]
problems with beacon timer init, eliminate dead code. problems reported by Islam Hegazy

14 years agoeliminate dead code identified by Islam Hegazy
gnawali [Sun, 11 Apr 2010 23:25:28 +0000 (23:25 +0000)]
eliminate dead code identified by Islam Hegazy

14 years agoAdded support for BLIP on Mulle.
r-studio [Fri, 9 Apr 2010 15:01:33 +0000 (15:01 +0000)]
Added support for BLIP on Mulle.
Added fixes for the slow spi bus issue between Mulle and RF230.
Removed one printf statement from mulle/chips/at45db/HplAt...

14 years agoAdded TosThreads support for Mulle.
r-studio [Fri, 9 Apr 2010 14:37:35 +0000 (14:37 +0000)]
Added TosThreads support for Mulle.
From now on the M16c62p code only uses the interrupt stack. The tosthread library would else not work as intended.
Added a fix folder in the Mulle platforms folder. Se README in that folder for more information.
Did a minor fix to the at45db platform specific code regarding the initialization of the chip. The at45db chip is now initialized through the RealMainP software init so that it will be initialized after the mcu.

14 years agoAdded TosThreads support for Mulle.
r-studio [Fri, 9 Apr 2010 09:31:53 +0000 (09:31 +0000)]
Added TosThreads support for Mulle.
From now on the M16c62p code only uses the interrupt stack. The tosthread library would else not work as intended.
Added a fix folder in the Mulle platforms folder. Se README in that folder for more information.
Did a minor fix to the at45db platform specific code regarding the initialization of the chip. The at45db chip is now initialized through the RealMainP software init so that it will be initialized after the mcu.

14 years agoAdded faster baud rate speed when using sm16cf to program Mulle.
r-studio [Fri, 9 Apr 2010 09:26:49 +0000 (09:26 +0000)]
Added faster baud rate speed when using sm16cf to program Mulle.
Added a fix in crt.S for the trampoline bug in the M16c GCC implementation.
Fixed a bug in m16c62phardware.h with the atomic statements, the flag register was saved after the interrupts were disabled which is not correct.
Some Mulle defines in the Deluge code had accidentally been removed, added these again.
Added a faster software spi implementation for the RF230 specific Mulle code. It is still not fast enough, but it could be made faster if the RF230 chip code also would be modified. (Look into this in the future).

14 years agomake sim-fast target default to Python 2.5, like the sim target already does
regehr [Thu, 8 Apr 2010 04:27:24 +0000 (04:27 +0000)]
make sim-fast target default to Python 2.5, like the sim target already does

14 years agodon't let reading go past the end of the array in the (unlikely but we believe possib...
regehr [Thu, 8 Apr 2010 04:21:22 +0000 (04:21 +0000)]
don't let reading go past the end of the array in the (unlikely but we believe possible) case where readDone() and fired() get out of sync

14 years agobasestation unmodified (white-space?).
ayer1 [Tue, 6 Apr 2010 13:25:37 +0000 (13:25 +0000)]
basestation unmodified (white-space?).

reset.h added span support

14 years agoadded support for shimmer*
ayer1 [Tue, 6 Apr 2010 13:23:25 +0000 (13:23 +0000)]
added support for shimmer*

14 years agoadded command to set current time from app space.
ayer1 [Thu, 1 Apr 2010 14:46:27 +0000 (14:46 +0000)]
added command to set current time from app space.

14 years agotune the LPL constants (use 5 ms listen check)
mmaroti [Mon, 29 Mar 2010 22:26:10 +0000 (22:26 +0000)]
tune the LPL constants (use 5 ms listen check)
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 agoadd support for IRIS (it was CC2420 specific)
mmaroti [Sat, 27 Mar 2010 22:03:27 +0000 (22:03 +0000)]
add support for IRIS (it was CC2420 specific)
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 agoadd support for IRIS (it was CC2420 only)
mmaroti [Sat, 27 Mar 2010 21:52:41 +0000 (21:52 +0000)]
add support for IRIS (it was CC2420 only)
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 agoexport the RadioChannel interface
mmaroti [Sat, 27 Mar 2010 21:40:48 +0000 (21:40 +0000)]
export the RadioChannel interface
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 agofix rounding in the scale function (see MeasureClockC tinyos-help discussion on feb...
mmaroti [Sat, 27 Mar 2010 21:27:33 +0000 (21:27 +0000)]
fix rounding in the scale function (see MeasureClockC tinyos-help discussion on feb 8, 2010)
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 agonew platform release
ayer1 [Thu, 25 Mar 2010 17:36:10 +0000 (17:36 +0000)]
new platform release

14 years agonew span platform, first check-in
ayer1 [Wed, 24 Mar 2010 17:42:14 +0000 (17:42 +0000)]
new span platform, first check-in

14 years agoadded missing adc_3 - 5 pins names.
ayer1 [Tue, 23 Mar 2010 14:58:36 +0000 (14:58 +0000)]
added missing adc_3 - 5 pins names.

14 years ago.platform add for shimmer2 new gyro board support.
ayer1 [Tue, 23 Mar 2010 13:32:19 +0000 (13:32 +0000)]
.platform add for shimmer2 new gyro board support.

14 years agofixed mis-named HplGyroButton component
ayer1 [Tue, 23 Mar 2010 13:28:57 +0000 (13:28 +0000)]
fixed mis-named HplGyroButton component

added power-up call to stdcontrol.start to service apps that duty
cycle the gyros to save power (won't hurt apps having already called
stdcontrol.init).

14 years agoadded 1.1V ADC rederence
sallai [Mon, 22 Mar 2010 14:55:14 +0000 (14:55 +0000)]
added 1.1V ADC rederence

14 years agofix typo (thanks Philipp)
mmaroti [Mon, 22 Mar 2010 09:34:05 +0000 (09:34 +0000)]
fix typo (thanks Philipp)
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 agocopy the group id from the radio to the serial (it was always 0x00)
mmaroti [Mon, 22 Mar 2010 00:37:42 +0000 (00:37 +0000)]
copy the group id from the radio to the serial (it was always 0x00)
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 agodocument sloppy HW ACK timestamping
mmaroti [Sun, 21 Mar 2010 23:58:07 +0000 (23:58 +0000)]
document sloppy HW ACK timestamping
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 agofix typo (thanks Brano)
mmaroti [Sun, 21 Mar 2010 23:57:37 +0000 (23:57 +0000)]
fix typo (thanks Brano)
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 agofix the max packet length assert
mmaroti [Sun, 21 Mar 2010 23:57:02 +0000 (23:57 +0000)]
fix the max packet length assert
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 ago.platform add for gyro module
ayer1 [Wed, 17 Mar 2010 17:24:33 +0000 (17:24 +0000)]
.platform add for gyro module

hardware.h was missing input pins mnemonics for adc_3-5

hplcc2420 just whitespace

gyro support for new board, parts, interface, button, led.

14 years agoFixed some bugs with the tinyos-tools that have crept in due to incompatibilities...
klueska [Wed, 17 Mar 2010 00:38:04 +0000 (00:38 +0000)]
Fixed some bugs with the tinyos-tools that have crept in due to incompatibilities with newer versions of some external tools (i.e. java 6)

14 years agoall misc. whitespace EXCEPT:
ayer1 [Tue, 16 Mar 2010 19:29:02 +0000 (19:29 +0000)]
all misc. whitespace EXCEPT:

shimmerAnalogSetupP was missing the appropriate pin setups for the
msp430:  set input and modfunc.  should be fixed now.

14 years agoall new code largely related to supporting the fatfs addition and a
ayer1 [Tue, 16 Mar 2010 15:17:19 +0000 (15:17 +0000)]
all new code largely related to supporting the fatfs addition and a
contrib app, justfatlogging.

localtime64 is to keep localtime from wrapping timestamps every 31
hours.

shimmeranalogsetup is a wrapper for old tos-1.x dma/adc stuff to
enable quick app setup and conversion.

powersupply monitor is an old attempt to make use of msp430 utility.

14 years agoClean up code
xuanthanh18 [Thu, 11 Mar 2010 22:34:58 +0000 (22:34 +0000)]
Clean up code

14 years ago*** empty log message ***
xuanthanh18 [Thu, 11 Mar 2010 22:22:12 +0000 (22:22 +0000)]
*** empty log message ***

14 years agoadding correct wiring for this platform.
ayer1 [Thu, 11 Mar 2010 21:23:03 +0000 (21:23 +0000)]
adding correct wiring for this platform.

14 years agoadding support for ds2411 id chip on shimmer* (module under shimmer platform).
ayer1 [Thu, 11 Mar 2010 21:21:34 +0000 (21:21 +0000)]
adding support for ds2411 id chip on shimmer* (module under shimmer platform).

14 years agobugfix (by Roman Lim): reference voltage was turned off immediately when RefVolt_XXXV...
janhauer [Thu, 11 Mar 2010 09:42:25 +0000 (09:42 +0000)]
bugfix (by Roman Lim): reference voltage was turned off immediately when RefVolt_XXXV.stop() was called, but there should be a small delay; also, the internal state of the component did not get back to GENERATOR_OFF

14 years agorevert
sdhsdh [Fri, 26 Feb 2010 23:36:34 +0000 (23:36 +0000)]
revert

14 years agoswitch back to -O to fix mspgcc bug
sdhsdh [Fri, 26 Feb 2010 22:33:00 +0000 (22:33 +0000)]
switch back to -O to fix mspgcc bug

14 years agoAdjust build scripts. rc_6_tinyos_2_1_1 release_tinyos_2_1_1_3 tinyos/2.1.1
scipio [Fri, 26 Feb 2010 22:09:17 +0000 (22:09 +0000)]
Adjust build scripts.

14 years agoFix compile crash.
scipio [Fri, 26 Feb 2010 21:31:40 +0000 (21:31 +0000)]
Fix compile crash.

14 years agoForgot to push the new generic_printf.h file
klueska [Fri, 26 Feb 2010 01:08:53 +0000 (01:08 +0000)]
Forgot to push the new generic_printf.h file

14 years agoadd link to tutorial in README
sdhsdh [Tue, 23 Feb 2010 06:50:03 +0000 (06:50 +0000)]
add link to tutorial in README

14 years agosneak in eui-64 driver for epic. this is a tiny amount of code :)
sdhsdh [Tue, 23 Feb 2010 06:45:38 +0000 (06:45 +0000)]
sneak in eui-64 driver for epic.  this is a tiny amount of code :)

14 years agoFix a bug in the checking of the Deluge volumes.
razvanm [Mon, 22 Feb 2010 09:26:40 +0000 (09:26 +0000)]
Fix a bug in the checking of the Deluge volumes.

14 years agoUpdated to use generic printf functionality if none provided easily by their native...
klueska [Mon, 22 Feb 2010 05:29:55 +0000 (05:29 +0000)]
Updated to use generic printf functionality if none provided easily by their native libc

14 years agoRC4 fixes for Epic support
prabal [Sat, 20 Feb 2010 06:54:03 +0000 (06:54 +0000)]
RC4 fixes for Epic support

14 years agomoved support for shimmer* here (except for hpl) with re-worked
ayer1 [Thu, 18 Feb 2010 18:49:10 +0000 (18:49 +0000)]
moved support for shimmer* here (except for hpl) with re-worked
userbutton code removing unnecessary get, adding debounce.

14 years agoadded support for tilt switch with (basically aliased) UserButton-style code.
ayer1 [Thu, 18 Feb 2010 18:46:38 +0000 (18:46 +0000)]
added support for tilt switch with (basically aliased) UserButton-style code.

14 years agoadded a dependency for tilt switch support
ayer1 [Thu, 18 Feb 2010 18:45:11 +0000 (18:45 +0000)]
added a dependency for tilt switch support

14 years agoremoval predicated on modified implementation placed in shimmer
ayer1 [Thu, 18 Feb 2010 18:32:19 +0000 (18:32 +0000)]
removal predicated on modified implementation placed in shimmer
platform (no get; debounced).

14 years agoshould fix pointer warning
sdhsdh [Mon, 15 Feb 2010 15:16:47 +0000 (15:16 +0000)]
should fix pointer warning

14 years agoOops, checked in wrong version of a file for last commit. Should be fixed now...
klueska [Mon, 15 Feb 2010 03:18:24 +0000 (03:18 +0000)]
Oops, checked in wrong version of a file for last commit.  Should be fixed now...

14 years agoChanged the default to be that all platforms #include stdio.h unless specifically...
klueska [Mon, 15 Feb 2010 03:16:14 +0000 (03:16 +0000)]
Changed the default to be that all platforms #include stdio.h unless specifically set to include something else, and added support for imote2, hopefully...

14 years agofix uin16_t alignment bug for the msp430
mmaroti [Sat, 13 Feb 2010 22:50:09 +0000 (22:50 +0000)]
fix uin16_t alignment bug for the msp430
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 agochanged Message.h to shimmerMessage.h to eliminate confusion with the
ayer1 [Sat, 13 Feb 2010 17:10:31 +0000 (17:10 +0000)]
changed Message.h to shimmerMessage.h to eliminate confusion with the
tos-2.x message.h used in radio stacks.

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