Skip to content

Commit 778b145

Browse files
committed
Merge branch 'feature/code_optimize' into 'release/v2.2.x'
Feature/code optimize See merge request sdk/ESP8266_NONOS_SDK!135
2 parents 26b2f65 + f07bdc7 commit 778b145

18 files changed

+20
-18
lines changed

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,17 @@ CCFLAGS += \
211211
-g \
212212
-Wpointer-arith \
213213
-Wundef \
214-
-Werror \
215214
-Wl,-EL \
216215
-fno-inline-functions \
217216
-nostdlib \
218217
-mlongcalls \
219218
-mtext-section-literals \
220219
-ffunction-sections \
221220
-fdata-sections \
222-
-fno-builtin-printf
221+
-fno-builtin-printf \
222+
-fno-guess-branch-probability \
223+
-freorder-blocks-and-partition \
224+
-fno-cse-follow-jumps
223225
# -Wall
224226

225227
CFLAGS = $(CCFLAGS) $(DEFINES) $(EXTRA_CCFLAGS) $(INCLUDES)

VERSION

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
gwen:
2-
at : 0b65f40
3-
crypto : 12f98d2
4-
espnow : 24500e9
5-
json : ce90efd
6-
main : 24500e9
7-
net80211 : 61055fa
8-
pp : 24500e9
9-
smartconfig : 16cf6ef
10-
ssl : b19a6f7
11-
upgrade : 6ab97e9
12-
wpa : 05c8012
13-
wpa2 : d49991f
14-
wps : 1247cc5
2+
at : 53b6e66
3+
crypto : 53b6e66
4+
espnow : 53b6e66
5+
json : 53b6e66
6+
main : 53b6e66
7+
net80211 : 53b6e66
8+
pp : 53b6e66
9+
smartconfig : 53b6e66
10+
ssl : 53b6e66
11+
upgrade : 53b6e66
12+
wpa : 53b6e66
13+
wpa2 : 53b6e66
14+
wps : 53b6e66
1515

1616
phy:
1717
phy : 1136
1818

1919
gitlab:
20-
driver : 68fc7b06
21-
lwip : b802c938
22-
mbedtls : e4dace14
20+
driver : 9f17ed94
21+
lwip : 9f17ed94
22+
mbedtls : 9f17ed94

lib/libat.a

3.72 KB
Binary file not shown.

lib/libcrypto.a

0 Bytes
Binary file not shown.

lib/libdriver.a

460 Bytes
Binary file not shown.

lib/libespnow.a

0 Bytes
Binary file not shown.

lib/libjson.a

0 Bytes
Binary file not shown.

lib/liblwip.a

-11.7 KB
Binary file not shown.

lib/libmain.a

0 Bytes
Binary file not shown.

lib/libmbedtls.a

-9.68 KB
Binary file not shown.

lib/libnet80211.a

-8 Bytes
Binary file not shown.

lib/libpp.a

-11.5 KB
Binary file not shown.

lib/libsmartconfig.a

0 Bytes
Binary file not shown.

lib/libssl.a

0 Bytes
Binary file not shown.

lib/libupgrade.a

0 Bytes
Binary file not shown.

lib/libwpa.a

0 Bytes
Binary file not shown.

lib/libwpa2.a

0 Bytes
Binary file not shown.

lib/libwps.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)