]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
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

15 years agotweak to rev2
gnawali [Sat, 7 Feb 2009 22:57:46 +0000 (22:57 +0000)]
tweak to rev2

15 years agorev2
gnawali [Sat, 7 Feb 2009 22:55:17 +0000 (22:55 +0000)]
rev2

15 years agocommitting new timestamping code
kusy [Fri, 6 Feb 2009 06:38:49 +0000 (06:38 +0000)]
committing new timestamping code

15 years agoNote bug fix
scipio [Thu, 5 Feb 2009 22:46:50 +0000 (22:46 +0000)]
Note bug fix

15 years agoAcks should still work if a node sets its AM address.
scipio [Thu, 5 Feb 2009 22:45:41 +0000 (22:45 +0000)]
Acks should still work if a node sets its AM address.

15 years agoAdd the external flash version of SerialLoader to demonstrate TinyLD
liang_mike [Thu, 5 Feb 2009 04:12:55 +0000 (04:12 +0000)]
Add the external flash version of SerialLoader to demonstrate TinyLD

15 years agoAdd tosthread_join support to TinyLD
liang_mike [Wed, 4 Feb 2009 20:10:11 +0000 (20:10 +0000)]
Add tosthread_join support to TinyLD
Fix a typo in README

15 years agoapplied Thomas's patch to fix sum of squares quantization bug
kusy [Wed, 4 Feb 2009 20:03:58 +0000 (20:03 +0000)]
applied Thomas's patch to fix sum of squares quantization bug

15 years agoavrdude/cygwin fix for com ports above com9
sallai [Wed, 4 Feb 2009 19:38:30 +0000 (19:38 +0000)]
avrdude/cygwin fix for com ports above com9

15 years agomake the check for uart status a bit more smarter
sallai [Wed, 4 Feb 2009 19:31:43 +0000 (19:31 +0000)]
make the check for uart status a bit more smarter

15 years agoDelete the temp file
liang_mike [Wed, 4 Feb 2009 07:52:14 +0000 (07:52 +0000)]
Delete the temp file

