[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 Flash.h,
1.2, 1.3 FlashC.nc, 1.1, 1.2 FlashM.nc, 1.10, 1.11
Josh
jsherbach at users.sourceforge.net
Fri Sep 2 16:38:36 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25116
Modified Files:
Flash.h FlashC.nc FlashM.nc
Log Message:
Implementation of Flash interface for iMote2
Index: Flash.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/Flash.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Flash.h 31 Aug 2005 20:45:59 -0000 1.2
--- Flash.h 2 Sep 2005 23:38:33 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+ * Author: Josh Herbach
+ * Revision: 1.0
+ * Date: 09/02/2005
+ */
#ifndef __FLASH_H__
#define __FLASH_H__
Index: FlashC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/FlashC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FlashC.nc 18 Aug 2005 20:42:12 -0000 1.1
--- FlashC.nc 2 Sep 2005 23:38:33 -0000 1.2
***************
*** 1,11 ****
! configuration FlashC {
! provides interface Flash;
! }
! implementation {
! components
! Main,
! FlashM;
!
! Main.StdControl -> FlashM;
! Flash = FlashM;
! }
--- 1,17 ----
! /*
! * Author: Josh Herbach
! * Revision: 1.0
! * Date: 09/02/2005
! */
!
! configuration FlashC {
! provides interface Flash;
! }
! implementation {
! components
! Main,
! FlashM;
!
! Main.StdControl -> FlashM;
! Flash = FlashM;
! }
Index: FlashM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/FlashM.nc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** FlashM.nc 2 Sep 2005 21:39:25 -0000 1.10
--- FlashM.nc 2 Sep 2005 23:38:33 -0000 1.11
***************
*** 1,2 ****
--- 1,7 ----
+ /*
+ * Author: Josh Herbach
+ * Revision: 1.0
+ * Date: 09/02/2005
+ */
module FlashM {
provides {
More information about the Tinyos-beta-commits
mailing list