Modularize esp8266 components
This commit is contained in:
parent
1dd31cc7c3
commit
63be61e225
42 changed files with 65 additions and 4026 deletions
|
@ -1,23 +0,0 @@
|
|||
include ../makeconf.inc # Look here for user configuration
|
||||
|
||||
.PHONY : all clean push
|
||||
all : execute_reflash push
|
||||
|
||||
CC = gcc
|
||||
|
||||
mfsmaker : mfsmaker.c
|
||||
pushtodev : pushtodev.c
|
||||
execute_reflash : execute_reflash.c md5.c
|
||||
|
||||
page.mpfs : mfsmaker page
|
||||
# cat to_compress/*.js | gzip -9 > page/compressed.js.gz
|
||||
./mfsmaker page page.mpfs
|
||||
|
||||
#mfsmaker pushtodev execute_reflash:
|
||||
# $(CC) $(CFLAGS) -o $@ $^
|
||||
|
||||
push : pushtodev page.mpfs
|
||||
./pushtodev $(IP) $(PAGE_OFFSET) page.mpfs
|
||||
|
||||
clean :
|
||||
$(RM) mfsmaker page.mpfs pushtodev execute_reflash
|
1
embedded8266/web/Makefile
Symbolic link
1
embedded8266/web/Makefile
Symbolic link
|
@ -0,0 +1 @@
|
|||
../esp82xx/web/Makefile
|
Loading…
Add table
Add a link
Reference in a new issue