From ca9de76220799cb25c508f8d2f9c7bdff3b3ab9d Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 26 May 2026 19:12:49 +0530 Subject: [PATCH] fix(esp-tls): correct test_apps README to match manifest target restriction .build-test-rules.yml restricts esp-tls test_apps to esp32c3 only. Commit 19a544203b9 accidentally expanded the README to all targets. (cherry picked from commit b7f53c3868698437073eb2cbe0accc9f8c91d0fd) --- components/esp-tls/test_apps/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp-tls/test_apps/README.md b/components/esp-tls/test_apps/README.md index d76348d52c2..67844e9673a 100644 --- a/components/esp-tls/test_apps/README.md +++ b/components/esp-tls/test_apps/README.md @@ -1,2 +1,2 @@ -| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-H21 | ESP32-H4 | ESP32-P4 | ESP32-S2 | ESP32-S3 | ESP32-S31 | -| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | --------- | -------- | -------- | -------- | -------- | --------- | +| Supported Targets | ESP32-C3 | +| ----------------- | -------- |