Update the 8266 stuff to my newest build.
This commit is contained in:
parent
30648367b7
commit
a1a3d94e28
13 changed files with 424 additions and 47 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue