Remove bin/ directory in favour of an add_path.sh script that can be sourced

Remaining file in bin/ will be moved out as part of !34
This commit is contained in:
Angus Gratton
2016-09-01 18:27:51 +10:00
parent fb87346864
commit d793d23b94
5 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ PYTHON ?= $(call dequote,$(CONFIG_PYTHON))
# to invoke esptool.py (with or without serial port args)
#
# NB: esptool.py lives in the sdk/bin directory not the component directory
ESPTOOLPY := $(PYTHON) $(IDF_PATH)/bin/esptool.py --chip esp32
ESPTOOLPY := $(PYTHON) $(IDF_PATH)/components/esptool_py/esptool.py --chip esp32
ESPTOOLPY_SERIAL := $(ESPTOOLPY) --port $(ESPPORT) --baud $(ESPBAUD)
ESPTOOLPY_WRITE_FLASH=$(ESPTOOLPY_SERIAL) write_flash $(if $(CONFIG_ESPTOOLPY_COMPRESSED),-z)
+1810
View File
File diff suppressed because it is too large Load Diff