Updating MicroBlaze port - work in progress.

This commit is contained in:
Richard Barry 2011-06-01 11:01:58 +00:00
parent f5b2c790a0
commit 328a8b586f
22 changed files with 12996 additions and 3 deletions

View file

@ -95,6 +95,7 @@
#define configUSE_APPLICATION_TASK_TAG 0
#define configUSE_COUNTING_SEMAPHORES 1
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 80 )
#define configINTERRUPT_STACK_SIZE configMINIMAL_STACK_SIZE
/* Co-routine definitions. */
#define configUSE_CO_ROUTINES 0