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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [kernel/] [rtos_test.c] - Diff between revs 283 and 298

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 283 Rev 298
Line 427... Line 427...
//******************************************************************
//******************************************************************
void MMUTest(void);
void MMUTest(void);
void HtmlThread(void *arg);
void HtmlThread(void *arg);
void ConsoleInit(void);
void ConsoleInit(void);
void exit(int);
void exit(int);
 
static uint8 macAddress[] =  {0x00, 0x10, 0xdd, 0xce, 0x15, 0xd4};
 
 
 
 
void MainThread(void *Arg)
void MainThread(void *Arg)
{
{
   int ch, i, display=1;
   int ch, i, display=1;
   (void)Arg;
   (void)Arg;
#ifdef __MMU_ENUM_H__
#ifdef __MMU_ENUM_H__
   OS_MMUInit();
   OS_MMUInit();
#endif
#endif
 
 
 
#ifdef INCLUDE_ETH
 
   EthernetInit(macAddress);
 
   IPInit(EthernetTransmit, macAddress, "plasma");
 
   HtmlInit(1);
 
#endif
 
 
#ifdef INCLUDE_HTML
#ifdef INCLUDE_HTML
   IPInit(NULL);
   IPInit(NULL, macAddress, "plasma");
   HtmlInit(1);
   HtmlInit(1);
#endif
#endif
 
 
#ifdef INCLUDE_CONSOLE
#ifdef INCLUDE_CONSOLE
   ConsoleInit();
   ConsoleInit();

powered by: WebSVN 2.1.0

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