mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Update the demo directory (temporary) local copy of the MicroBlaze EthernetLite port layer.
This commit is contained in:
parent
9d1c23f6da
commit
6c0fe51bf2
5 changed files with 368 additions and 611 deletions
|
@ -32,6 +32,17 @@
|
|||
#ifndef __LWIPOPTS_H__
|
||||
#define __LWIPOPTS_H__
|
||||
|
||||
#include "xparameters.h"
|
||||
|
||||
/* Define platform endianness (might already be defined) */
|
||||
#ifndef BYTE_ORDER
|
||||
#if XPAR_MICROBLAZE_0_ENDIANNESS == 1
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
#else
|
||||
#define BYTE_ORDER BIG_ENDIAN
|
||||
#endif
|
||||
#endif /* BYTE_ORDER */
|
||||
|
||||
/* SSI options. */
|
||||
#define TCPIP_THREAD_NAME "tcpip"
|
||||
#define LWIP_HTTPD_MAX_TAG_NAME_LEN 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue