nodemcu-firmware/app
Simon John 78aed24eb8 Replaced all xt-* calls with their xtensa-lx106-elf-* equivalents
so we don't have to create symlinks (assume windows has the xtensa*
files?)

Removed an extra call to objdump from gen_misc_plus.sh that's not in
gen_misc_plus.bat - seems to make the upgrade files, but the
directory never gets created so it doesn't work anyway.

Added a "make install" routine borrowed from nodelua that generates
the flash file and uploads using esptool.py (needs to be in your $PATH)
2014-12-23 11:39:09 +00:00
..
driver source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
include roll back user_config.h:( 2014-12-23 12:08:32 +08:00
json source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
libc source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lua source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lwip source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
modules source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
platform source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
smart source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
spiffs source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ssl source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
upgrade source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
user source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
wofs source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
.gitignore source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
Makefile Replaced all xt-* calls with their xtensa-lx106-elf-* equivalents 2014-12-23 11:39:09 +00:00
gen_misc.bat Replaced all xt-* calls with their xtensa-lx106-elf-* equivalents 2014-12-23 11:39:09 +00:00
gen_misc.sh Replaced all xt-* calls with their xtensa-lx106-elf-* equivalents 2014-12-23 11:39:09 +00:00
gen_misc_plus.bat Replaced all xt-* calls with their xtensa-lx106-elf-* equivalents 2014-12-23 11:39:09 +00:00
gen_misc_plus.sh Replaced all xt-* calls with their xtensa-lx106-elf-* equivalents 2014-12-23 11:39:09 +00:00