All relating to the RX600 RDK demo - which is still a work in progress:

Change LED numbers to match silk screen.
Include Ethernet port pin configuration in HardwareSetup().
Convert EMAC.c to be correct for the RX (was based on SH2A file).
Add uIP task creation into main.c.
This commit is contained in:
Richard Barry 2010-09-04 18:20:45 +00:00
parent 817859005a
commit f14011feb3
12 changed files with 451 additions and 396 deletions

View file

@ -135,10 +135,10 @@ to exclude the API function. */
#define configMAC_ADDR5 0x11
/* IP address configuration. */
#define configIP_ADDR0 192
#define configIP_ADDR1 168
#define configIP_ADDR2 0
#define configIP_ADDR3 201
#define configIP_ADDR0 172
#define configIP_ADDR1 25
#define configIP_ADDR2 218
#define configIP_ADDR3 200
/* Netmask configuration. */
#define configNET_MASK0 255