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 CTRLPANEL_SMTP_CLIENT_PRIORITY   ( tskIDLE_PRIORITY + 5 )
#define CTRLPANEL_SMTP_CLIENT_STACK_SIZE   320
#define CTRLPANEL_TFTP_SERVER_PRIORITY   ( tskIDLE_PRIORITY + 3 )
#define CTRLPANEL_TFTP_SERVER_STACK_SIZE   100
#define CTRLPANEL_WEB_SERVER_PRIORITY   ( tskIDLE_PRIORITY + 2 )
#define CTRLPANEL_WEB_SERVER_STACK_SIZE   384
#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 Documentation

#define CTRLPANEL_SMTP_CLIENT_PRIORITY   ( tskIDLE_PRIORITY + 5 )

define SMTP client priority

Definition at line 73 of file conf_lwip_threads.h.

Referenced by portTASK_FUNCTION().

#define CTRLPANEL_SMTP_CLIENT_STACK_SIZE   320

define stack size for SMTP Client task

Definition at line 58 of file conf_lwip_threads.h.

Referenced by portTASK_FUNCTION().

#define CTRLPANEL_TFTP_SERVER_PRIORITY   ( tskIDLE_PRIORITY + 3 )

define TFTP server priority

Definition at line 70 of file conf_lwip_threads.h.

Referenced by portTASK_FUNCTION().

#define CTRLPANEL_TFTP_SERVER_STACK_SIZE   100

define stack size for TFTP server task

Definition at line 55 of file conf_lwip_threads.h.

Referenced by portTASK_FUNCTION().

#define CTRLPANEL_WEB_SERVER_PRIORITY   ( tskIDLE_PRIORITY + 2 )

define WEB server priority

Definition at line 67 of file conf_lwip_threads.h.

Referenced by portTASK_FUNCTION().

#define CTRLPANEL_WEB_SERVER_STACK_SIZE   384

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 61 of file conf_lwip_threads.h.

#define lwipINTERFACE_TASK_PRIORITY   ( configMAX_PRIORITIES - 1 )

define lwIP task priority

Definition at line 76 of file conf_lwip_threads.h.

#define netifINTERFACE_TASK_PRIORITY   ( configMAX_PRIORITIES - 1 )

define netif task priority

Definition at line 79 of file conf_lwip_threads.h.

#define netifINTERFACE_TASK_STACK_SIZE   256

define stack size for netif task

Definition at line 64 of file conf_lwip_threads.h.

#define SYS_THREAD_MAX   6

Number of threads that can be started with sys_thread_new()

Definition at line 82 of file conf_lwip_threads.h.


Generated on Fri Feb 19 02:22:43 2010 for AVR32 - Control Panel demonstration. by  doxygen 1.5.5