Add note about new abstactions for itoa(), strnicmp(), stricmp() and strnstr() to UPGRADING document

This commit is contained in:
Dirk Ziegelmeier 2016-10-06 09:22:16 +02:00
parent fa211096c2
commit 50e09ccd2c

View File

@ -46,6 +46,9 @@ with newer versions.
* Added LWIP_NETCONN_SEM_PER_THREAD to use one "op_completed" semaphore per thread * 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 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) 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: +++ new options:
* TODO * TODO