]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
17 years agoHAL test application for Adc12 on msp430.
janhauer [Thu, 5 Apr 2007 13:45:07 +0000 (13:45 +0000)]
HAL test application for Adc12 on msp430.

17 years agoFixed a bug found by Maxime Muller:
janhauer [Thu, 5 Apr 2007 13:42:36 +0000 (13:42 +0000)]
Fixed a bug found by Maxime Muller:

> during event void AdcResource.granted[uint8_t client]()
> If your sref is not REFERENCE_VREFplus_AVss ||
> REFERENCE_VREFplus_VREFnegterm
> then you will never call Refvolt_1/2_5V.start()
> Now while releasing the resource, imho, we should do the same check
> else we end up with a post switchOff() loop
> as call RefVolt_1_5V.stop() will fail.

Fix: changed the "owner" variable to "syncOwner", which is now only modified in sync (task) context and have the async path "parallel" and unaffecting the "syncOwner" variable (hard to explain, have a look at the diff) - there's a test app in tinyos-2.x/apps/tests/msp430/Adc12.

17 years agoswitch to metric MHz for SMCLK, adjust constants, include SmclkManager
andreaskoepke [Thu, 5 Apr 2007 06:38:45 +0000 (06:38 +0000)]
switch to metric MHz for SMCLK, adjust constants, include SmclkManager
reduce baud rate for radio -- it can not handle more than 23kBit/s with a
50kHz frequency shift

17 years agocpu frequency factored out, makes it overridable.
andreaskoepke [Thu, 5 Apr 2007 05:53:52 +0000 (05:53 +0000)]
cpu frequency factored out, makes it overridable.

17 years agoslides in pdf
idgay [Wed, 4 Apr 2007 22:36:34 +0000 (22:36 +0000)]
slides in pdf

17 years agooops
idgay [Wed, 4 Apr 2007 22:30:22 +0000 (22:30 +0000)]
oops

17 years agocomment updates
idgay [Wed, 4 Apr 2007 22:29:29 +0000 (22:29 +0000)]
comment updates

17 years agoantitheft gui
idgay [Wed, 4 Apr 2007 22:06:22 +0000 (22:06 +0000)]
antitheft gui

17 years agostart to gui
idgay [Wed, 4 Apr 2007 21:01:11 +0000 (21:01 +0000)]
start to gui

17 years agoTEP 126
scipio [Wed, 4 Apr 2007 03:14:21 +0000 (03:14 +0000)]
TEP 126

17 years agoFrames.
scipio [Tue, 3 Apr 2007 02:35:03 +0000 (02:35 +0000)]
Frames.

17 years ago...
idgay [Mon, 2 Apr 2007 20:39:04 +0000 (20:39 +0000)]
...

17 years agocomments, etc
idgay [Mon, 2 Apr 2007 20:38:05 +0000 (20:38 +0000)]
comments, etc

17 years agoPort to T2
prabal [Mon, 2 Apr 2007 07:13:35 +0000 (07:13 +0000)]
Port to T2

17 years agoPort to T2
prabal [Mon, 2 Apr 2007 06:49:32 +0000 (06:49 +0000)]
Port to T2

17 years agoAdded missing include directive
prabal [Mon, 2 Apr 2007 05:03:07 +0000 (05:03 +0000)]
Added missing include directive

17 years agoTrim the size down a bit.
scipio [Sun, 1 Apr 2007 00:52:10 +0000 (00:52 +0000)]
Trim the size down a bit.

17 years agoAdd functionality for CPM noise modeling.
scipio [Sun, 1 Apr 2007 00:29:34 +0000 (00:29 +0000)]
Add functionality for CPM noise modeling.

17 years agoBe sure to compile in the C support.
scipio [Sun, 1 Apr 2007 00:25:07 +0000 (00:25 +0000)]
Be sure to compile in the C support.

17 years agoantitheft demo app
idgay [Fri, 30 Mar 2007 16:59:23 +0000 (16:59 +0000)]
antitheft demo app

