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 | 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 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.
1.5.5