diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-01-22 13:24:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-22 13:24:51 -0800 |
| commit | f46ec0253db76a84c8a8879a60f949cca3c9a443 (patch) | |
| tree | 74183a3318d37cad71d3dc5f9c6b359a700fcae0 | |
| parent | 736d21fce8437840a899fa3c26ee807476738e31 (diff) | |
| parent | 3d3c50f9273858fcaa5686760daf49db39b1e36c (diff) | |
Merge pull request #1484 from larsks/issue/1483
tell people that esp8266 is no longer supported
| -rw-r--r-- | ports/esp8266/Makefile | 3 |
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 |
