From 119b61451fdff4270ca8e6f7defa27332f724bf3 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 26 Jan 2021 11:53:53 +0800 Subject: [PATCH] fix(test_apps): add supported targets for memprot, panic, monitor_ide --- tools/test_apps/system/memprot/README.md | 2 ++ tools/test_apps/system/monitor_ide_integration/README.md | 2 ++ tools/test_apps/system/panic/README.md | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 tools/test_apps/system/memprot/README.md create mode 100644 tools/test_apps/system/monitor_ide_integration/README.md create mode 100644 tools/test_apps/system/panic/README.md diff --git a/tools/test_apps/system/memprot/README.md b/tools/test_apps/system/memprot/README.md new file mode 100644 index 0000000000..5d650cc9d3 --- /dev/null +++ b/tools/test_apps/system/memprot/README.md @@ -0,0 +1,2 @@ +| Supported Targets | ESP32-S2 | +| ----------------- | -------- | diff --git a/tools/test_apps/system/monitor_ide_integration/README.md b/tools/test_apps/system/monitor_ide_integration/README.md new file mode 100644 index 0000000000..ac8bb22c88 --- /dev/null +++ b/tools/test_apps/system/monitor_ide_integration/README.md @@ -0,0 +1,2 @@ +| Supported Targets | ESP32 | ESP32-S2 | +| ----------------- | ----- | -------- | diff --git a/tools/test_apps/system/panic/README.md b/tools/test_apps/system/panic/README.md new file mode 100644 index 0000000000..ac8bb22c88 --- /dev/null +++ b/tools/test_apps/system/panic/README.md @@ -0,0 +1,2 @@ +| Supported Targets | ESP32 | ESP32-S2 | +| ----------------- | ----- | -------- |