Add LED output to the new MicroBlaze blinky demo - still a work in progress.

This commit is contained in:
Richard Barry 2011-06-05 16:39:49 +00:00
parent ea5ec656f4
commit 9f0bf057e6
4 changed files with 234 additions and 25 deletions

View file

@ -119,7 +119,7 @@ to exclude the API function. */
#define INCLUDE_vTaskDelayUntil 1
#define INCLUDE_vTaskDelay 1
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
#define configASSERT( x ) if( ( x ) == 0 ) { portDISABLE_INTERRUPTS(); for( ;; ); }
#define configINTERRUPT_CONTROLLER_TO_USE XPAR_INTC_SINGLE_DEVICE_ID