Update the RX63N RDK demo to use the latest (at the time of writing) Renesas RDK BSP.

Ethernet is still not included.
The configuration is still set for the ES chip.
This commit is contained in:
Richard Barry 2012-04-24 12:45:01 +00:00
parent 84ddb2abd6
commit 8baa0ac171
9 changed files with 202 additions and 139 deletions

View file

@ -187,7 +187,7 @@ void vInitEmac( void )
uip_buf = NULL;
/* Initialize the PHY */
phy_init();
configASSERT( phy_init() == R_PHY_OK );
}
/*-----------------------------------------------------------*/