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
e19e026d
Commit
e19e026d
authored
Mar 17, 2015
by
funshine
Browse files
update readme
parent
45e7f270
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e19e026d
...
@@ -7,6 +7,7 @@ version 0.9.5
...
@@ -7,6 +7,7 @@ version 0.9.5
###A lua based firmware for wifi-soc esp8266
###A lua based firmware for wifi-soc esp8266
Build on
[
ESP8266 sdk 0.9.5
](
http://bbs.espressif.com/viewtopic.php?f=5&t=154
)
<br
/>
Build on
[
ESP8266 sdk 0.9.5
](
http://bbs.espressif.com/viewtopic.php?f=5&t=154
)
<br
/>
Lua core based on
[
eLua project
](
http://www.eluaproject.net/
)
<br
/>
Lua core based on
[
eLua project
](
http://www.eluaproject.net/
)
<br
/>
cjson based on
[
lua-cjson
](
https://github.com/mpx/lua-cjson
)
<br
/>
File system based on
[
spiffs
](
https://github.com/pellepl/spiffs
)
<br
/>
File system based on
[
spiffs
](
https://github.com/pellepl/spiffs
)
<br
/>
Open source development kit for NodeMCU
[
nodemcu-devkit
](
https://github.com/nodemcu/nodemcu-devkit
)
<br
/>
Open source development kit for NodeMCU
[
nodemcu-devkit
](
https://github.com/nodemcu/nodemcu-devkit
)
<br
/>
Flash tool for NodeMCU
[
nodemcu-flasher
](
https://github.com/nodemcu/nodemcu-flasher
)
<br
/>
Flash tool for NodeMCU
[
nodemcu-flasher
](
https://github.com/nodemcu/nodemcu-flasher
)
<br
/>
...
@@ -34,6 +35,10 @@ Tencent QQ group: 309957875<br />
...
@@ -34,6 +35,10 @@ Tencent QQ group: 309957875<br />
-
cross compiler (done)
-
cross compiler (done)
# Change log
# Change log
2015-03-17
<br
/>
add cjson module, only cjson.encode() and cjson.decode() is implemented.
<br
/>
read doc
[
here
](
https://github.com/nodemcu/nodemcu-firmware/blob/json/app/cjson/manual.txt
)
2015-03-15
<br
/>
2015-03-15
<br
/>
bugs fixed: #239, #273.
<br
/>
bugs fixed: #239, #273.
<br
/>
reduce coap module memory usage, add coap module to default built.
reduce coap module memory usage, add coap module to default built.
...
...
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