Complete RX64M GCC demo.

This commit is contained in:
Richard Barry 2014-06-04 09:19:16 +00:00
parent 1130a53ec8
commit 5cbab67186
23 changed files with 1538 additions and 356 deletions

View file

@ -91,9 +91,6 @@
#include "QueueOverwrite.h"
#include "EventGroupsDemo.h"
/* Renesas includes. */
#include "iodefine.h"
/* Set option bytes */
#pragma address OFS0_location = 0xFFFFFF8CUL
#pragma address OFS1_location = 0xFFFFFF88UL
@ -163,6 +160,9 @@ int main( void )
static void prvSetupHardware( void )
{
/* Set up the ports used by the LED outputs (the name ParTest is now
obsolete - it originally came from "parallel port test"). */
vParTestInitialise();
}
/*-----------------------------------------------------------*/