Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completely refactored makefile #985

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug statement removed
tius2000 committed Mar 6, 2017
commit 3b03bc7c7d10414cac8d3fd49b8b67646b9d249f
1 change: 0 additions & 1 deletion Sming/sming.mk
Original file line number Diff line number Diff line change
@@ -227,7 +227,6 @@ DEFINES += SPIFF_SIZE DISABLE_SPIFFS
SPI_SPEED ?= 40
SPI_MODE ?= qio
SPI_SIZE_M := $(call deccalc, $(MEM_SIZE) >> 17)m
$(error $(SPI_SIZE_M))

ESPTOOL_FLAGS := -p $(COM_PORT) -b $(COM_SPEED_ESPTOOL)
ESPTOOL_IMGFLAGS:= -ff $(SPI_SPEED)m -fm $(SPI_MODE) -fs $(SPI_SIZE_M)