 |
NetBurner 3.1
|
117 #define FLASH_SIZE ( 2 * 1024 * 1024 ) // Size of total flash in the 119 #define FS_SIZE ( 512 * 1024 ) // Amount allocated to file 121 #define FIRST_ADDR ( FLASH_SIZE - FS_SIZE ) // First file system address to 123 #define BLOCKSTART ( 2 ) // First block where file system 137 #define DESCSIZE ( 8 * 1024 ) // Size of one descriptor 138 #define DESCBLOCKSTART ( 0 ) // Position of first descriptor 139 #define DESCBLOCKEND ( 1 ) // Position of last descriptor 140 #define DESCCACHE ( 2048 )