mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
Add note about new abstactions for itoa(), strnicmp(), stricmp() and strnstr() to UPGRADING document
This commit is contained in:
parent
fa211096c2
commit
50e09ccd2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user