[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/at45db
ExtFlashC.nc, 1.1, 1.2
Jonathan Hui
jwhui at users.sourceforge.net
Thu Jul 21 11:54:27 PDT 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot
ExtFlash.nc, NONE, 1.1 Hardware.nc, NONE, 1.1 ProgFlash.nc,
NONE, 1.1 Makefile, 1.8, 1.9 TOSBoot.nc, 1.7, 1.8 TOSBootM.nc,
1.14, 1.15 TOSBootExtFlash.h, 1.2, NONE TOSBootExtFlash.nc,
1.3, NONE TOSBootProgFlash.h, 1.2, NONE TOSBootProgFlash.nc,
1.2, NONE
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/avr
HardwareC.nc, NONE, 1.1 InternalFlashC.nc, NONE,
1.1 ProgFlashM.nc, NONE, 1.1 boot.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/TOSBoot/at45db
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv338/at45db
Modified Files:
ExtFlashC.nc
Log Message:
- Added mica2 support to TOSBoot for Deluge 2.0.
Index: ExtFlashC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/TOSBoot/at45db/ExtFlashC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ExtFlashC.nc 17 Jul 2005 20:53:18 -0000 1.1
--- ExtFlashC.nc 21 Jul 2005 18:54:24 -0000 1.2
***************
*** 1,7 ****
module ExtFlashC {
provides {
interface StdControl;
! interface TOSBootExtFlash as ExtFlash;
}
}
--- 1,36 ----
+ // $Id$
+
+ /* tab:2
+ *
+ *
+ * "Copyright (c) 2000-2005 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ */
+
+ /**
+ * @author Jonathan Hui <jwhui at cs.berkeley.edu>
+ */
module ExtFlashC {
provides {
interface StdControl;
! interface ExtFlash;
}
}
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot
ExtFlash.nc, NONE, 1.1 Hardware.nc, NONE, 1.1 ProgFlash.nc,
NONE, 1.1 Makefile, 1.8, 1.9 TOSBoot.nc, 1.7, 1.8 TOSBootM.nc,
1.14, 1.15 TOSBootExtFlash.h, 1.2, NONE TOSBootExtFlash.nc,
1.3, NONE TOSBootProgFlash.h, 1.2, NONE TOSBootProgFlash.nc,
1.2, NONE
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/avr
HardwareC.nc, NONE, 1.1 InternalFlashC.nc, NONE,
1.1 ProgFlashM.nc, NONE, 1.1 boot.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list