17 years agoAdd some comments and fix a bug for concurrent receptions.
scipio [Fri, 30 Mar 2007 00:27:59 +0000 (00:27 +0000)]
Add some comments and fix a bug for concurrent receptions.

17 years agosome low-level optimisation
idgay [Thu, 29 Mar 2007 21:29:33 +0000 (21:29 +0000)]
some low-level optimisation

17 years agoa nicer version, w/ cleaner HPL access
idgay [Thu, 29 Mar 2007 21:07:25 +0000 (21:07 +0000)]
a nicer version, w/ cleaner HPL access
in particular, HPL for timer0 now has less magic in it (this means that
users of it have to be more aware of the asynchronous timer access rules,
though)

17 years agofix bug
idgay [Thu, 29 Mar 2007 17:12:15 +0000 (17:12 +0000)]
fix bug

17 years agoAdd source fields.
scipio [Wed, 28 Mar 2007 05:46:28 +0000 (05:46 +0000)]
Add source fields.

17 years agocomments, overflow and increase mindt
idgay [Mon, 26 Mar 2007 22:38:39 +0000 (22:38 +0000)]
comments, overflow and increase mindt

still under test

17 years agowrap around support
idgay [Mon, 26 Mar 2007 21:46:01 +0000 (21:46 +0000)]
wrap around support

17 years agouse new reliable atm128 async timer 0 code
idgay [Mon, 26 Mar 2007 21:24:33 +0000 (21:24 +0000)]
use new reliable atm128 async timer 0 code

17 years agomore reliable alarm system on async timer - avoid overflow, which seems to
idgay [Mon, 26 Mar 2007 21:23:20 +0000 (21:23 +0000)]
more reliable alarm system on async timer - avoid overflow, which seems to
cause problems
should have less interrupt overhead too

preliminary version - no wrap around support

17 years agoCreation. TEP126 is a rough draft (no corrections yet) the CC2420 stack. TEP127...
rincon [Fri, 23 Mar 2007 16:48:07 +0000 (16:48 +0000)]
Creation.  TEP126 is a rough draft (no corrections yet) the CC2420 stack.  TEP127 is a rough draft of the PacketLink layer.

17 years agoChanged the title to "Low Power Listening", awaiting other corrections.
rincon [Fri, 23 Mar 2007 16:47:16 +0000 (16:47 +0000)]
Changed the title to "Low Power Listening", awaiting other corrections.

17 years agoFix tmote sky Null app power consumption. 2.5 has to be high to pull the pull-up...
vlahan [Wed, 21 Mar 2007 15:11:00 +0000 (15:11 +0000)]
Fix tmote sky Null app power consumption. 2.5 has to be high to pull the pull-up resistor (keeping the chip idle)

17 years agoInclude cancel
scipio [Wed, 21 Mar 2007 06:47:18 +0000 (06:47 +0000)]
Include cancel

17 years agoimplemented AMSend.cancel, sendDone(ECANCEL) will be signalled after the
andreaskoepke [Thu, 15 Mar 2007 13:03:06 +0000 (13:03 +0000)]
implemented AMSend.cancel, sendDone(ECANCEL) will be signalled after the
command returned.
updated logic of nextPacket

17 years agoChanged default power-down delay to 20ms and added a note to the README as agreed...
janhauer [Wed, 14 Mar 2007 18:14:06 +0000 (18:14 +0000)]
Changed default power-down delay to 20ms and added a note to the README as agreed on the telconf.

17 years agocorrected handling of cancel in prepareMsg,
andreaskoepke [Wed, 14 Mar 2007 15:52:18 +0000 (15:52 +0000)]
corrected handling of cancel in prepareMsg,
resume backoff timer corrected

17 years agoRemove some old files .
pipeng [Wed, 14 Mar 2007 07:26:16 +0000 (07:26 +0000)]
Remove some old files .

17 years agoChange to follow TEP 109 .
pipeng [Wed, 14 Mar 2007 07:07:58 +0000 (07:07 +0000)]
Change to follow TEP 109 .

