summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kellogg-Stedman <lars@oddbit.com>2019-01-22 15:39:54 -0500
committerLars Kellogg-Stedman <lars@oddbit.com>2019-01-22 15:40:00 -0500
commit3d3c50f9273858fcaa5686760daf49db39b1e36c (patch)
tree38faa0ac47e9188b43aeeb5ca5be9a91782ac1e0
parent9e8d182fe14c05b3e7c6a74e35987ec293310c7a (diff)
tell people that esp8266 is no longer supported
Closes #1483
-rw-r--r--ports/esp8266/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/esp8266/Makefile b/ports/esp8266/Makefile
index d38285c91..4f23dfff1 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