From 3d3c50f9273858fcaa5686760daf49db39b1e36c Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Tue, 22 Jan 2019 15:39:54 -0500 Subject: [PATCH] tell people that esp8266 is no longer supported Closes #1483 --- ports/esp8266/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/esp8266/Makefile b/ports/esp8266/Makefile index d38285c914..4f23dfff1e 100644 --- a/ports/esp8266/Makefile +++ b/ports/esp8266/Makefile @@ -216,7 +216,8 @@ SRC_QSTR += $(SRC_C) $(SRC_COMMON_HAL_EXPANDED) $(SRC_SHARED_MODULE_EXPANDED) $( # Append any auto-generated sources that are needed by sources listed in SRC_QSTR SRC_QSTR_AUTO_DEPS += -all: $(BUILD)/libaxtls.a $(FWBIN) +all: + @echo "CircuitPython 4.0.0 and later do not support esp8266 boards." CONFVARS_FILE = $(BUILD)/confvars