Complete FM3/IAR blinky build configuration.

This commit is contained in:
Richard Barry 2011-05-05 18:40:28 +00:00
parent 8c4c025c30
commit fdceeeb190
13 changed files with 981 additions and 19 deletions

View file

@ -87,7 +87,7 @@ assembly files that include this header file. */
#define configTICK_RATE_HZ ( ( portTickType ) 1000 )
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 90 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 30 * 1024 ) )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 60 * 1024 ) )
#define configMAX_TASK_NAME_LEN ( 10 )
#define configUSE_TRACE_FACILITY 1
#define configUSE_16_BIT_TICKS 0