Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
1d9336fb
Commit
1d9336fb
authored
Jan 12, 2016
by
Philip Gladstome
Browse files
Upgrade to SDK version 1.5.1 from Espressif
parent
2ff1324d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
1d9336fb
...
...
@@ -3,7 +3,7 @@
.NOTPARALLEL
:
# SDK version NodeMCU is locked to
SDK_VER
:=
1.5.
0
SDK_VER
:=
1.5.
1
# Ensure we search "our" SDK before the tool-chain's SDK (if any)
TOP_DIR
:=
$(
abspath
$(
dir
$(
lastword
$(MAKEFILE_LIST)
)))
SDK_DIR
:=
$(TOP_DIR)
/sdk/esp_iot_sdk_v
$(SDK_VER)
...
...
@@ -171,9 +171,9 @@ $(BINODIR)/%.bin: $(IMAGEODIR)/%.out
all
:
sdk_extracted .subdirs $(OBJS) $(OLIBS) $(OIMAGES) $(OBINS) $(SPECIAL_MKTARGETS)
.PHONY
:
sdk_extracted
sdk_extracted
:
$(TOP_DIR)/sdk/.extracted
sdk_extracted
:
$(TOP_DIR)/sdk/.extracted
-$(SDK_VER)
$(TOP_DIR)/sdk/.extracted
:
$(TOP_DIR)/sdk/.extracted
-$(SDK_VER)
:
mkdir
-p
"
$(
dir
$@
)
"
(
cd
"
$(
dir
$@
)
"
&&
unzip
$(TOP_DIR)
/cache/esp_iot_sdk_v
$(SDK_VER)
*
.zip esp_iot_sdk_v
$(SDK_VER)
/lib/
*
esp_iot_sdk_v
$(SDK_VER)
/ld/eagle.rom.addr.v6.ld esp_iot_sdk_v
$(SDK_VER)
/include/
*
)
rm
-f
$(SDK_DIR)
/lib/liblwip.a
...
...
README.md
View file @
1d9336fb
# **NodeMCU 1.5.
0
** #
# **NodeMCU 1.5.
1
** #
[

](https://gitter.im/nodemcu/nodemcu-firmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[

](https://travis-ci.org/nodemcu/nodemcu-firmware)
###A lua based firmware for wifi-soc esp8266
-
Build on
[
ESP8266 NONOS SDK 1.5.
0
](
http://bbs.espressif.com/viewtopic.php?f=46&
t=1442
)
-
Build on
[
ESP8266 NONOS SDK 1.5.
1
](
http://bbs.espressif.com/viewtopic.php?f=46&
p=5315
)
-
Lua core based on
[
eLua project
](
http://www.eluaproject.net/
)
-
cjson based on
[
lua-cjson
](
https://github.com/mpx/lua-cjson
)
-
File system based on
[
spiffs
](
https://github.com/pellepl/spiffs
)
...
...
@@ -298,7 +298,7 @@ Comment-out the #define statement for unused modules. Example:
Identify your firmware builds by editing
`app/include/user_version.h`
```
c
#define NODE_VERSION "NodeMCU 1.5.
0
+myname"
#define NODE_VERSION "NodeMCU 1.5.
1
+myname"
#ifndef BUILD_DATE
#define BUILD_DATE "YYYYMMDD"
#endif
...
...
app/include/user_version.h
View file @
1d9336fb
...
...
@@ -6,7 +6,7 @@
#define NODE_VERSION_REVISION 0U
#define NODE_VERSION_INTERNAL 0U
#define NODE_VERSION "NodeMCU 1.5.
0
"
#define NODE_VERSION "NodeMCU 1.5.
1
"
#ifndef BUILD_DATE
#define BUILD_DATE "unspecified"
#endif
...
...
cache/esp_iot_sdk_v1.5.0_15_11_27.zip
deleted
100644 → 0
View file @
2ff1324d
File deleted
cache/esp_iot_sdk_v1.5.1_16_01_08.zip
0 → 100644
View file @
1d9336fb
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment