[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/handhelds/tools/src/mspgcc-pybsl bsl.py, 1.1, 1.2

steve ayer ayer1 at users.sourceforge.net
Thu Aug 3 12:16:51 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tools/src/mspgcc-pybsl
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16969/tools/src/mspgcc-pybsl

Modified Files:
	bsl.py 
Log Message:

added shimmer platform, including programming mods to bsl.py
interface and lib updates to DMA->ADC machinery, test code
added SD lib module, test code
updates telos_ap.c/Makefile to handle old (pre-2.6.15) and new kernel ip api 
commented out interrupt flag clearing in setmodespi in hplusart[0-1]m.nc, because this breaks some spi comm initializations
added telosb platform to handle interface skew between new (shimmer) and old (telosb) platforms


Index: bsl.py
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tools/src/mspgcc-pybsl/bsl.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bsl.py	29 Jul 2005 18:29:24 -0000	1.1
--- bsl.py	3 Aug 2006 19:16:49 -0000	1.2
***************
*** 1352,1355 ****
--- 1352,1356 ----
    --ztag                Implies options --invert-reset, --invert-test
    --zlox                Uses I2C to a Maxim DS4510 CPU Supervisor to generate RST and TCK
+   --shimmer             Just --invert-test --invert-reset, for ftdi um232r
    --no-BSL-download     Do not download replacement BSL (disable automatic)
    --force-BSL-download  Download replacement BSL even if not needed (the one
***************
*** 1458,1462 ****
               "bslversion", "f1x", "f4x", "invert-reset", "invert-test",
  	     "swap-reset-test", "telos-latch", "telos-i2c", "telos", "telosb",
!              "tmote","no-BSL-download", "force-BSL-download", "slow", "ztag", "zlox"]
          )
      except getopt.GetoptError:
--- 1459,1464 ----
               "bslversion", "f1x", "f4x", "invert-reset", "invert-test",
  	     "swap-reset-test", "telos-latch", "telos-i2c", "telos", "telosb",
!              "tmote","no-BSL-download", "force-BSL-download", "slow", "ztag",
!              "zlox", "shimmer"]
          )
      except getopt.GetoptError:
***************
*** 1601,1604 ****
--- 1603,1609 ----
          elif o in ("--zlox", ):
              bsl.zlox = 1
+         elif o in ("--shimmer", ):
+             bsl.invertTEST = 1
+             bsl.invertRST = 1
          elif o in ("--tmote", ):
              bsl.swapRSTTEST = 1



More information about the Tinyos-contrib-commits mailing list