emulator/emulatorbsp/inc/variantmediadef.h
changeset 14 cf4c5641c6dd
parent 0 cec860690d41
child 55 7151b503b58d
equal deleted inserted replaced
12:a80bfc23ff0e 14:cf4c5641c6dd
    55 #define NAND_DRIVECOUNT 3
    55 #define NAND_DRIVECOUNT 3
    56 #define NAND_DRIVELIST 5,6,9
    56 #define NAND_DRIVELIST 5,6,9
    57 #define NAND_NUMMEDIA 1
    57 #define NAND_NUMMEDIA 1
    58 #define NAND_DRIVENAME "Nand"
    58 #define NAND_DRIVENAME "Nand"
    59 
    59 
       
    60 // Variant parameters for test NFE media extension driver 
       
    61 #define NFE_DRIVECOUNT 2
       
    62 #define NFE_DRIVELIST 1,5
       
    63 #define NFE_DRIVELETTERLIST 23,20			// EDRive? IDs of the each instance. (EDriveX,EDriveU from estart.txt)
       
    64 
       
    65 #define NFE_INSTANCE_COUNT 2				// the number of NFE media driver instances
       
    66 #define NFE_INSTANCE_DRIVE_COUNTS 1,1		// the number of drives in NFE_DRIVELIST for each instance of the driver
       
    67 
       
    68 // Variant parameters for production NFE media extension driver (same as NFE_DRIVELETTERLIST)
       
    69 #define NFE_INSTANCE_UI_DRIVE_ID 23,20			// EDRive? IDs of the each instance. (EDriveX,EDriveU from estart.txt)
       
    70 
       
    71 
       
    72 
    60 #endif
    73 #endif