X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2FDeluge%2Fextra%2Ftelosb%2FTOSBoot_platform.h;h=d1fe5fac9b5bc60e1691dd0cf4ae49ad226df1bf;hb=e014c5d251e1706ee383c01597ed49173c00c8f3;hp=afc7693a4c71511881ff545709cdd191ee45e422;hpb=3c0edd88ca1663f859090a7c33e720628bef5d61;p=tinyos-2.x.git diff --git a/tos/lib/net/Deluge/extra/telosb/TOSBoot_platform.h b/tos/lib/net/Deluge/extra/telosb/TOSBoot_platform.h index afc7693a..d1fe5fac 100644 --- a/tos/lib/net/Deluge/extra/telosb/TOSBoot_platform.h +++ b/tos/lib/net/Deluge/extra/telosb/TOSBoot_platform.h @@ -29,19 +29,10 @@ #define __TOSBOOT_PLATFORM_H__ enum { - // address of TOSBoot args in internal flash - TOSBOOT_ARGS_ADDR = 0x70, - // number of resets to force golden image - TOSBOOT_GESTURE_MAX_COUNT = 3, - // address of the golden image in external flash - TOSBOOT_GOLDEN_IMG_ADDR = 0xf0000L, - // size of each internal program flash page - TOSBOOT_INT_PAGE_SIZE = 512L, -}; - -enum { - DELUGE_MIN_ADV_PERIOD_LOG2 = 9, - DELUGE_QSIZE = 1, + TOSBOOT_ARGS_ADDR = 0x70, // address of TOSBoot args in internal flash + TOSBOOT_GESTURE_MAX_COUNT = 3, // number of resets to force golden image + TOSBOOT_GOLDEN_IMG_ADDR = 0xf0000L, // address of the golden image in external flash + TOSBOOT_INT_PAGE_SIZE = 512L, // size of each internal program flash page }; #endif