From c8d0a13f0ea21a8427bc96bd9201d6d12d6e4a7f Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Fri, 20 May 2022 17:50:08 +0800 Subject: [PATCH] ci: partially enable example build for esp32c2 * Original commit: espressif/esp-idf@f7be540222e204f682dfe27bb23f0f622f5a93e7 --- examples/protocols/slip/slip_udp/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/protocols/slip/slip_udp/README.md b/examples/protocols/slip/slip_udp/README.md index d7869ff97..67d21736f 100644 --- a/examples/protocols/slip/slip_udp/README.md +++ b/examples/protocols/slip/slip_udp/README.md @@ -1,3 +1,6 @@ +| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 | +| ----------------- | ----- | -------- | -------- | -------- | + # SLIP device client (See the README.md file in the upper level 'examples' directory for more information about examples.)