LwIP v2 support
This commit is contained in:
parent
1cfded6389
commit
cd23acaa4a
39 changed files with 1357 additions and 664 deletions
|
@ -5,7 +5,13 @@
|
|||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBPP_WDEV
|
||||
// The contents of this file are only built if OPEN_LIBPHY_PHY_CHIP_SLEEP is set to true
|
||||
// The contents of this file are only built if OPEN_LIBPP_WDEV is set to true
|
||||
|
||||
// Note the SDK allocated 8000 bytes for TX buffers that appears to be
|
||||
// unused. Rather TX buffers appear to be allocated by upper layers. The
|
||||
// location of this areas is at wDevCtrl + 0x2190. The SDK has been modified
|
||||
// to allocate only one word (4 bytes) per buffer on initialization and even
|
||||
// these seem unused but to be sure avoid the first 20 bytes. So there are
|
||||
// 7980 bytes free starting at wDevCtrl + 0x21a4.
|
||||
|
||||
#endif /* OPEN_LIBPP_WDEV */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue