]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/platforms/msp430/pybsl/tos-bsl.in
Update tos-bsl. cp210x driver ioctls now based on SIOCDEVPRIVATE (0x89f0).
[tinyos-2.x.git] / tools / platforms / msp430 / pybsl / tos-bsl.in
index e928a138ea77456e2a577af522c534531501db1f..4cd94d86da85ea28b840d70d83279301ba56e1c0 100644 (file)
@@ -1,20 +1,6 @@
 #!/usr/bin/env python
 # Serial Bootstrap Loader software for the MSP430 embedded proccessor.
 #
-# Copyright (c) 2006-2007 by Sporian Microsystems, Inc.
-# All Rights Reserved.
-#
-# This document is the proprietary and confidential property of Sporian
-# Microsystems, Inc.  All use, distribution, reproduction or re-distribution
-# is disallowed without the prior express written consent of Sporian
-# Microsystems, Inc.  Portions of this document are derived from a source
-# document covered by the license(s) below.
-#
-# This material is based upon work supported by the United States Navy under
-# Contract No. N00030-06-C-0032.  Any opinions, findings and conclusions or
-# recommendations expressed in this material are those of the author(s) and do
-# not necessarily reflect the views of the United States Navy.
-#
 # (C) 2001-2003 Chris Liechti <cliechti@gmx.net>
 # this is distributed under a free software license, see license.txt
 #
@@ -24,9 +10,8 @@
 # Volker Rzehak
 # additional infos from slaa089a.pdf
 #
-# Modularization by R. Steve McKown, including a simplification of the
-# concepts of inversion and assertion.  Reviewed slaa089d and slaa096d;
-# no changes required due to updated documentation.
+# Modularization by R. Steve McKown, <rsmckown@gmail.com>.
+# Based upon work Copyright (c) 2006-2007 by Sporian Microsystems, Inc.
 #
 #
 # Set and clear of digital signals
@@ -1438,8 +1423,8 @@ class bsl_cp2103(bsl_standard):
        bsl_standard.bslInit(self)
 
 
-GPIOBIC  = 0x8002
-GPIOBIS  = 0x8003
+GPIOBIC  = 0x89f2
+GPIOBIS  = 0x89f3
 GPIO_2 = 0x04
 GPIO_3 = 0x08