]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
17 years agoSwapping HEAD and DEVEL branches
vlahan [Tue, 12 Dec 2006 18:22:48 +0000 (18:22 +0000)]
Swapping HEAD and DEVEL branches

17 years agoMerge over into the trunk.
scipio [Tue, 7 Nov 2006 19:30:19 +0000 (19:30 +0000)]
Merge over into the trunk.

17 years agoKevin's lesson 8
scipio [Tue, 7 Nov 2006 19:07:10 +0000 (19:07 +0000)]
Kevin's lesson 8

17 years agoProper index.
scipio [Tue, 7 Nov 2006 07:45:56 +0000 (07:45 +0000)]
Proper index.

17 years agoMerge release into trunk.
scipio [Tue, 7 Nov 2006 01:29:52 +0000 (01:29 +0000)]
Merge release into trunk.

17 years ago-2, not -1.
scipio [Tue, 7 Nov 2006 01:26:02 +0000 (01:26 +0000)]
-2, not -1.

17 years agoMake HTML consistent with txt.
scipio [Tue, 7 Nov 2006 01:10:02 +0000 (01:10 +0000)]
Make HTML consistent with txt.

17 years agoFull update.
scipio [Tue, 7 Nov 2006 00:43:43 +0000 (00:43 +0000)]
Full update.

17 years agoFixed README.
scipio [Tue, 7 Nov 2006 00:33:30 +0000 (00:33 +0000)]
Fixed README.

17 years agoUpdated files.
scipio [Mon, 6 Nov 2006 11:56:45 +0000 (11:56 +0000)]
Updated files.

17 years agoTutorial Applications
prabal [Sun, 5 Nov 2006 08:01:02 +0000 (08:01 +0000)]
Tutorial Applications

17 years agorenaming
bengreenstein [Tue, 31 Oct 2006 00:46:47 +0000 (00:46 +0000)]
renaming

17 years agorenaming continued
bengreenstein [Mon, 30 Oct 2006 23:54:19 +0000 (23:54 +0000)]
renaming continued

17 years agorenamed files
bengreenstein [Mon, 30 Oct 2006 23:49:50 +0000 (23:49 +0000)]
renamed files

17 years agofile renaming
bengreenstein [Mon, 30 Oct 2006 23:38:52 +0000 (23:38 +0000)]
file renaming

17 years agoTwo very small typo fixes, just to get them out of the way.
cssharp [Wed, 20 Sep 2006 23:46:09 +0000 (23:46 +0000)]
Two very small typo fixes, just to get them out of the way.

17 years agorationale
idgay [Wed, 13 Sep 2006 17:45:08 +0000 (17:45 +0000)]
rationale
some beginning of multiple storage chips

17 years agonon-blockstorage changes
idgay [Wed, 13 Sep 2006 16:51:09 +0000 (16:51 +0000)]
non-blockstorage changes

17 years agoMoving most recent TEP versions to trunk. Recompile HTML.
scipio [Fri, 8 Sep 2006 23:15:07 +0000 (23:15 +0000)]
Moving most recent TEP versions to trunk. Recompile HTML.

17 years agoUpdated to devel branch versions.
scipio [Fri, 8 Sep 2006 23:10:41 +0000 (23:10 +0000)]
Updated to devel branch versions.

17 years agoAdd TEP 122 and 123.
scipio [Fri, 8 Sep 2006 22:53:17 +0000 (22:53 +0000)]
Add TEP 122 and 123.

17 years agoHTML.
scipio [Fri, 8 Sep 2006 22:51:19 +0000 (22:51 +0000)]
HTML.

17 years agoreinstate addresses
idgay [Wed, 6 Sep 2006 23:03:44 +0000 (23:03 +0000)]
reinstate addresses

17 years agofix dataSet
idgay [Fri, 18 Aug 2006 21:05:57 +0000 (21:05 +0000)]
fix dataSet

17 years agoignore update
idgay [Fri, 11 Aug 2006 21:33:29 +0000 (21:33 +0000)]
ignore update

