mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 20:33:49 -04:00
Hardware and software for the MicroBlaze project that uses the full Ethernet IP is now building - but the MAC driver has not yet been written.
This commit is contained in:
parent
d14eb96aeb
commit
9c92745440
56 changed files with 31544 additions and 291 deletions
|
@ -117,7 +117,7 @@ static struct netif xNetIf;
|
|||
LWIP_PORT_INIT_IPADDR(&xIPAddr);
|
||||
LWIP_PORT_INIT_NETMASK(&xNetMask);
|
||||
|
||||
netif_set_default( netif_add( &xNetIf, &xIPAddr, &xNetMask, &xGateway, NULL, ethernetif_init, tcpip_input ) );
|
||||
// netif_set_default( netif_add( &xNetIf, &xIPAddr, &xNetMask, &xGateway, NULL, ethernetif_init, tcpip_input ) );
|
||||
netif_set_up( &xNetIf );
|
||||
|
||||
/* Initialise the raw http server. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue