mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
Add note about Filelists.mk in UPGRADING document
This commit is contained in:
parent
a2fd68098e
commit
4b41ef551e
@ -20,7 +20,7 @@ with newer versions.
|
|||||||
* Added IPv6 support (dual-stack or IPv4/IPv6 only)
|
* Added IPv6 support (dual-stack or IPv4/IPv6 only)
|
||||||
* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only).
|
* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only).
|
||||||
* Major rewrite of SNMP (added MIB parser that creates code stubs for custom MIBs);
|
* Major rewrite of SNMP (added MIB parser that creates code stubs for custom MIBs);
|
||||||
supports SNMP2vc (experimental v3 support)
|
supports SNMPv2c (experimental v3 support)
|
||||||
* Moved some core applications from contrib repository to src/apps (and include/lwip/apps)
|
* Moved some core applications from contrib repository to src/apps (and include/lwip/apps)
|
||||||
|
|
||||||
+++ Raw API:
|
+++ Raw API:
|
||||||
@ -35,6 +35,7 @@ with newer versions.
|
|||||||
|
|
||||||
+++ new files:
|
+++ new files:
|
||||||
* MANY new and moved files!
|
* MANY new and moved files!
|
||||||
|
* Added src/Filelists.mk for use in Makefile projects
|
||||||
* Continued moving stack-internal parts from abc.h to abc_priv.h in sub-folder "priv"
|
* Continued moving stack-internal parts from abc.h to abc_priv.h in sub-folder "priv"
|
||||||
to let abc.h only contain the actual application programmer's API
|
to let abc.h only contain the actual application programmer's API
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user