comparison src/condat2/frame/config/gprscomp.c @ 579:8a2aa6b8aed8

GPF test partition size increased to accommodate longer traces This change is needed in order to accommodate the increased length of the firmware version string which is emitted as a trace on boot, but it will certainly help with other traces too.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Jan 2019 04:56:35 +0000
parents 1b9df37ab303
children
comparison
equal deleted inserted replaced
578:2dd5b76c6b42 579:8a2aa6b8aed8
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