 |
NetBurner 3.1
|
113 #define FLASH_SIZE ( 512 * 1024 ) // Size of total flash in the 115 #define FS_SIZE ( 64 * 1024 ) // Amount allocated to file 117 #define FIRST_ADDR ( FLASH_SIZE - FS_SIZE ) // First file system address to 119 #define BLOCKSTART ( 2 ) // First block where file system 133 #define DESCSIZE ( 4 * 1024 ) // Size of one descriptor 134 #define DESCBLOCKSTART ( 0 ) // Position of first descriptor 135 #define DESCBLOCKEND ( 1 ) // Position of last descriptor 136 #define DESCCACHE ( 1024 )