mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-22 01:55:35 -05:00
Complete RX64M GCC demo.
This commit is contained in:
parent
1130a53ec8
commit
5cbab67186
23 changed files with 1538 additions and 356 deletions
|
|
@ -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();
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue