From e6130a46cd1cd6aaa19cb461161bcbb746048a2d Mon Sep 17 00:00:00 2001 From: Cao Sen Miao Date: Fri, 26 Nov 2021 17:03:47 +0800 Subject: [PATCH] CI: Enable ESP8684 build stage CI on master --- tools/test_apps/protocols/mqtt/build_test/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/test_apps/protocols/mqtt/build_test/README.md b/tools/test_apps/protocols/mqtt/build_test/README.md index 70fb332..6fa99ab 100644 --- a/tools/test_apps/protocols/mqtt/build_test/README.md +++ b/tools/test_apps/protocols/mqtt/build_test/README.md @@ -1,3 +1,8 @@ +| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 | +| ----------------- | ----- | -------- | -------- | -------- | + +Not support on ESP8684 yet, waiting esp_wifi supported. TODO: IDF-3905 + # Build only test for C++ This test app ensures that calling all mqtt-client API could be called from C++