Add clobber list to asm sections to allow use with higher optimisation.

This commit is contained in:
Richard Barry 2009-10-05 20:26:11 +00:00
parent 176aafbe00
commit 205b0dd863
4 changed files with 20 additions and 10 deletions

View file

@ -67,7 +67,7 @@
#define configCPU_CLOCK_HZ ( ( unsigned long ) 50000000 )
#define configTICK_RATE_HZ ( ( portTickType ) 1000 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 100 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 24000 ) )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 1024 ) )
#define configMAX_TASK_NAME_LEN ( 12 )
#define configUSE_TRACE_FACILITY 1
#define configUSE_16_BIT_TICKS 0