17 years agoseparate firing and from-timer update logic (similar to VirtualizeAlarmC,
idgay [Fri, 11 Aug 2006 21:27:59 +0000 (21:27 +0000)]
separate firing and from-timer update logic (similar to VirtualizeAlarmC,
though doesn't have to worry about concurrent changes)

17 years agosimplify logic
idgay [Fri, 11 Aug 2006 21:03:52 +0000 (21:03 +0000)]
simplify logic

17 years agom_t0 can be recovered from underlying alarm and m_dt
idgay [Fri, 11 Aug 2006 21:02:29 +0000 (21:02 +0000)]
m_t0 can be recovered from underlying alarm and m_dt

17 years agouse per-platform/per-clock-rate timer 0 threshold for selecting power save
idgay [Fri, 11 Aug 2006 20:49:00 +0000 (20:49 +0000)]
use per-platform/per-clock-rate timer 0 threshold for selecting power save
vs ext standby

17 years agoadd timer 0 threshold for ext standby vs power save sleep mode selection
idgay [Fri, 11 Aug 2006 20:48:19 +0000 (20:48 +0000)]
add timer 0 threshold for ext standby vs power save sleep mode selection

17 years agoa bug fix got lost
idgay [Fri, 11 Aug 2006 20:46:23 +0000 (20:46 +0000)]
a bug fix got lost
simplify logic

17 years agosome virtualise timer changes/fixes:
idgay [Thu, 10 Aug 2006 00:11:41 +0000 (00:11 +0000)]
some virtualise timer changes/fixes:
- we shouldn't worry about t0 in the future (a value of t0 > now represents
  a value in the past)
- we need to worry about the underlying timer having fired (but not reached)
  us yet when we try and set the timer (if we don't, we can handle a past
  event as representing a future event); see the revised version of
  executeTimersTask for details
- we track when timers are changed during execution of executeTimers

17 years agofix isRunning
idgay [Thu, 10 Aug 2006 00:05:25 +0000 (00:05 +0000)]
fix isRunning

17 years ago- faster resource management using immediateRequest (~5% lifetime improvement)
idgay [Thu, 10 Aug 2006 00:02:53 +0000 (00:02 +0000)]
- faster resource management using immediateRequest (~5% lifetime improvement)

17 years agominor alarm tweaks:
idgay [Thu, 10 Aug 2006 00:00:59 +0000 (00:00 +0000)]
minor alarm tweaks:
- enable interrupts in the HAL (to preserve correct stop/isRunning semantics)
- slight tweak to the mindt stuff

17 years agoremove debugging code
idgay [Wed, 9 Aug 2006 23:59:35 +0000 (23:59 +0000)]
remove debugging code

17 years agocomment the table
idgay [Wed, 9 Aug 2006 22:43:38 +0000 (22:43 +0000)]
comment the table

17 years agoadd some power management update calls
idgay [Wed, 9 Aug 2006 22:43:20 +0000 (22:43 +0000)]
add some power management update calls

17 years agoremove bogus constants that duplicate those in atm128hardware.h
idgay [Wed, 9 Aug 2006 22:43:00 +0000 (22:43 +0000)]
remove bogus constants that duplicate those in atm128hardware.h

17 years agouse async power manager for adc
idgay [Wed, 9 Aug 2006 22:42:20 +0000 (22:42 +0000)]
use async power manager for adc
add some calls to power management update

17 years agoresource releases were missing
idgay [Wed, 9 Aug 2006 20:07:55 +0000 (20:07 +0000)]
resource releases were missing

17 years agoremove testing junk (thanks, Cory!)
idgay [Tue, 8 Aug 2006 23:14:34 +0000 (23:14 +0000)]
remove testing junk (thanks, Cory!)

17 years agosimplify timer virtualisation logic a bit
idgay [Tue, 8 Aug 2006 22:46:29 +0000 (22:46 +0000)]
simplify timer virtualisation logic a bit

17 years agolpl fixes:
idgay [Tue, 8 Aug 2006 20:04:07 +0000 (20:04 +0000)]
lpl fixes:
- faster resource management using immediateRequest (~5% lifetime improvement)
- turn off radio before computing new squelch value (thanks to David Moss)
- fix bug that made radio sometimes stay on for long periods (2.5s) after send

17 years agofix compare register values (need to be set one early)
idgay [Mon, 7 Aug 2006 22:57:37 +0000 (22:57 +0000)]
fix compare register values (need to be set one early)

17 years agomove Cory's fixes from the old devel branch
idgay [Mon, 7 Aug 2006 22:18:21 +0000 (22:18 +0000)]
move Cory's fixes from the old devel branch

17 years agofix broken bogus-length check revealed by Deputy
idgay [Mon, 7 Aug 2006 21:52:53 +0000 (21:52 +0000)]
fix broken bogus-length check revealed by Deputy

17 years agoFixed text.
scipio [Thu, 13 Jul 2006 09:15:38 +0000 (09:15 +0000)]
Fixed text.

17 years agoMerge changes for cygwin installs onto trunk.
scipio [Thu, 13 Jul 2006 09:07:52 +0000 (09:07 +0000)]
Merge changes for cygwin installs onto trunk.

17 years agoSecond Cygwin version for older installations.
scipio [Thu, 13 Jul 2006 08:27:46 +0000 (08:27 +0000)]
Second Cygwin version for older installations.

17 years agoREADME for 2.0.
scipio [Wed, 12 Jul 2006 20:59:19 +0000 (20:59 +0000)]
README for 2.0.

17 years agoMerge devel code into the trunk.
scipio [Wed, 12 Jul 2006 16:58:54 +0000 (16:58 +0000)]
Merge devel code into the trunk.

18 years agosrcs imported and moved to devel branch; now removing from trunk
kristinwright [Sat, 5 Nov 2005 17:11:51 +0000 (17:11 +0000)]
srcs imported and moved to devel branch; now removing from trunk

18 years agoRemove imported files from trunk (they are on devel branch)
kristinwright [Sat, 5 Nov 2005 17:07:59 +0000 (17:07 +0000)]
Remove imported files from trunk (they are on devel branch)

18 years agoInitial revision
kristinwright [Sat, 5 Nov 2005 16:38:03 +0000 (16:38 +0000)]
Initial revision

18 years agoremoving from the trunk
kristinwright [Fri, 4 Nov 2005 18:51:02 +0000 (18:51 +0000)]
removing from the trunk

18 years agoInitial revision
kristinwright [Fri, 4 Nov 2005 18:20:16 +0000 (18:20 +0000)]
Initial revision

19 years agoInitial commit of README, prior to branching.
selfreference [Wed, 27 Oct 2004 23:15:35 +0000 (23:15 +0000)]
Initial commit of README, prior to branching.