Microchip® Advanced Software Framework

conf_lwip_threads.h File Reference

Macros

#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 CTRLPANEL_SMTP_CLIENT_PRIORITY   ( tskIDLE_PRIORITY + 5 )

define SMTP client priority

Referenced by portTASK_FUNCTION().

#define CTRLPANEL_SMTP_CLIENT_STACK_SIZE   320

define stack size for SMTP Client task

Referenced by portTASK_FUNCTION().

#define CTRLPANEL_TFTP_SERVER_PRIORITY   ( tskIDLE_PRIORITY + 3 )

define TFTP server priority

Referenced by portTASK_FUNCTION().

#define CTRLPANEL_TFTP_SERVER_STACK_SIZE   100

define stack size for TFTP server task

Referenced by portTASK_FUNCTION().

#define CTRLPANEL_WEB_SERVER_PRIORITY   ( tskIDLE_PRIORITY + 2 )

define WEB server priority

Referenced by portTASK_FUNCTION().

#define CTRLPANEL_WEB_SERVER_STACK_SIZE   384

define stack size for WEB server task

Referenced by portTASK_FUNCTION().

#define lwipINTERFACE_STACK_SIZE   512

define stack size for lwIP task

#define lwipINTERFACE_TASK_PRIORITY   ( configMAX_PRIORITIES - 1 )

define lwIP task priority

#define netifINTERFACE_TASK_PRIORITY   ( configMAX_PRIORITIES - 1 )

define netif task priority

Referenced by low_level_init().

#define netifINTERFACE_TASK_STACK_SIZE   256

define stack size for netif task

Referenced by low_level_init().

#define SYS_THREAD_MAX   6

Number of threads that can be started with sys_thread_new()

Referenced by sys_init().