Home
last modified time | relevance | path

Searched refs:NO_SYS_NO_TIMERS (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtimers.h39 #define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS))
Dmemp_std.h74 #if (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS)) /* LWIP_TIMERS */
Dopt.h75 #ifndef NO_SYS_NO_TIMERS
76 #define NO_SYS_NO_TIMERS 0 macro
/lib/liblwip/
DUPGRADING51 Added timer implementation for NO_SYS==1, set NO_SYS_NO_TIMERS==1 if you
130 * Added timer implementation for NO_SYS==1 (may be disabled with NO_SYS_NO_TIMERS==1
DCHANGELOG688 NO_SYS_NO_TIMERS to drop timer support for NO_SYS==1 for easier upgrading