]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
15 years agoNow supporting PIB attribute "macRxOnWhenIdle"
janhauer [Mon, 4 May 2009 09:40:36 +0000 (09:40 +0000)]
Now supporting PIB attribute "macRxOnWhenIdle"

15 years agoEnergy scan returned wrong status code if EnergyDetectList array size was equal to...
janhauer [Thu, 30 Apr 2009 13:23:48 +0000 (13:23 +0000)]
Energy scan returned wrong status code if EnergyDetectList array size was equal to number of scanned channels (as pointed out by D. Santos). This is now fixed.

15 years agoOne more small change for Deluge T2 to allow it to properly deal with images bigger...
razvanm [Tue, 28 Apr 2009 22:54:17 +0000 (22:54 +0000)]
One more small change for Deluge T2 to allow it to properly deal with images bigger than 64K.

15 years agoIndirect transmissions in nonbeacon-enabled PANs on coordinator side were not properl...
janhauer [Tue, 28 Apr 2009 14:12:03 +0000 (14:12 +0000)]
Indirect transmissions in nonbeacon-enabled PANs on coordinator side were not properly handed in DataP - fixed that. Did some cosmetic changes.

15 years agoframe must only be accessed in active/orphan scan
janhauer [Mon, 27 Apr 2009 09:42:08 +0000 (09:42 +0000)]
frame must only be accessed in active/orphan scan

15 years agoEnergy detection scan was not properly checking the radio state. Now fixed.
janhauer [Mon, 27 Apr 2009 09:26:18 +0000 (09:26 +0000)]
Energy detection scan was not properly checking the radio state. Now fixed.

15 years agominor change
regehr [Sat, 25 Apr 2009 04:51:28 +0000 (04:51 +0000)]
minor change

15 years agofix by Daniel Santos: for an orphan scan the buffers may be empty
janhauer [Fri, 24 Apr 2009 16:44:55 +0000 (16:44 +0000)]
fix by Daniel Santos: for an orphan scan the buffers may be empty

15 years agouse the AMSenderC infrastructure for TimeSyncMessageC to avoid CTP send clashes
mmaroti [Thu, 23 Apr 2009 20:42:20 +0000 (20:42 +0000)]
use the AMSenderC infrastructure for TimeSyncMessageC to avoid CTP send clashes

15 years agoadd todos
regehr [Thu, 23 Apr 2009 17:17:28 +0000 (17:17 +0000)]
add todos

15 years agoFix for Deluge T2 to properly deal with images bigger than 64K.
razvanm [Thu, 23 Apr 2009 00:44:56 +0000 (00:44 +0000)]
Fix for Deluge T2 to properly deal with images bigger than 64K.