15 years agoInitial commit of TinyLD (TOSThreads' dynamic loader)
liang_mike [Wed, 4 Feb 2009 07:41:35 +0000 (07:41 +0000)]
Initial commit of TinyLD (TOSThreads' dynamic loader)

15 years agoSmall modification to tosthreads extra files
klueska [Wed, 4 Feb 2009 03:10:12 +0000 (03:10 +0000)]
Small modification to tosthreads extra files

15 years agoMake sure they are all up to date
scipio [Tue, 3 Feb 2009 23:07:32 +0000 (23:07 +0000)]
Make sure they are all up to date

15 years agoRemove an unused .css file.
razvanm [Mon, 2 Feb 2009 18:13:58 +0000 (18:13 +0000)]
Remove an unused .css file.

15 years agoUse CLEAN_EXTRA to remove the *.class *.pyc *Msg.java and *Msg.py.
razvanm [Mon, 2 Feb 2009 18:08:06 +0000 (18:08 +0000)]
Use CLEAN_EXTRA to remove the *.class *.pyc *Msg.java and *Msg.py.

15 years agoRemove some *Msg.java files created by mig.
razvanm [Mon, 2 Feb 2009 18:05:32 +0000 (18:05 +0000)]
Remove some *Msg.java files created by mig.

15 years agocomments from Martin
gnawali [Sat, 31 Jan 2009 06:47:08 +0000 (06:47 +0000)]
comments from Martin

15 years agoexport a setChannel command to applications
mmaroti [Tue, 27 Jan 2009 20:17:51 +0000 (20:17 +0000)]
export a setChannel command to applications

15 years agofix for cygwin/avrdude to work with ports above com9
sallai [Mon, 26 Jan 2009 19:40:38 +0000 (19:40 +0000)]
fix for cygwin/avrdude to work with ports above com9

15 years agorename the TRF230 timer to TRadio
mmaroti [Thu, 22 Jan 2009 20:04:37 +0000 (20:04 +0000)]
rename the TRF230 timer to TRadio

15 years agofix issue with opening files in the app directory
sallai [Wed, 21 Jan 2009 16:26:55 +0000 (16:26 +0000)]
fix issue with opening files in the app directory

15 years agorf230 fix: make sure that the rf230 stack does not disable interrupts for more than...
sallai [Tue, 20 Jan 2009 15:51:51 +0000 (15:51 +0000)]
rf230 fix: make sure that the rf230 stack does not disable interrupts for more than a few microseconds

15 years agobuild fix
sdhsdh [Tue, 20 Jan 2009 00:35:06 +0000 (00:35 +0000)]
build fix

15 years ago - commit blip stack apps
sdhsdh [Tue, 20 Jan 2009 00:33:22 +0000 (00:33 +0000)]
 - commit blip stack apps

15 years agomissing
sdhsdh [Tue, 20 Jan 2009 00:32:00 +0000 (00:32 +0000)]
missing

15 years agomakefile fix
sdhsdh [Tue, 20 Jan 2009 00:30:48 +0000 (00:30 +0000)]
makefile fix

15 years ago - initial commit of blip (berkeley low-power ip) stack
sdhsdh [Tue, 20 Jan 2009 00:28:14 +0000 (00:28 +0000)]
 - initial commit of blip (berkeley low-power ip) stack

15 years agoEnable the Leds and the DELUGE_LIGHT_BASESTATION setting for GoldenImage.
razvanm [Mon, 19 Jan 2009 23:04:28 +0000 (23:04 +0000)]
Enable the Leds and the DELUGE_LIGHT_BASESTATION setting for GoldenImage.

15 years agoRevert back to channel 11 to minimise the number of lost acks.
razvanm [Mon, 19 Jan 2009 22:51:32 +0000 (22:51 +0000)]
Revert back to channel 11 to minimise the number of lost acks.

15 years agofinalize
gnawali [Fri, 16 Jan 2009 19:50:47 +0000 (19:50 +0000)]
finalize

15 years agoRemoved two includes which shouldn't be here.
kusy [Thu, 15 Jan 2009 00:57:49 +0000 (00:57 +0000)]
Removed two includes which shouldn't be here.

15 years agoChange the default channel for RF230 to 26 (the same as CC2420). The mismatch was...
razvanm [Tue, 13 Jan 2009 04:04:40 +0000 (04:04 +0000)]
Change the default channel for RF230 to 26 (the same as CC2420). The mismatch was reported by Yin Chen.

15 years agoDuplicate copy
liang_mike [Sun, 11 Jan 2009 06:10:35 +0000 (06:10 +0000)]
Duplicate copy

15 years agoMake TOSThreads the default for serial receive. This prevents fan-out problem when...
liang_mike [Sun, 11 Jan 2009 06:04:04 +0000 (06:04 +0000)]
Make TOSThreads the default for serial receive. This prevents fan-out problem when other TinyOS services also want to use serial.

15 years agoFix a bug in Packet.values() from tos.py.
razvanm [Fri, 9 Jan 2009 05:13:57 +0000 (05:13 +0000)]
Fix a bug in Packet.values() from tos.py.

15 years agoMove AT_SPONTANEOUS definition from TinyOSEntryPointC.nc to TinyOSMainP.nc. This...
liang_mike [Fri, 9 Jan 2009 01:38:52 +0000 (01:38 +0000)]
Move AT_SPONTANEOUS definition from TinyOSEntryPointC.nc to TinyOSMainP.nc. This allows both C and nesC thread API to use it.

15 years agoprocess feedback from Jonathan Hui
gnawali [Wed, 7 Jan 2009 22:08:22 +0000 (22:08 +0000)]
process feedback from Jonathan Hui

15 years agoMove the wiring for underlying AMSend/Receive/Snoop interfaces from CAMRadioC.nc...
liang_mike [Wed, 7 Jan 2009 04:12:39 +0000 (04:12 +0000)]
Move the wiring for underlying AMSend/Receive/Snoop interfaces from CAMRadioC.nc/BlockingAM*C.nc to
BlockingActiveMessageC.nc and from CAMSerialC.nc/BlockingSerialAM*C.nc to BlockingSerialActiveMessageC.nc.

This prevents those interfaces from being wired multiple times in the case of multiple users.

15 years agoFix a static thread problem on MicaZ by making sure the execution order of ThreadInfo...
liang_mike [Tue, 6 Jan 2009 00:29:04 +0000 (00:29 +0000)]
Fix a static thread problem on MicaZ by making sure the execution order of ThreadInfo.reset[id]() and
ThreadScheduler.initThread(id)

15 years agoDon't print empty lines in the PRINTF from tos.py
razvanm [Mon, 29 Dec 2008 23:52:03 +0000 (23:52 +0000)]
Don't print empty lines in the PRINTF from tos.py

15 years agoAllow PRINTF_MSG_LENGTH to be overwritten by users.
razvanm [Mon, 29 Dec 2008 23:49:31 +0000 (23:49 +0000)]
Allow PRINTF_MSG_LENGTH to be overwritten by users.

15 years agoSmall patch to get the tools to properly compile in Leopard.
razvanm [Sun, 28 Dec 2008 05:19:00 +0000 (05:19 +0000)]
Small patch to get the tools to properly compile in Leopard.