1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

fix lwip selection in tests/device Makefile (#5643)

add test_BearSSL/data to .gitignore
This commit is contained in:
liebman 2019-01-21 06:35:51 -08:00 committed by david gauchard
parent cee0796a87
commit 2ffd9c993c
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@
test_report.xml test_report.xml
test_report.html test_report.html
test_env.cfg test_env.cfg
test_BearSSL/data

View File

@ -12,7 +12,7 @@ UPLOAD_BOARD ?= nodemcu
BS_DIR ?= libraries/BSTest BS_DIR ?= libraries/BSTest
DEBUG_LEVEL ?= DebugLevel=None____ DEBUG_LEVEL ?= DebugLevel=None____
#FQBN ?= esp8266com:esp8266:generic:CpuFrequency=80,FlashFreq=40,FlashMode=dio,UploadSpeed=115200,FlashSize=4M1M,LwIPVariant=v2mss536,ResetMethod=none,Debug=Serial,$(DEBUG_LEVEL) #FQBN ?= esp8266com:esp8266:generic:CpuFrequency=80,FlashFreq=40,FlashMode=dio,UploadSpeed=115200,FlashSize=4M1M,LwIPVariant=v2mss536,ResetMethod=none,Debug=Serial,$(DEBUG_LEVEL)
FQBN ?= esp8266com:esp8266:generic:xtal=80,FlashFreq=40,FlashMode=dio,baud=115200,eesz=4M1M,ip=lm2,ResetMethod=none,dbg=Serial,$(DEBUG_LEVEL) FQBN ?= esp8266com:esp8266:generic:xtal=80,FlashFreq=40,FlashMode=dio,baud=115200,eesz=4M1M,ip=lm2f,ResetMethod=none,dbg=Serial,$(DEBUG_LEVEL)
BUILD_TOOL := $(ARDUINO_IDE_PATH)/arduino-builder BUILD_TOOL := $(ARDUINO_IDE_PATH)/arduino-builder
TEST_CONFIG := test_env.cfg TEST_CONFIG := test_env.cfg
TEST_REPORT_XML := test_report.xml TEST_REPORT_XML := test_report.xml