17 years agoChange to follow TEP 109 .
pipeng [Wed, 14 Mar 2007 07:02:47 +0000 (07:02 +0000)]
Change to follow TEP 109 .

17 years agoChange to follow TEP 109.
pipeng [Wed, 14 Mar 2007 05:41:52 +0000 (05:41 +0000)]
Change to follow TEP 109.

17 years agoChange to follow TEP 109 .
pipeng [Wed, 14 Mar 2007 05:38:37 +0000 (05:38 +0000)]
Change to follow TEP 109 .

17 years agocVS: ----------------------------------------------------------------------
pipeng [Wed, 14 Mar 2007 04:57:35 +0000 (04:57 +0000)]
cVS: ----------------------------------------------------------------------
Change to follow TEP 109 .

17 years agoChange to follow TEP 109 .
pipeng [Wed, 14 Mar 2007 04:14:13 +0000 (04:14 +0000)]
Change to follow TEP 109 .

17 years agoChange to follow TEP 109 .
pipeng [Wed, 14 Mar 2007 03:25:05 +0000 (03:25 +0000)]
Change to follow TEP 109 .

17 years agoChange to use driver which follow TEP 109 .
pipeng [Wed, 14 Mar 2007 03:22:37 +0000 (03:22 +0000)]
Change to use driver which follow TEP 109 .

17 years agoIncorporate more comments.
scipio [Wed, 14 Mar 2007 01:56:33 +0000 (01:56 +0000)]
Incorporate more comments.

17 years agoIncorporated comments.
scipio [Wed, 14 Mar 2007 01:50:40 +0000 (01:50 +0000)]
Incorporated comments.

