[Tinyos-commits] CVS: tinyos-1.x/tos/platform/telosb GoldenImage.h,
1.2, 1.3
Jonathan Hui
jwhui at users.sourceforge.net
Wed Jun 15 17:07:38 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/telosb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29505
Modified Files:
GoldenImage.h
Log Message:
- SafeKraken is over 32K now. Up the amount of program data to copy.
Index: GoldenImage.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/telosb/GoldenImage.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GoldenImage.h 17 May 2005 23:01:27 -0000 1.2
--- GoldenImage.h 16 Jun 2005 00:07:35 -0000 1.3
***************
*** 36,40 ****
static const uint16_t GOLDEN_IMAGE_BASE[GI_NUM_SECTIONS] = { 0x5000, 0xffe0 };
// End address of the data and interrupt vector sections
! static const uint16_t GOLDEN_IMAGE_LENGTH[GI_NUM_SECTIONS] = { 0x8000, 0x20 };
#define GI_GET_BYTE(x) (*(uint8_t*)((uint16_t)(x)))
--- 36,40 ----
static const uint16_t GOLDEN_IMAGE_BASE[GI_NUM_SECTIONS] = { 0x5000, 0xffe0 };
// End address of the data and interrupt vector sections
! static const uint16_t GOLDEN_IMAGE_LENGTH[GI_NUM_SECTIONS] = { 0xA000, 0x20 };
#define GI_GET_BYTE(x) (*(uint8_t*)((uint16_t)(x)))
More information about the Tinyos-commits
mailing list