Skip to content

allow esptool.py invocation to be set via make vars#794

Merged
tannewt merged 1 commit into
adafruit:masterfrom
larsks:bug/793
May 2, 2018
Merged

allow esptool.py invocation to be set via make vars#794
tannewt merged 1 commit into
adafruit:masterfrom
larsks:bug/793

Conversation

@larsks
Copy link
Copy Markdown

@larsks larsks commented May 2, 2018

This commit replaces the literal calls to esptool.py with the
$(ESPTOOL) Makefile variable. This allows one to set the esptool
invocation on the Make command line:

make ESPTOOL="python2 $(which esptool.py)"

(or via the environment, an include file, etc)

Closes #793

This commit replaces the literal calls to `esptool.py` with the
`$(ESPTOOL)` Makefile variable. This allows one to set the esptool
invocation on the Make command line:

    make ESPTOOL="python2 $(which esptool.py)"

(or via the environment, an include file, etc)

Closes micropython#793
Copy link
Copy Markdown
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you for the helpful change.

@tannewt tannewt merged commit 41101bc into adafruit:master May 2, 2018
larsks added a commit to larsks/docker-image-esp-open-sdk that referenced this pull request May 2, 2018
the circuitpython (https://github.com/adafruit/circuitpython)
Makefiles expect both `which` and `git` to be available.  Also
addressed on the other side by adafruit/circuitpython#792 and
adafruit/circuitpython#794.
larsks added a commit to larsks/docker-image-esp-open-sdk that referenced this pull request May 2, 2018
the circuitpython (https://github.com/adafruit/circuitpython)
Makefiles expect both `which` and `git` to be available.  Also
addressed on the other side by adafruit/circuitpython#792 and
adafruit/circuitpython#794.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants