OpenCores
URL https://opencores.org/ocsvn/plasma/plasma/trunk

Subversion Repositories plasma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 297 to Rev 298
    Reverse comparison

Rev 297 → Rev 298

/trunk/kernel/rtos_test.c
429,7 → 429,9
void HtmlThread(void *arg);
void ConsoleInit(void);
void exit(int);
static uint8 macAddress[] = {0x00, 0x10, 0xdd, 0xce, 0x15, 0xd4};
 
 
void MainThread(void *Arg)
{
int ch, i, display=1;
438,8 → 440,14
OS_MMUInit();
#endif
 
#ifdef INCLUDE_ETH
EthernetInit(macAddress);
IPInit(EthernetTransmit, macAddress, "plasma");
HtmlInit(1);
#endif
 
#ifdef INCLUDE_HTML
IPInit(NULL);
IPInit(NULL, macAddress, "plasma");
HtmlInit(1);
#endif
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.