summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-12-25 18:09:33 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-12-25 18:09:33 +0100
commit35a98377f52caf5ac37c2e932b9f2d4c9196c195 (patch)
treed87920e581a25b3ef30b4cce967cd8842db5c1eb /tests
parent16b712e0233cfd7b60668927067885f7e3551b92 (diff)
Remove esp8266 support in favor of ESP8266 RTOS SDK
Diffstat (limited to 'tests')
-rwxr-xr-xtests/build-esp82669
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/build-esp8266 b/tests/build-esp8266
deleted file mode 100755
index 3cf9bd6..0000000
--- a/tests/build-esp8266
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-touch .config
-
-for app in deflatetest donothing ledblink sysinfo; do
- make -B arch=esp8266 app=$app build/system.elf
-done