15 years agosome cosmetic fixes, and a bugfix in ScanP (IEEE154_LIMIT_REACHED was not signalled...
janhauer [Fri, 17 Apr 2009 14:47:09 +0000 (14:47 +0000)]
some cosmetic fixes, and a bugfix in ScanP (IEEE154_LIMIT_REACHED was not signalled when the maximum number of descriptors/ED samples was reached) -- this was noticed by Daniel F. P. Santos

15 years agospell fix
regehr [Wed, 15 Apr 2009 03:01:35 +0000 (03:01 +0000)]
spell fix

15 years agorandom typo fix
regehr [Wed, 15 Apr 2009 03:00:36 +0000 (03:00 +0000)]
random typo fix

15 years agoupdate todos
regehr [Tue, 14 Apr 2009 19:36:07 +0000 (19:36 +0000)]
update todos

15 years agoimprove readability of error messages a bit
regehr [Mon, 13 Apr 2009 22:15:52 +0000 (22:15 +0000)]
improve readability of error messages a bit

15 years agoupdate docs, todos
regehr [Sat, 11 Apr 2009 20:51:04 +0000 (20:51 +0000)]
update docs, todos

15 years agoignore failure of tos-ramsize, it is not a critical part of the build
regehr [Sat, 11 Apr 2009 05:39:40 +0000 (05:39 +0000)]
ignore failure of tos-ramsize, it is not a critical part of the build

15 years agofix bug in recursion reporting
regehr [Sat, 11 Apr 2009 02:36:39 +0000 (02:36 +0000)]
fix bug in recursion reporting

15 years agofix
regehr [Fri, 10 Apr 2009 23:03:24 +0000 (23:03 +0000)]
fix

15 years agoadd stack checking makefile support
regehr [Fri, 10 Apr 2009 22:32:06 +0000 (22:32 +0000)]
add stack checking makefile support

15 years agoadd stack depth estimation tool
regehr [Fri, 10 Apr 2009 22:11:00 +0000 (22:11 +0000)]
add stack depth estimation tool

15 years agoFix of a bug in time sync mode code. Thanks Jiangjie. (https://www.millennium.berkele...
kusy [Fri, 10 Apr 2009 21:39:50 +0000 (21:39 +0000)]
Fix of a bug in time sync mode code. Thanks Jiangjie. (https://www.millennium.berkeley.edu/pipermail/tinyos-devel/2009-April/003780.html)

15 years agoUpdate an incorrect comment. Thanks to Thomas. (https://www.millennium.berkeley.edu...
kusy [Fri, 10 Apr 2009 21:38:09 +0000 (21:38 +0000)]
Update an incorrect comment. Thanks to Thomas. (https://www.millennium.berkeley.edu/pipermail/tinyos-devel/2009-March/003733.html)

15 years agomake traffic monitor optional
mmaroti [Fri, 10 Apr 2009 08:33:20 +0000 (08:33 +0000)]
make traffic monitor optional

15 years agofix Ieee154MessageC wiring
mmaroti [Fri, 10 Apr 2009 07:46:44 +0000 (07:46 +0000)]
fix Ieee154MessageC wiring

15 years agomove/create RF2xxTimeSyncMessageC to avoid future changes in platforms
mmaroti [Thu, 9 Apr 2009 21:26:39 +0000 (21:26 +0000)]
move/create RF2xxTimeSyncMessageC to avoid future changes in platforms

15 years agoUse BareSend/BareReceive instead of Send/Receive to avoid duplication of payload...
mmaroti [Thu, 9 Apr 2009 20:48:02 +0000 (20:48 +0000)]
Use BareSend/BareReceive instead of Send/Receive to avoid duplication of payload handling code

15 years agoupate it to the latest driver architecture
mmaroti [Wed, 8 Apr 2009 22:24:41 +0000 (22:24 +0000)]
upate it to the latest driver architecture

15 years agoadd the SendNotifier interface
mmaroti [Wed, 8 Apr 2009 22:16:16 +0000 (22:16 +0000)]
add the SendNotifier interface

15 years agoRemoved some unused code
janhauer [Tue, 7 Apr 2009 15:40:12 +0000 (15:40 +0000)]
Removed some unused code

15 years agoreorganized packet header handling, added RF212Ieee154MessageC for BLIP
mmaroti [Tue, 7 Apr 2009 02:27:43 +0000 (02:27 +0000)]
reorganized packet header handling, added RF212Ieee154MessageC for BLIP

15 years agoreorganized packet header handling
mmaroti [Sat, 4 Apr 2009 00:43:55 +0000 (00:43 +0000)]
reorganized packet header handling

15 years agochange metadata handling,
mmaroti [Thu, 2 Apr 2009 22:09:59 +0000 (22:09 +0000)]
change metadata handling,
remove the RF2xxPacket component, move functionality to RF2xxActiveMessage,
prepare blip support (RF2xxMessageC)

15 years agoupdated README.txt, changed a comment
janhauer [Thu, 2 Apr 2009 14:02:11 +0000 (14:02 +0000)]
updated README.txt, changed a comment

15 years agoFixing the wiring for the Rx data interface in nonbeacon-enabled mode.
janhauer [Wed, 1 Apr 2009 08:50:39 +0000 (08:50 +0000)]
Fixing the wiring for the Rx data interface in nonbeacon-enabled mode.

15 years agoimplement the PacketLink layer
mmaroti [Mon, 30 Mar 2009 22:29:48 +0000 (22:29 +0000)]
implement the PacketLink layer

15 years agorename IEEE154Packet components to avoid a clash with blip
mmaroti [Mon, 30 Mar 2009 21:20:15 +0000 (21:20 +0000)]
rename IEEE154Packet components to avoid a clash with blip

15 years agoFix component name typo reported by Morten Tranberg Hansen
vlahan [Mon, 30 Mar 2009 18:56:34 +0000 (18:56 +0000)]
Fix component name typo reported by Morten Tranberg Hansen

15 years agorename IEEE154Packet components to avoid a clash with blip
mmaroti [Sun, 29 Mar 2009 21:12:06 +0000 (21:12 +0000)]
rename IEEE154Packet components to avoid a clash with blip

15 years agosimplify default channel configuration
mmaroti [Fri, 27 Mar 2009 21:54:56 +0000 (21:54 +0000)]
simplify default channel configuration

15 years agodocument the generic configuration options
mmaroti [Fri, 27 Mar 2009 13:22:43 +0000 (13:22 +0000)]
document the generic configuration options

15 years agosome formating
mmaroti [Fri, 27 Mar 2009 13:22:12 +0000 (13:22 +0000)]
some formating

15 years agoadjusted a comment
janhauer [Thu, 26 Mar 2009 17:50:44 +0000 (17:50 +0000)]
adjusted a comment

15 years agomade hex output nicer
janhauer [Thu, 26 Mar 2009 17:17:50 +0000 (17:17 +0000)]
made hex output nicer

15 years agoAdded some explanation about the serial debugging.
janhauer [Thu, 26 Mar 2009 15:29:22 +0000 (15:29 +0000)]
Added some explanation about the serial debugging.

15 years agodocument the RF230 specific configuration options
mmaroti [Thu, 26 Mar 2009 13:50:15 +0000 (13:50 +0000)]
document the RF230 specific configuration options

15 years agosupport slow SPI interfaces
mmaroti [Thu, 26 Mar 2009 13:49:25 +0000 (13:49 +0000)]
support slow SPI interfaces

15 years agoFixed an issue with indirect transmissions in nonbeacon-enabled mode: DispatchUnslott...
janhauer [Wed, 25 Mar 2009 16:47:49 +0000 (16:47 +0000)]
Fixed an issue with indirect transmissions in nonbeacon-enabled mode: DispatchUnslottedCsmaP didn't check whether it already had the RadioToken before making a new request

15 years agoupdated the ASSERT(X) statement for cases when debugging is disabled (the previous...
janhauer [Wed, 25 Mar 2009 09:27:26 +0000 (09:27 +0000)]
updated the ASSERT(X) statement for cases when debugging is disabled (the previous variant generated a warning on micaz)

15 years ago1) simplified the resource transfer: removed ResourceTransfer* interfaces and corresp...
janhauer [Tue, 24 Mar 2009 12:56:46 +0000 (12:56 +0000)]
1) simplified the resource transfer: removed ResourceTransfer* interfaces and corresponding components, replaced them by a single new extended TransferableResource interface (the token passing mechanism remains the same, but now there are less interfaces/components involved).
2) made some small fixes/modifications to facilitate porting to micaz, as proposed by Daniel F. PiƱeiro Santos

15 years agocorrect reception of packets that require an ACK, patch provided by Roman Lim
andreaskoepke [Mon, 23 Mar 2009 11:28:02 +0000 (11:28 +0000)]
correct reception of packets that require an ACK, patch provided by Roman Lim

15 years agoFix a typo: eprb,PORT -> eprb,HOST.
razvanm [Tue, 17 Mar 2009 19:31:42 +0000 (19:31 +0000)]
Fix a typo: eprb,PORT -> eprb,HOST.

15 years agoIncrease the ack timeout for MIB600 to 0.5s.
razvanm [Tue, 17 Mar 2009 19:30:26 +0000 (19:30 +0000)]
Increase the ack timeout for MIB600 to 0.5s.

15 years agoThis file is not used and should have been removed in the last commit.
janhauer [Tue, 17 Mar 2009 11:34:09 +0000 (11:34 +0000)]
This file is not used and should have been removed in the last commit.

15 years agofixed bug in addNewEntry noticed by Phil (https://www.millennium.berkeley.edu/piperma...
kusy [Mon, 16 Mar 2009 22:51:18 +0000 (22:51 +0000)]
fixed bug in addNewEntry noticed by Phil (https://www.millennium.berkeley.edu/pipermail/tinyos-devel/2009-March/003710.html)

15 years agolets be more generic with timing
mmaroti [Sun, 15 Mar 2009 12:48:04 +0000 (12:48 +0000)]
lets be more generic with timing

15 years agoIntel Open Source License
idgay [Fri, 13 Mar 2009 19:27:05 +0000 (19:27 +0000)]
Intel Open Source License

15 years agoadd a #ifdef (ATM128_I2C_EXTERNAL_PULLDOWN) to control the external pulldown presence
idgay [Fri, 13 Mar 2009 19:15:35 +0000 (19:15 +0000)]
add a #ifdef (ATM128_I2C_EXTERNAL_PULLDOWN) to control the external pulldown presence

15 years agotrunc->round as suggested out by Andreas Kopke, and one other trunc->round
gnawali [Fri, 13 Mar 2009 05:13:29 +0000 (05:13 +0000)]
trunc->round as suggested out by Andreas Kopke, and one other trunc->round

15 years agoremove stupidity
mmaroti [Tue, 10 Mar 2009 21:45:13 +0000 (21:45 +0000)]
remove stupidity

15 years agouse the default TX power
mmaroti [Tue, 10 Mar 2009 21:44:00 +0000 (21:44 +0000)]
use the default TX power

15 years agoinitial RF212 support
mmaroti [Tue, 10 Mar 2009 21:43:26 +0000 (21:43 +0000)]
initial RF212 support

15 years agomoving files from rf230 to rf2xx, prepare the support of rf212
mmaroti [Tue, 10 Mar 2009 20:37:58 +0000 (20:37 +0000)]
moving files from rf230 to rf2xx, prepare the support of rf212

15 years agomoving files from rf230 to rf2xx, prepare the support of rf212
mmaroti [Tue, 10 Mar 2009 20:37:58 +0000 (20:37 +0000)]
moving files from rf230 to rf2xx, prepare the support of rf212

15 years agogo back to RF230* names
mmaroti [Tue, 10 Mar 2009 19:40:50 +0000 (19:40 +0000)]
go back to RF230* names

15 years agoActiveMessageC supports LPL on IRIS
mmaroti [Tue, 10 Mar 2009 18:59:32 +0000 (18:59 +0000)]
ActiveMessageC supports LPL on IRIS

15 years agomoved to tos/interfaces
mmaroti [Tue, 10 Mar 2009 17:32:22 +0000 (17:32 +0000)]
moved to tos/interfaces

15 years agoremove compiler check, it is not needed after the 2.1 release
sallai [Tue, 10 Mar 2009 15:09:55 +0000 (15:09 +0000)]
remove compiler check, it is not needed after the 2.1 release

15 years agocahnge to cutoff for flushing at half the buffer size
klueska [Mon, 9 Mar 2009 18:15:49 +0000 (18:15 +0000)]
cahnge to cutoff for flushing at half the buffer size

15 years agomake the FastSpiByte interface generic and implement it in Atm128Spi
mmaroti [Mon, 9 Mar 2009 18:13:27 +0000 (18:13 +0000)]
make the FastSpiByte interface generic and implement it in Atm128Spi

15 years agomake the FastSpiByte interface generic and implement it in Atm128Spi
mmaroti [Mon, 9 Mar 2009 18:12:58 +0000 (18:12 +0000)]
make the FastSpiByte interface generic and implement it in Atm128Spi

15 years agomake the FastSpiByte interface generic and implement it in Atm128Spi
mmaroti [Mon, 9 Mar 2009 17:54:23 +0000 (17:54 +0000)]
make the FastSpiByte interface generic and implement it in Atm128Spi

15 years agorename RF230 to RF2xx to support the RF212 chip
mmaroti [Mon, 9 Mar 2009 16:33:35 +0000 (16:33 +0000)]
rename RF230 to RF2xx to support the RF212 chip

15 years agorename RF230 to RF2xx to support the RF212 chip
mmaroti [Sun, 8 Mar 2009 23:35:26 +0000 (23:35 +0000)]
rename RF230 to RF2xx to support the RF212 chip

15 years agorename everything to support the RF212
mmaroti [Sun, 8 Mar 2009 23:34:13 +0000 (23:34 +0000)]
rename everything to support the RF212

15 years agorename everything to support the RF212
mmaroti [Sun, 8 Mar 2009 23:29:05 +0000 (23:29 +0000)]
rename everything to support the RF212

15 years agorename everything to support the RF212
mmaroti [Sun, 8 Mar 2009 23:22:41 +0000 (23:22 +0000)]
rename everything to support the RF212

15 years agoPrepare to support the RF212 chip (reorganization of timer and HPL constants)
mmaroti [Sun, 8 Mar 2009 22:02:38 +0000 (22:02 +0000)]
Prepare to support the RF212 chip (reorganization of timer and HPL constants)

15 years agoseparate the FastSpiInterface from the HplRF230 interface
mmaroti [Fri, 6 Mar 2009 13:11:37 +0000 (13:11 +0000)]
separate the FastSpiInterface from the HplRF230 interface

15 years agorenaming
janhauer [Thu, 5 Mar 2009 10:07:11 +0000 (10:07 +0000)]
renaming

15 years agoremoved a wrong include
janhauer [Wed, 4 Mar 2009 18:39:38 +0000 (18:39 +0000)]
removed a wrong include

15 years ago- re-designed the radio driver interfaces, restructured/improved the CC2420 radio...
janhauer [Wed, 4 Mar 2009 18:30:50 +0000 (18:30 +0000)]
- re-designed the radio driver interfaces, restructured/improved the CC2420 radio driver
- split the main MAC configuration (was TKN154P.nc) in two: one for beacon-enabled mode the other for nonbeacon-enabled mode (this decision has to be made at compile time now)
- added (serial) debugging functions (compile with "TKN154_DEBUG=1 make telosb" and use the java PrintfClient, see tinyos-2.x/apps/tests/TestPrintf/README.txt)
- improved readability, added comments

15 years agoAdded patch to DeferredPowerManager to check for EALREADY when starting or stopping...
klueska [Mon, 2 Mar 2009 21:05:10 +0000 (21:05 +0000)]
Added patch to DeferredPowerManager to check for EALREADY when starting or stopping to decide if we should release or not

15 years agotimestamping patch: improved test to fall-through on SFD
kusy [Mon, 2 Mar 2009 07:02:32 +0000 (07:02 +0000)]
timestamping patch: improved test to fall-through on SFD

15 years agofix setChannel in SLEEP state
mmaroti [Wed, 25 Feb 2009 23:27:59 +0000 (23:27 +0000)]
fix setChannel in SLEEP state

15 years agoimplement getChannel and rename interface to RadioChannel
mmaroti [Wed, 25 Feb 2009 20:43:57 +0000 (20:43 +0000)]
implement getChannel and rename interface to RadioChannel

15 years agofix comment
mmaroti [Fri, 20 Feb 2009 16:12:46 +0000 (16:12 +0000)]
fix comment

15 years agoFix a problem where the ack variable can be referenced before being initialized
liang_mike [Fri, 20 Feb 2009 10:06:38 +0000 (10:06 +0000)]
Fix a problem where the ack variable can be referenced before being initialized

15 years agobe more careful with the stack when reading a packet
andreaskoepke [Fri, 20 Feb 2009 09:27:46 +0000 (09:27 +0000)]
be more careful with the stack when reading a packet
fix includes for g++ 4.3

15 years agoAdd a small delay between the packets to improve the performance at 115200bps for...
razvanm [Wed, 18 Feb 2009 21:30:07 +0000 (21:30 +0000)]
Add a small delay between the packets to improve the performance at 115200bps for telos.

15 years agoUpdate to reflect that a file was moved out of TinyOS
liang_mike [Tue, 17 Feb 2009 18:01:52 +0000 (18:01 +0000)]
Update to reflect that a file was moved out of TinyOS

15 years agocheck if timestamp is valid before using it
kusy [Tue, 17 Feb 2009 17:49:15 +0000 (17:49 +0000)]
check if timestamp is valid before using it

15 years agoMoved these two files outside TinyOS tree
liang_mike [Tue, 17 Feb 2009 04:40:40 +0000 (04:40 +0000)]
Moved these two files outside TinyOS tree

15 years agoMake the serial stack refuse (with ESIZE) to send packets that are too big.
razvanm [Fri, 13 Feb 2009 01:02:26 +0000 (01:02 +0000)]
Make the serial stack refuse (with ESIZE) to send packets that are too big.

15 years agoFix typo
liang_mike [Tue, 10 Feb 2009 03:45:59 +0000 (03:45 +0000)]
Fix typo

15 years agoUse SystemCallC to pass control to the TinyOS thread
liang_mike [Tue, 10 Feb 2009 03:42:45 +0000 (03:42 +0000)]
Use SystemCallC to pass control to the TinyOS thread

15 years agoCheck the AM ID to make sure the sendDone event should be signaled (it could be for...
liang_mike [Tue, 10 Feb 2009 03:36:07 +0000 (03:36 +0000)]
Check the AM ID to make sure the sendDone event should be signaled (it could be for the TinyOS services)

15 years agoAdding support for programming the Quanto Testbed Node via the Digi Connect ME
prabal [Mon, 9 Feb 2009 06:59:57 +0000 (06:59 +0000)]
Adding support for programming the Quanto Testbed Node via the Digi Connect ME

15 years agofinalize
gnawali [Sun, 8 Feb 2009 19:54:16 +0000 (19:54 +0000)]
finalize