![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
#include <string.h>
#include "lpc43xx_dualcore_config.h"
#include "ipc_msg.h"
#include "ipc_example.h"
#include "lwip/opt.h"
#include "lwip/sys.h"
#include "lwip/memp.h"
#include "lwip/tcpip.h"
#include "lwip/ip_addr.h"
#include "lwip/netif.h"
#include "lwip/timers.h"
#include "netif/etharp.h"
#include "lpc18xx_43xx_emac.h"
#include "lpc_arch.h"
#include "lpc_phy.h"
#include "httpd.h"
Go to the source code of this file.
Functions | |
void | LWIP_Init (void) |
lwIP dual core example initialisation function | |
void | lwip_tasks (void) |
LWIP Task function. | |
Variables | |
static struct netif | lpc_netif |
LWIP HTTP Server dual core example application source code This file implements the HTTP server functionality for stand-alone, FreeRTOS, and uCOS-III configurations
Definition in file example_lwip_httpserver.c.