]> oss.titaniummirror.com Git - tinyos-2.x.git/log
tinyos-2.x.git
11 years agoRemove hwmul-disable; it works in newer GCC patchset/2.1.1-4.5
R. Steve McKown [Thu, 3 Nov 2011 23:55:24 +0000 (17:55 -0600)]
Remove hwmul-disable; it works in newer GCC

11 years agoUpdates for GCC 4.5.3
R. Steve McKown [Thu, 3 Nov 2011 23:45:36 +0000 (17:45 -0600)]
Updates for GCC 4.5.3

* Include correct GCC headers depending upon version
* GCC does not stop the watchdog, so do it in PlatformP.nc
* Stopping watchdog in MotePlatformC no longer needed (olimexp16,
  tmicore, tmirws)
* tmicore writes TxIV in MoteClockP so needs MSP430REG_NORACE()

11 years agoSupport %F substitution for @includes
R. Steve McKown [Wed, 21 Mar 2012 15:27:48 +0000 (09:27 -0600)]
Support %F substitution for @includes

.platform and .family files can use %F when adding to includes.  %F is
replaced with the family dir at build time.

11 years agoAllow custom platform families
R. Steve McKown [Wed, 21 Mar 2012 14:50:47 +0000 (08:50 -0600)]
Allow custom platform families

ncc can find a custom platform if its PLATFORMDIR is included into
PFLAGS as an include: -I$(PLATFORMDIR) or equivalent.  Teach ncc to
identify when such a platform is a family member and in such cases
process the corresponding .family file.

11 years agoNew Write and WriteNow interfaces.
R. Steve McKown [Fri, 17 Sep 2010 01:35:25 +0000 (19:35 -0600)]
New Write and WriteNow interfaces.

11 years agoAdd an async version of ReadRef.
R. Steve McKown [Wed, 15 Sep 2010 01:09:29 +0000 (19:09 -0600)]
Add an async version of ReadRef.

11 years agoAdd SharedSplitControlC, for N clients needing shared access to something.
R. Steve McKown [Sun, 19 Sep 2010 21:53:50 +0000 (15:53 -0600)]
Add SharedSplitControlC, for N clients needing shared access to something.

11 years agoAdd SharedArbiterC.
R. Steve McKown [Wed, 15 Sep 2010 18:44:11 +0000 (12:44 -0600)]
Add SharedArbiterC.

11 years agoDon't hard-code for ncc in mig and ncg scripts.
R. Steve McKown [Fri, 23 Apr 2010 22:39:53 +0000 (16:39 -0600)]
Don't hard-code for ncc in mig and ncg scripts.

The rationalization for this change is that nesc shouldn't really know where
tinyos-tools is installed, since they are separate packages.  The pragmatic
reason for this change is that it allows using ncc from tinyos-tools before
installation to allow a single debian tinyos source package to build both
tinyos-tools and tinyos-source-VERSION packages.

11 years agoGet rid of TOS and use TOSDIR like the other Makefiles in support/sdk/java.
R. Steve McKown [Fri, 23 Apr 2010 21:52:33 +0000 (15:52 -0600)]
Get rid of TOS and use TOSDIR like the other Makefiles in support/sdk/java.

11 years agoBackport change from CVS for getTime32() in CC2420TransmitP.
R. Steve McKown [Tue, 25 Aug 2009 03:13:21 +0000 (21:13 -0600)]
Backport change from CVS for getTime32() in CC2420TransmitP.

11 years agoFix possible overwrite of state changes make in a component's Init.init()
R. Steve McKown [Mon, 19 Apr 2010 22:13:15 +0000 (16:13 -0600)]
Fix possible overwrite of state changes make in a component's Init.init()

If a component using State and providing Init is wired to MainC.SoftwareInit,
the component cannot reliably call State.forceState() inside its Init.init().
If ncc renders MainC.SoftwareInit.Init()'s fanout calling the component's
Init.init() before StateImplP's Init.init(), the latter sets the state[] array
members all to zero (S_IDLE), undoing any state change the component may have
attempted.

The easy fix is to remove the extra initiation of state[] in StateImplP's
Init.init().  Becuase state[] is a static, its elements are guaranteed to have
values of zero (S_IDLE).

