Update the 8266 stuff to my newest build.

This commit is contained in:
cnlohr 2015-08-16 00:54:18 -04:00
parent 30648367b7
commit a1a3d94e28
13 changed files with 424 additions and 47 deletions

View file

@ -1,8 +1,7 @@
all : image.elf
FW_FILE_1:=0x00000.bin
FW_FILE_2:=0x40000.bin
TARGET_OUT:=image.elf
all : $(TARGET_OUT) $(FW_FILE_1) $(FW_FILE_2)
SRCS:=driver/uart.c \
@ -24,7 +23,7 @@ SRCS:=driver/uart.c \
GCC_FOLDER:=~/esp8266/esp-open-sdk/xtensa-lx106-elf
ESPTOOL_PY:=~/esp8266/esptool/esptool.py
FW_TOOL:=~/esp8266/other/esptool/esptool
SDK:=/home/cnlohr/esp8266/esp_iot_sdk_v1.2.0
SDK:=/home/cnlohr/esp8266/esp_iot_sdk_v1.3.0
PORT:=/dev/ttyUSB0
#PORT:=/dev/ttyACM0