 |
EVE 1.0
|
Go to the documentation of this file. 1 #ifndef EVE_RTOS_CONF_H_INCLUDED 2 #define EVE_RTOS_CONF_H_INCLUDED 40 #warning "Default rtos-conf.h is used, which is probably not what you want. Please copy it and edit in your project's include directory." 53 #define EVE_RTOS_LOW_LAT (1) 59 #define EVE_RTOS_TASK_POOL_COUNT (3) 65 #define EVE_RTOS_STACK_POOL_SIZE (1024) 71 #define EVE_RTOS_SEMAPHORE_POOL_COUNT (4) 77 #define EVE_RTOS_TIMER_POOL_COUNT (4) 83 #define EVE_RTOS_PENDED_WORK_POOL_COUNT (4) 89 #define EVE_RTOS_EVENT_GROUP_POOL_COUNT (4) 95 #define EVE_RTOS_TCP_SOCKET_POOL_COUNT (4) 101 #define EVE_RTOS_SOCKET_CLOSE_TIMEOUT (MS_TO_TICKS(1000))