17 years agoQuick and dirty solution for the uninitialized timers problem (after the removal...
vlahan [Tue, 13 Mar 2007 17:57:46 +0000 (17:57 +0000)]
Quick and dirty solution for the uninitialized timers problem (after the removal of the periodic calibration components) leading to high Null app consumption. The initialization needs to be restructured to handle this properly...

17 years agoremoved bug that could stop the MAC from operating. Lesson re-learned:
andreaskoepke [Sat, 10 Mar 2007 22:14:21 +0000 (22:14 +0000)]
removed bug that could stop the MAC from operating. Lesson re-learned:
a splitphase call may trigger the done event before the call returns -- hence:
make sure that all state that the done event uses is initialized befor the call.

instrumented for debug over serial line

17 years agosome more bit rates to choose from
andreaskoepke [Sat, 10 Mar 2007 22:11:14 +0000 (22:11 +0000)]
some more bit rates to choose from

17 years agoadd component that uses clkdiv as an input for SMCLK when available -- use
andreaskoepke [Sat, 10 Mar 2007 22:03:48 +0000 (22:03 +0000)]
add component that uses clkdiv as an input for SMCLK when available -- use
with caution.

17 years agoexpose clock divider of tda5250, add a component that uses this as an input to
andreaskoepke [Sat, 10 Mar 2007 22:01:58 +0000 (22:01 +0000)]
expose clock divider of tda5250, add a component that uses this as an input to
SMCLK -- use with caution.

17 years agouse ACLK as clock source for ADC -- may use less energy
andreaskoepke [Sat, 10 Mar 2007 21:58:37 +0000 (21:58 +0000)]
use ACLK as clock source for ADC -- may use less energy

17 years ago107 finalized.
scipio [Wed, 7 Mar 2007 01:09:45 +0000 (01:09 +0000)]
107 finalized.

17 years agoGenerating CPM hashes and values.
scipio [Wed, 7 Mar 2007 01:07:10 +0000 (01:07 +0000)]
Generating CPM hashes and values.

17 years agoNoise simulation.
scipio [Mon, 5 Mar 2007 19:07:57 +0000 (19:07 +0000)]
Noise simulation.

17 years agoFinalized.
scipio [Sat, 3 Mar 2007 01:33:53 +0000 (01:33 +0000)]
Finalized.

17 years agoUpdates.
scipio [Thu, 1 Mar 2007 17:15:56 +0000 (17:15 +0000)]
Updates.

17 years agoInclude platform_bootstrap call.
scipio [Thu, 1 Mar 2007 04:21:44 +0000 (04:21 +0000)]
Include platform_bootstrap call.

17 years agoUpdated HTML.
scipio [Wed, 28 Feb 2007 22:34:19 +0000 (22:34 +0000)]
Updated HTML.

17 years agoAssorted TEP updates.
scipio [Wed, 28 Feb 2007 22:33:28 +0000 (22:33 +0000)]
Assorted TEP updates.

17 years agoAdd reference to TEP116, clean Fig.3, fix docutils errors
vlahan [Wed, 28 Feb 2007 18:31:47 +0000 (18:31 +0000)]
Add reference to TEP116, clean Fig.3, fix docutils errors

17 years agoUpdate of Fig.3, small markup changes.
vlahan [Wed, 28 Feb 2007 18:06:49 +0000 (18:06 +0000)]
Update of Fig.3, small markup changes.

17 years agoFix zero-length send bug: just post a task.
scipio [Wed, 28 Feb 2007 17:33:59 +0000 (17:33 +0000)]
Fix zero-length send bug: just post a task.

17 years agoincrease raw bit rate from 38400 to 49000 bits/s
andreaskoepke [Tue, 27 Feb 2007 19:18:24 +0000 (19:18 +0000)]
increase raw bit rate from 38400 to 49000 bits/s

17 years agoadd include guards
andreaskoepke [Tue, 27 Feb 2007 14:53:54 +0000 (14:53 +0000)]
add include guards

17 years agosecond crc implementation: still 10 times faster than tinyos-2 default (instead of...
andreaskoepke [Tue, 27 Feb 2007 14:34:16 +0000 (14:34 +0000)]
second crc implementation: still 10 times faster than tinyos-2 default (instead of 20 times faster table based implementation)

17 years agoAdd more appendices.
scipio [Fri, 23 Feb 2007 17:47:40 +0000 (17:47 +0000)]
Add more appendices.

17 years agoFix it to boot 5 rather than 10 nodes, following the text.
scipio [Thu, 22 Feb 2007 01:16:10 +0000 (01:16 +0000)]
Fix it to boot 5 rather than 10 nodes, following the text.

17 years agoTEP 115.
scipio [Wed, 21 Feb 2007 19:09:25 +0000 (19:09 +0000)]
TEP 115.

17 years agoEdited text for 115.
scipio [Wed, 21 Feb 2007 19:08:56 +0000 (19:08 +0000)]
Edited text for 115.

17 years agoFixed typo.
janhauer [Wed, 21 Feb 2007 17:09:46 +0000 (17:09 +0000)]
Fixed typo.

17 years agoFix some spelling.
scipio [Mon, 19 Feb 2007 07:00:44 +0000 (07:00 +0000)]
Fix some spelling.

17 years agoThe LQI multihop oscilloscope.
scipio [Thu, 15 Feb 2007 19:01:24 +0000 (19:01 +0000)]
The LQI multihop oscilloscope.

17 years agoNeeded to initialize engine. Fixed bug in packet length calculation that
scipio [Thu, 15 Feb 2007 18:53:26 +0000 (18:53 +0000)]
Needed to initialize engine. Fixed bug in packet length calculation that
was preventing transmissions.

17 years agoRemove some files which don't work.
pipeng [Thu, 15 Feb 2007 10:39:07 +0000 (10:39 +0000)]
Remove some files which don't work.

17 years agoAdd mic and mag driver .
pipeng [Thu, 15 Feb 2007 10:33:37 +0000 (10:33 +0000)]
Add mic and mag driver .

17 years agoupdate the latest driver code for T2.
pipeng [Thu, 15 Feb 2007 10:28:46 +0000 (10:28 +0000)]
update the latest driver code for T2.

17 years agoAdd new app to test xmts310 sensor driver.
pipeng [Thu, 15 Feb 2007 10:23:30 +0000 (10:23 +0000)]
Add new app to test xmts310 sensor driver.

17 years agoMultihopLQI.
scipio [Thu, 15 Feb 2007 01:27:26 +0000 (01:27 +0000)]
MultihopLQI.

17 years agoSignificant update of TEP2 to prepare it for the external review
vlahan [Wed, 14 Feb 2007 16:39:56 +0000 (16:39 +0000)]
Significant update of TEP2 to prepare it for the external review

17 years agoFixed citations (119).
scipio [Sat, 10 Feb 2007 23:28:49 +0000 (23:28 +0000)]
Fixed citations (119).
Removed two unneccesary sentences (107).

17 years agoBecause someone upload the new code yesterday, so we need to review all the code...
pipeng [Fri, 9 Feb 2007 23:54:54 +0000 (23:54 +0000)]
Because someone upload the new code yesterday, so we need to review all the code and check in later.

17 years agoAdd MTS300 sensorboard driver for Tinyos 2.0 by Crossbow.
pipeng [Fri, 9 Feb 2007 23:28:00 +0000 (23:28 +0000)]
Add MTS300 sensorboard driver for Tinyos 2.0 by Crossbow.

17 years agomissing file
idgay [Fri, 9 Feb 2007 21:31:12 +0000 (21:31 +0000)]
missing file

17 years agomisc minor fixes
idgay [Fri, 9 Feb 2007 21:30:29 +0000 (21:30 +0000)]
misc minor fixes

17 years agoLEEP
scipio [Fri, 9 Feb 2007 21:01:06 +0000 (21:01 +0000)]
LEEP

17 years agoremove LinkSrcPacket interface
gnawali [Fri, 9 Feb 2007 07:54:39 +0000 (07:54 +0000)]
remove LinkSrcPacket interface

17 years agoedit; incorporate comments from todays meeting
gnawali [Fri, 9 Feb 2007 03:03:57 +0000 (03:03 +0000)]
edit; incorporate comments from todays meeting

17 years agomts300 support, a work in progress
idgay [Thu, 8 Feb 2007 17:55:35 +0000 (17:55 +0000)]
mts300 support, a work in progress
- accelerometer (with warmup, unlike 1.x...), photo, temperature, sounder
  support

17 years agoadd more pins to MicaBusC
idgay [Thu, 8 Feb 2007 17:53:19 +0000 (17:53 +0000)]
add more pins to MicaBusC

17 years agoremove left adjustment
idgay [Thu, 8 Feb 2007 17:52:32 +0000 (17:52 +0000)]
remove left adjustment
fix bug in ReadStream (only 1st request worked)

17 years agofix empty queue case
idgay [Thu, 8 Feb 2007 17:49:22 +0000 (17:49 +0000)]
fix empty queue case

17 years agoarbitrate a parameterised Read interface and forward requests to a single
idgay [Thu, 8 Feb 2007 17:49:05 +0000 (17:49 +0000)]
arbitrate a parameterised Read interface and forward requests to a single
Read interface (contrast with ArbitratedReadC)

17 years agoCorrectly snoop packets.
scipio [Thu, 8 Feb 2007 01:00:25 +0000 (01:00 +0000)]
Correctly snoop packets.

17 years agoAdd newline
scipio [Thu, 8 Feb 2007 00:59:38 +0000 (00:59 +0000)]
Add newline

17 years agoCorrectly handle both snooped and received packets.
scipio [Thu, 8 Feb 2007 00:56:35 +0000 (00:56 +0000)]
Correctly handle both snooped and received packets.

17 years agoBase station should snoop on packets too.
scipio [Thu, 8 Feb 2007 00:51:11 +0000 (00:51 +0000)]
Base station should snoop on packets too.

17 years agoKeep this file up to date with core CC2420 stack.
scipio [Thu, 8 Feb 2007 00:49:54 +0000 (00:49 +0000)]
Keep this file up to date with core CC2420 stack.

17 years agoRemove LinkSrcPacket.nc.
scipio [Thu, 8 Feb 2007 00:23:56 +0000 (00:23 +0000)]
Remove LinkSrcPacket.nc.