From ab42d630541783340d4b3e45a514a1a37e6501f0 Mon Sep 17 00:00:00 2001 From: morris Date: Sat, 26 Aug 2023 17:12:22 +0800 Subject: [PATCH] fix(ci): pre-commit failure on readme check --- components/esp_hw_support/test_apps/etm/README.md | 4 ++-- .../peripherals/timer_group/gptimer_capture_hc_sr04/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/esp_hw_support/test_apps/etm/README.md b/components/esp_hw_support/test_apps/etm/README.md index b450dc5ffa..7b822bdb0e 100644 --- a/components/esp_hw_support/test_apps/etm/README.md +++ b/components/esp_hw_support/test_apps/etm/README.md @@ -1,2 +1,2 @@ -| Supported Targets | ESP32-C6 | ESP32-H2 | -| ----------------- | -------- | -------- | +| Supported Targets | ESP32-C6 | ESP32-H2 | ESP32-P4 | +| ----------------- | -------- | -------- | -------- | diff --git a/examples/peripherals/timer_group/gptimer_capture_hc_sr04/README.md b/examples/peripherals/timer_group/gptimer_capture_hc_sr04/README.md index 144af4a23f..474d93d775 100644 --- a/examples/peripherals/timer_group/gptimer_capture_hc_sr04/README.md +++ b/examples/peripherals/timer_group/gptimer_capture_hc_sr04/README.md @@ -1,5 +1,5 @@ -| Supported Targets | ESP32-C6 | ESP32-H2 | -| ----------------- | -------- | -------- | +| Supported Targets | ESP32-C6 | ESP32-H2 | ESP32-P4 | +| ----------------- | -------- | -------- | -------- | # HC-SR04 Example based on GPTimer Capture and ETM