11 years agoTeach tos-storage-stm25p to derive NUM_SECTORS and SECTOR_SIZE.
R. Steve McKown [Thu, 8 Apr 2010 19:50:41 +0000 (13:50 -0600)]
Teach tos-storage-stm25p to derive NUM_SECTORS and SECTOR_SIZE.

The stm25p driver is suitable for different sizes of flash parts, such as the
commonly used 8Mb M25P80 and the less commonly used 1Mb M25P10A.  The driver
defines the flash configuration in Stm25p.h.  By having tos-storage-stm25p walk
the @includes for the platform, as found in the .platform file, each platform
can ensure that a Stm25p.h with correct content for its flash part is found
for use by the driver and this script.

11 years agoPlatformUartC provides Resource; PlatformSerialC provides StdControl.
R. Steve McKown [Fri, 30 Jul 2010 22:34:41 +0000 (16:34 -0600)]
PlatformUartC provides Resource; PlatformSerialC provides StdControl.

PlatformSerialC is then derived from PlatformUartC.  Only for TMI created
platforms for now.

11 years agoOlimex P169 platform.
R. Steve McKown [Thu, 4 Mar 2010 20:37:26 +0000 (13:37 -0700)]
Olimex P169 platform.

11 years agoAdd the tmicore and tmirws platforms.
R. Steve McKown [Wed, 2 Dec 2009 22:32:55 +0000 (15:32 -0700)]
Add the tmicore and tmirws platforms.

11 years agoAdd a BusyWait interface for controlling SHT1X timing requirements.
smckown [Tue, 16 Sep 2008 14:17:50 +0000 (14:17 +0000)]
Add a BusyWait interface for controlling SHT1X timing requirements.

The default implementation, which does nothing, is probably suitable for all
processors running at about 10 MHz or less.  Implement a platform specific
version to enforce the 5 us timing requirements as per the data sheet.

11 years agoSCP1000 pressure sensor chip support, SPI version.
R. Steve McKown [Wed, 2 Dec 2009 20:22:15 +0000 (13:22 -0700)]
SCP1000 pressure sensor chip support, SPI version.

11 years agoCP210X USB/serial controller family chip support.
R. Steve McKown [Wed, 2 Dec 2009 20:21:08 +0000 (13:21 -0700)]
CP210X USB/serial controller family chip support.

11 years agoBQ2403x charge controller family chip support.
R. Steve McKown [Wed, 2 Dec 2009 20:19:28 +0000 (13:19 -0700)]
BQ2403x charge controller family chip support.

11 years agoThe currently unused basic_clock+ (clock2) peripheral version of Msp430ClockP.
R. Steve McKown [Wed, 2 Dec 2009 17:09:07 +0000 (10:09 -0700)]
The currently unused basic_clock+ (clock2) peripheral version of Msp430ClockP.

This code is not required for use with the newer msp430's like the 2617.

11 years agoMSP430 clock enhancements.
R. Steve McKown [Wed, 2 Dec 2009 17:46:08 +0000 (10:46 -0700)]
MSP430 clock enhancements.

* DCO frequency selection using TinyOS semantics.
* Support for Basic Clock + (clock2).
* Correctly sets SMCLK divider for 1 MiHz if DCO is 1, 2, 4, or 8 MiHz

11 years agoMSP430 USCI peripheral
smckown [Sun, 7 Sep 2008 01:20:29 +0000 (01:20 +0000)]
MSP430 USCI peripheral

Supports UART, SPI (slave and master), and I2C modes.

Current I2C limitations and features:

* Master mode only.
* No multi-master bus configurations.
* Will automatically reset a hung bus, if for example the master reset in the
  middle of a transaction and a slave currently is driving SDA low.
* Repeated starts are supported and can be very time efficient.
* An I2C transactions may be processed with multiple I2CPacket.read() or
  I2CPacket.write() commands, as appropriate.  The first must include I2C_START
  and the last must include I2C_STOP.
* Conditions exist during read where the hardware may clock out an extra byte
  from the slave before stop.  This byte is not passed to the user.

