mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
ci(doc): kconfig change should trigger a full doc build
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
- "**/*.rst"
|
- "**/*.rst"
|
||||||
- "CONTRIBUTING.rst"
|
- "CONTRIBUTING.rst"
|
||||||
- "**/soc_caps.h"
|
- "**/soc_caps.h"
|
||||||
|
- "**/Kconfig*"
|
||||||
|
|
||||||
.patterns-docs-partial: &patterns-docs-partial
|
.patterns-docs-partial: &patterns-docs-partial
|
||||||
- "components/**/*.h"
|
- "components/**/*.h"
|
||||||
- "components/**/Kconfig*"
|
|
||||||
- "components/**/CMakeList.txt"
|
- "components/**/CMakeList.txt"
|
||||||
- "components/**/sdkconfig*"
|
- "components/**/sdkconfig*"
|
||||||
- "tools/tools.json"
|
- "tools/tools.json"
|
||||||
|
@@ -318,7 +318,7 @@ TEST_CASE("SDIO_Slave: test to host (Performance)", "[sdio_speed]")
|
|||||||
test_to_host();
|
test_to_host();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if SOC_PAU_SUPPORTED
|
#if CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP
|
||||||
#include "esp_private/sleep_sys_periph.h"
|
#include "esp_private/sleep_sys_periph.h"
|
||||||
#include "esp_private/sleep_retention.h"
|
#include "esp_private/sleep_retention.h"
|
||||||
|
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
const char TAG[] = "retention";
|
const char TAG[] = "retention";
|
||||||
|
|
||||||
|
#if CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP
|
||||||
TEST_CASE("retention: can go to retention", "[retention]")
|
TEST_CASE("retention: can go to retention", "[retention]")
|
||||||
{
|
{
|
||||||
// Prepare a TOP PD sleep
|
// Prepare a TOP PD sleep
|
||||||
@@ -35,3 +36,4 @@ TEST_CASE("retention: can go to retention", "[retention]")
|
|||||||
|
|
||||||
sleep_cpu_configure(false);
|
sleep_cpu_configure(false);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user