comparison src/condat/frame/config/gprscomp.c @ 143:615ea8a155a1

GPF test partition enlargement from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 06 Feb 2019 21:53:28 +0000
parents b882091ebb68
children
comparison
equal deleted inserted replaced
142:f23927230610 143:615ea8a155a1
574 #define TSTSND_QUEUE_ENTRIES (TESTPOOL_0_PARTITIONS+TESTPOOL_1_PARTITIONS+TESTPOOL_2_PARTITIONS) 574 #define TSTSND_QUEUE_ENTRIES (TESTPOOL_0_PARTITIONS+TESTPOOL_1_PARTITIONS+TESTPOOL_2_PARTITIONS)
575 #define TSTRCV_QUEUE_ENTRIES 50 575 #define TSTRCV_QUEUE_ENTRIES 50
576 576
577 #define TEST_PARTITION_0_SIZE 80 577 #define TEST_PARTITION_0_SIZE 80
578 #ifdef _TARGET_ 578 #ifdef _TARGET_
579 #define TEST_PARTITION_1_SIZE 160 579 #define TEST_PARTITION_1_SIZE 220 /* FreeCalypso: up from TI's 160 */
580 #else 580 #else
581 #define TEST_PARTITION_1_SIZE 260 581 #define TEST_PARTITION_1_SIZE 260
582 #endif 582 #endif
583 #define TEST_PARTITION_2_SIZE 1600 583 #define TEST_PARTITION_2_SIZE 1600
584 584