Skip to content

Commit 5a2a54b

Browse files
committed
Merge branch 'feature/code_optimize' into 'master'
Feature/code optimize See merge request sdk/ESP8266_NONOS_SDK!127
2 parents 8ba6b9c + d1378fb commit 5a2a54b

17 files changed

+19
-17
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
DEFINES += -DSPI_FLASH_SIZE_MAP=$(size_map)

VERSION

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
gwen:
2-
at : 982369a
3-
crypto : 25f7d60
4-
espnow : 20853ed
5-
json : 25f7d60
6-
main : 1b06f91
7-
net80211 : 1b06f91
8-
pp : 1b06f91
9-
smartconfig : 25f7d60
10-
ssl : 25f7d60
11-
upgrade : 551aeee
12-
wpa : d0296fd
13-
wpa2 : 25f7d60
14-
wps : 25f7d60
2+
at : 8a853d3
3+
crypto : 8a853d3
4+
espnow : 8a853d3
5+
json : 8a853d3
6+
main : 8a853d3
7+
net80211 : 8a853d3
8+
pp : 8a853d3
9+
smartconfig : 8a853d3
10+
ssl : 8a853d3
11+
upgrade : 8a853d3
12+
wpa : 8a853d3
13+
wpa2 : 8a853d3
14+
wps : 8a853d3
1515

1616
phy:
1717
phy : 1136
1818

1919
gitlab:
2020
driver : c37b846e
21-
lwip : 10977b97
22-
mbedtls : c37b846e
21+
lwip : ee3dfcf2
22+
mbedtls : ee3dfcf2

lib/libat.a

3.72 KB
Binary file not shown.

lib/libcrypto.a

0 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

-12 KB
Binary file not shown.

lib/libmain.a

-238 KB
Binary file not shown.

lib/libmbedtls.a

-24 KB
Binary file not shown.

lib/libnet80211.a

-635 KB
Binary file not shown.

lib/libpp.a

-322 KB
Binary file not shown.

lib/libsmartconfig.a

0 Bytes
Binary file not shown.

lib/libssl.a

-8 Bytes
Binary file not shown.

lib/libupgrade.a

0 Bytes
Binary file not shown.

lib/libwpa.a

-2 Bytes
Binary file not shown.

lib/libwpa2.a

-2 Bytes
Binary file not shown.

lib/libwps.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)