This file contains the possible external configuration of the Ethernet module.
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 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.