Skip to content

Commit

Permalink
sdk paths
Browse files Browse the repository at this point in the history
  • Loading branch information
heeen committed Jul 3, 2015
1 parent 2fad729 commit cd0e5d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ BUILD_BASE = build
FW_BASE = firmware

# base directory for the compiler
XTENSA_TOOLS_ROOT ?= /opt/Espressif/crosstool-NG/builds/xtensa-lx106-elf/bin
XTENSA_TOOLS_ROOT ?= ../esp-open-sdk/crosstool-NG/builds/xtensa-lx106-elf/bin

# base directory of the ESP8266 SDK package, absolute
SDK_BASE ?= /opt/Espressif/ESP8266_SDK
SDK_BASE ?= ../esp-open-sdk/sdk

# esptool.py path and port
ESPTOOL ?= esptool.py
ESPTOOL ?= ../esp-open-sdk/esptool/esptool.py
ESPPORT ?= /dev/ttyUSB0

# name for the target project
Expand Down

0 comments on commit cd0e5d1

Please sign in to comment.