Skip to content

Commit 2d9c545

Browse files
committed
lwip2: fix static address management
1 parent 41a6470 commit 2d9c545

File tree

6 files changed

+17
-3
lines changed

6 files changed

+17
-3
lines changed

tools/sdk/lib/liblwip2.a

-4.06 KB
Binary file not shown.

tools/sdk/lib/liblwip2_1460.a

-4.06 KB
Binary file not shown.

tools/sdk/lwip2/Makefile

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
all install clean: builder/lwip2-src/README
33
make -C builder -f Makefile.arduino $@
44

5+
latestmaster: downloadmaster install
6+
7+
latestupstream: downloadupstream install
8+
9+
downloadupstream: downloadmaster
10+
cd builder/lwip2-src; git checkout master
11+
12+
downloadmaster: download
13+
cd builder; git checkout master
14+
515
download: builder/lwip2-src/README
616

717
builder/lwip2-src/README:

tools/sdk/lwip2/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
```make install```: download, compile, install lwip2
22

3+
```make latestmaster```: download latest lwip2, compile, install
4+
5+
```make latestupstream```: download latest lwip2 and latest upstream lwIP, compile, install
6+
37
```make download```: download lwIP-2 builder
48

59
```make clean```: clean builder only
@@ -10,4 +14,4 @@ MSS values are in builder/Makefile.arduino
1014

1115
MSS values in boards.txt are only informative
1216

13-
current lwip2 submodule repository: https://github.com/d-a-v/esp82xx-nonos-linklayer/tree/arduino-2.4.0
17+
current lwip2 submodule repository: https://github.com/d-a-v/esp82xx-nonos-linklayer/tree/arduino-2.4.1
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// generated by makefiles/make-lwip2-hash
22
#ifndef LWIP_HASH_H
33
#define LWIP_HASH_H
4-
#define LWIP_HASH_STR "STABLE-2_0_3_RELEASE/glue:arduino-2.4.1"
4+
#define LWIP_HASH_STR "STABLE-2_0_3_RELEASE/glue:arduino-2.4.1-3-g24eb8d4"
55
#endif // LWIP_HASH_H

0 commit comments

Comments
 (0)