11 years agoMake McuSleepC smarter about newer msp430 processors.
smckown [Thu, 4 Sep 2008 22:03:11 +0000 (22:03 +0000)]
Make McuSleepC smarter about newer msp430 processors.

11 years agoSupport for newer msp430's using newer msp430 compiler.
smckown [Thu, 4 Sep 2008 21:47:06 +0000 (21:47 +0000)]
Support for newer msp430's using newer msp430 compiler.

* Resistor enable feature (switchable pull up/down)
* Fuller definition of ports and pins using new compiler defines
* Support larger parts with ports 7 and/or 8
* Tested with MSP430 models F1611, F2417 and F2617

13 years agoUpdate motelist to support cp2103 detection.
smckown [Thu, 4 Sep 2008 16:13:21 +0000 (16:13 +0000)]
Update motelist to support cp2103 detection.

13 years agoIncorporate new modular tos-bsl.
smckown [Tue, 2 Sep 2008 15:02:26 +0000 (15:02 +0000)]
Incorporate new modular tos-bsl.

13 years agoPossible tos.mk; see the comments inside.
smckown [Thu, 26 Feb 2009 20:57:31 +0000 (20:57 +0000)]
Possible tos.mk; see the comments inside.

13 years agoAdd tinyos.sh, a utility for changing the active tree (TOSROOT).
R. Steve McKown [Thu, 3 Dec 2009 20:45:13 +0000 (13:45 -0700)]
Add tinyos.sh, a utility for changing the active tree (TOSROOT).

13 years agoGCC 4.4.3 seems to have proper bitfield support.
R. Steve McKown [Fri, 3 Sep 2010 21:43:21 +0000 (15:43 -0600)]
GCC 4.4.3 seems to have proper bitfield support.

13 years agoAdd TINYOS_MAKE_PATH to TOSMAKE_PATH at end not beginning.
R. Steve McKown [Fri, 23 Jul 2010 14:52:51 +0000 (08:52 -0600)]
Add TINYOS_MAKE_PATH to TOSMAKE_PATH at end not beginning.

2.1.0 added it to the end.  2.1.1 added it to the beginning.  Revert the change
done for 2.1.1.

13 years agoProper header in support/sdk/c/sf/bootstrap removes debian lintian warning.
R. Steve McKown [Thu, 3 Dec 2009 19:13:31 +0000 (12:13 -0700)]
Proper header in support/sdk/c/sf/bootstrap removes debian lintian warning.

13 years agoUpdate tools/release/tinyos.files for use also with debian/git builds.
R. Steve McKown [Mon, 7 Dec 2009 15:50:36 +0000 (08:50 -0700)]
Update tools/release/tinyos.files for use also with debian/git builds.

* Add additional filters for doing debian/git builds.

13 years agoAdd .gitignore
smckown [Fri, 8 May 2009 22:26:32 +0000 (22:26 +0000)]
Add .gitignore

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

14 years agoTEP3: #define to enum and email in README
kaisenl [Mon, 25 Jan 2010 19:26:38 +0000 (19:26 +0000)]
TEP3: #define to enum and email in README

14 years agoAdded email to README
kaisenl [Mon, 25 Jan 2010 19:25:58 +0000 (19:25 +0000)]
Added email to README

14 years agoresource allocation is initialization
andreaskoepke [Sun, 24 Jan 2010 23:02:37 +0000 (23:02 +0000)]
resource allocation is initialization

14 years agouse the same data structure to calculate lengths in transmit and in receive
andreaskoepke [Sun, 24 Jan 2010 23:01:32 +0000 (23:01 +0000)]
use the same data structure to calculate lengths in transmit and in receive
(removes a bug with newer msp-gcc versions)
check truth in C styls
resource allocation is initialization

14 years agoupdate to new debug if
andreaskoepke [Sun, 24 Jan 2010 22:58:53 +0000 (22:58 +0000)]
update to new debug if
resource allocation is initialization

14 years agodos2unix conversions done; cygwin user complained about malformed eols
ayer1 [Sun, 24 Jan 2010 16:04:30 +0000 (16:04 +0000)]
dos2unix conversions done; cygwin user complained about malformed eols

14 years agoMore fixes.
scipio [Wed, 20 Jan 2010 20:00:48 +0000 (20:00 +0000)]
More fixes.

14 years agoRemove rounding error in PoolP.nc, fix async warnings in BitVectorC.
scipio [Wed, 20 Jan 2010 19:59:07 +0000 (19:59 +0000)]
Remove rounding error in PoolP.nc, fix async warnings in BitVectorC.

14 years agoFix sf reference.
scipio [Wed, 20 Jan 2010 19:54:28 +0000 (19:54 +0000)]
Fix sf reference.

14 years agoadded author credit for re-write.
ayer1 [Wed, 20 Jan 2010 18:17:32 +0000 (18:17 +0000)]
added author credit for re-write.

14 years agore-work to reflect sfd remapping to interrupt-driven implementation
ayer1 [Wed, 20 Jan 2010 17:55:39 +0000 (17:55 +0000)]
re-work to reflect sfd remapping to interrupt-driven implementation
instead of unavailable capture pin default.

14 years agodiscovery that cc2420 uses capture pin not connected on shimmer2
ayer1 [Wed, 20 Jan 2010 17:40:25 +0000 (17:40 +0000)]
discovery that cc2420 uses capture pin not connected on shimmer2
requires this interrupt-driven implementation of sfd capture.

14 years agoFix the issue with tos-deluge not timing out properly.
razvanm [Tue, 19 Jan 2010 00:45:53 +0000 (00:45 +0000)]
Fix the issue with tos-deluge not timing out properly.

14 years agosmall bug fix: thanks to Benedikt Andreas Koeppel <bkoeppel@ee.ethz.ch>
sdhsdh [Mon, 18 Jan 2010 20:18:18 +0000 (20:18 +0000)]
small bug fix: thanks to Benedikt Andreas Koeppel <bkoeppel@ee.ethz.ch>

14 years agoFix a typo.
razvanm [Sat, 16 Jan 2010 10:07:00 +0000 (10:07 +0000)]
Fix a typo.

14 years agoWorkaround the erase problems with AT45DB
razvanm [Sat, 16 Jan 2010 10:02:29 +0000 (10:02 +0000)]
Workaround the erase problems with AT45DB

The previous commit did not take in consideration that STM45P
requires the erase operation. The new strategy is to make the
FlashVolumeManager refuse the erase for AT45DB, and make the
tos-deluge attempt to overwrite of the metadata only when the
erase fails.

14 years agoApplied patches from Joel Granados.
scipio [Fri, 15 Jan 2010 20:42:53 +0000 (20:42 +0000)]
Applied patches from Joel Granados.

14 years agoexplain test procedure and how to interpret results; change code to use leds to indic...
gnawali [Thu, 14 Jan 2010 21:53:58 +0000 (21:53 +0000)]
explain test procedure and how to interpret results; change code to use leds to indicate basic errors

14 years agoPrabal's fix for the application: He did it on my laptop :)
klueska [Thu, 14 Jan 2010 15:46:26 +0000 (15:46 +0000)]
Prabal's fix for the application: He did it on my laptop :)

14 years agoadded provided PacketTimeStamp interfaces
sallai [Wed, 13 Jan 2010 18:43:02 +0000 (18:43 +0000)]
added provided PacketTimeStamp interfaces

14 years agoadjusting wait time for powercycle based upon wider testing of sd card
ayer1 [Wed, 13 Jan 2010 15:08:56 +0000 (15:08 +0000)]
adjusting wait time for powercycle based upon wider testing of sd card
brands for successful transition between spi and raw data modes; many
fail at 20ms.

14 years agoFix the problem where the app hangs
liang_mike [Tue, 12 Jan 2010 22:19:39 +0000 (22:19 +0000)]
Fix the problem where the app hangs

14 years agoUpdate READMEs
liang_mike [Mon, 11 Jan 2010 22:28:53 +0000 (22:28 +0000)]
Update READMEs
Update Makefile for Epic cthreads

14 years agoUpdate READMEs
liang_mike [Mon, 11 Jan 2010 05:30:40 +0000 (05:30 +0000)]
Update READMEs

14 years agoUpdate READMEs
liang_mike [Mon, 11 Jan 2010 05:17:53 +0000 (05:17 +0000)]
Update READMEs