conf_lwip_threads.h File Reference


Detailed Description

lwIP core & application threads configuration file.

This file contains the possible external configuration of the Ethernet module.

Author:
Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/

Definition in file conf_lwip_threads.h.

Go to the source code of this file.

Defines

#define lwipBASIC_SSL_CLIENT_PRIORITY   ( tskIDLE_PRIORITY + 3 )
#define lwipBASIC_SSL_CLIENT_STACK_SIZE   1300
#define lwipBASIC_WEB_SERVER_PRIORITY   ( tskIDLE_PRIORITY + 2 )
#define lwipBASIC_WEB_SERVER_STACK_SIZE   256
#define lwipINTERFACE_STACK_SIZE   512
#define lwipINTERFACE_TASK_PRIORITY   ( configMAX_PRIORITIES - 1 )
#define netifINTERFACE_TASK_PRIORITY   ( configMAX_PRIORITIES - 1 )
#define netifINTERFACE_TASK_STACK_SIZE   256
#define SYS_THREAD_MAX   6
#define webCONN_LED   7


Define Documentation

#define lwipBASIC_SSL_CLIENT_PRIORITY   ( tskIDLE_PRIORITY + 3 )

define SSL Client priority

Definition at line 67 of file conf_lwip_threads.h.

Referenced by portTASK_FUNCTION().

#define lwipBASIC_SSL_CLIENT_STACK_SIZE   1300

define stack size for SSL Client task

Definition at line 55 of file conf_lwip_threads.h.

Referenced by portTASK_FUNCTION().

#define lwipBASIC_WEB_SERVER_PRIORITY   ( tskIDLE_PRIORITY + 2 )

define WEB server priority

Definition at line 64 of file conf_lwip_threads.h.

Referenced by portTASK_FUNCTION().

#define lwipBASIC_WEB_SERVER_STACK_SIZE   256

define stack size for WEB server task

Definition at line 52 of file conf_lwip_threads.h.

Referenced by portTASK_FUNCTION().

#define lwipINTERFACE_STACK_SIZE   512

define stack size for lwIP task

Definition at line 58 of file conf_lwip_threads.h.

#define lwipINTERFACE_TASK_PRIORITY   ( configMAX_PRIORITIES - 1 )

define lwIP task priority

Definition at line 70 of file conf_lwip_threads.h.

#define netifINTERFACE_TASK_PRIORITY   ( configMAX_PRIORITIES - 1 )

define netif task priority

Definition at line 73 of file conf_lwip_threads.h.

Referenced by low_level_init().

#define netifINTERFACE_TASK_STACK_SIZE   256

define stack size for netif task

Definition at line 61 of file conf_lwip_threads.h.

Referenced by low_level_init().

#define SYS_THREAD_MAX   6

Number of threads that can be started with sys_thread_new()

Definition at line 76 of file conf_lwip_threads.h.

Referenced by sys_init().

#define webCONN_LED   7

LED used by the ethernet task, toggled on each activation

Definition at line 79 of file conf_lwip_threads.h.


Generated on Mon Nov 2 11:43:08 2009 for AVR32 - PolarSSL - SSL Example by  doxygen 1.5.5