Work on the Full build configuration for the MicroBlaze. Still a work in progress - not all tasks are running yet.

This commit is contained in:
Richard Barry 2011-06-11 21:04:17 +00:00
parent 78953066af
commit 57653ee0ea
5 changed files with 279 additions and 39 deletions

View file

@ -478,15 +478,3 @@ unsigned long ulCSR;
}
/*-----------------------------------------------------------*/
void vAssertCalled( char *pcFile, long lLine )
{
volatile unsigned long ul = 1;
taskDISABLE_INTERRUPTS();
while( ul == 1 )
{
/* Just for somewhere to put a breakpoint. */
portNOP();
}
taskENABLE_INTERRUPTS();
}