Skip to content

Commit

Permalink
Merge branch 'feature/code_optimize' into 'release/v2.2.x'
Browse files Browse the repository at this point in the history
Feature/code optimize

See merge request sdk/ESP8266_NONOS_SDK!135
  • Loading branch information
xcguang committed Feb 24, 2019
2 parents 26b2f65 + f07bdc7 commit 778b145
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 18 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,17 @@ CCFLAGS += \
-g \
-Wpointer-arith \
-Wundef \
-Werror \
-Wl,-EL \
-fno-inline-functions \
-nostdlib \
-mlongcalls \
-mtext-section-literals \
-ffunction-sections \
-fdata-sections \
-fno-builtin-printf
-fno-builtin-printf \
-fno-guess-branch-probability \
-freorder-blocks-and-partition \
-fno-cse-follow-jumps
# -Wall

CFLAGS = $(CCFLAGS) $(DEFINES) $(EXTRA_CCFLAGS) $(INCLUDES)
Expand Down
32 changes: 16 additions & 16 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
gwen:
at : 0b65f40
crypto : 12f98d2
espnow : 24500e9
json : ce90efd
main : 24500e9
net80211 : 61055fa
pp : 24500e9
smartconfig : 16cf6ef
ssl : b19a6f7
upgrade : 6ab97e9
wpa : 05c8012
wpa2 : d49991f
wps : 1247cc5
at : 53b6e66
crypto : 53b6e66
espnow : 53b6e66
json : 53b6e66
main : 53b6e66
net80211 : 53b6e66
pp : 53b6e66
smartconfig : 53b6e66
ssl : 53b6e66
upgrade : 53b6e66
wpa : 53b6e66
wpa2 : 53b6e66
wps : 53b6e66

phy:
phy : 1136

gitlab:
driver : 68fc7b06
lwip : b802c938
mbedtls : e4dace14
driver : 9f17ed94
lwip : 9f17ed94
mbedtls : 9f17ed94
Binary file modified lib/libat.a
Binary file not shown.
Binary file modified lib/libcrypto.a
Binary file not shown.
Binary file modified lib/libdriver.a
Binary file not shown.
Binary file modified lib/libespnow.a
Binary file not shown.
Binary file modified lib/libjson.a
Binary file not shown.
Binary file modified lib/liblwip.a
Binary file not shown.
Binary file modified lib/libmain.a
Binary file not shown.
Binary file modified lib/libmbedtls.a
Binary file not shown.
Binary file modified lib/libnet80211.a
Binary file not shown.
Binary file modified lib/libpp.a
Binary file not shown.
Binary file modified lib/libsmartconfig.a
Binary file not shown.
Binary file modified lib/libssl.a
Binary file not shown.
Binary file modified lib/libupgrade.a
Binary file not shown.
Binary file modified lib/libwpa.a
Binary file not shown.
Binary file modified lib/libwpa2.a
Binary file not shown.
Binary file modified lib/libwps.a
Binary file not shown.

0 comments on commit 778b145

Please sign in to comment.