[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge/extra/micaz
TOSBoot_platform.h, 1.1, 1.2
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Sun Jan 13 20:22:04 PST 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge/extra/mica2
NetProg_platform.h, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge/extra
NetProg.h, 1.1, 1.2 NetProg.nc, 1.1, 1.2 NetProgC.nc, 1.4,
1.5 NetProgM.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/extra/micaz
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20053/tos/lib/net/Deluge/extra/micaz
Modified Files:
TOSBoot_platform.h
Log Message:
Super Duper update to Deluge T2. The manual and the testing scripts are temporary out-of-date.
Some of the improvements are:
- simplified images (ident and metadata were merged)
- network-order representation of fields
- new version of tinyos.py
- improved sharing of volumes.
Index: TOSBoot_platform.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/extra/micaz/TOSBoot_platform.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TOSBoot_platform.h 2 Jun 2007 00:09:15 -0000 1.1
--- TOSBoot_platform.h 14 Jan 2008 04:22:02 -0000 1.2
***************
*** 30,46 ****
enum {
! // address of TOSBoot args in internal flash
! TOSBOOT_ARGS_ADDR = 0xff0,
! // number of resets to force golden image
! TOSBOOT_GESTURE_MAX_COUNT = 3,
! // address of the golden image in external flash
! TOSBOOT_GOLDEN_IMG_ADDR = 0x0L,
! // size of each internal program flash page
! TOSBOOT_INT_PAGE_SIZE = SPM_PAGESIZE,
! };
!
! enum {
! DELUGE_MIN_ADV_PERIOD_LOG2 = 9,
! DELUGE_QSIZE = 2,
};
--- 30,37 ----
enum {
! TOSBOOT_ARGS_ADDR = 0xff0, // address of TOSBoot args in internal flash
! TOSBOOT_GESTURE_MAX_COUNT = 3, // number of resets to force golden image
! TOSBOOT_GOLDEN_IMG_ADDR = 0x0L, // address of the golden image in external flash
! TOSBOOT_INT_PAGE_SIZE = SPM_PAGESIZE, // size of each internal program flash page
};
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge/extra/mica2
NetProg_platform.h, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge/extra
NetProg.h, 1.1, 1.2 NetProg.nc, 1.1, 1.2 NetProgC.nc, 1.4,
1.5 NetProgM.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list