From 50e09ccd2c7310348f8ab7d3f57ae0608e72c0bc Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 6 Oct 2016 09:22:16 +0200 Subject: [PATCH] Add note about new abstactions for itoa(), strnicmp(), stricmp() and strnstr() to UPGRADING document --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING b/UPGRADING index 2190ec98..d2cd1f26 100644 --- a/UPGRADING +++ b/UPGRADING @@ -46,6 +46,9 @@ with newer versions. * Added LWIP_NETCONN_SEM_PER_THREAD to use one "op_completed" semaphore per thread instead of using one per netconn (these semaphores are used even with core locking enabled as some longer lasting functions like big writes still need to delay) + * Added generalized abstraction for itoa(), strnicmp(), stricmp() and strnstr() + in def.h (to be overridden in cc.h) instead of config + options for netbiosns, httpd, dns, etc. ... +++ new options: * TODO