feat(gpio): support GPIO on ESP32C61

This commit is contained in:
laokaiyao
2024-04-22 16:35:00 +08:00
parent 5bac46d996
commit 2c90b71d45
16 changed files with 367 additions and 1445 deletions

View File

@@ -860,8 +860,7 @@ TEST_CASE("GPIO_USB_DP_pin_pullup_disable_test", "[gpio]")
}
#endif //SOC_USB_SERIAL_JTAG_SUPPORTED
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C5)
// TODO: IDF-8638 Remove when light sleep is supported on ESP32C5
#if SOC_LIGHT_SLEEP_SUPPORTED
// Ignored in CI because it needs manually connect TEST_GPIO_INPUT_LEVEL_LOW_PIN to 3.3v to wake up from light sleep
TEST_CASE("GPIO_light_sleep_wake_up_test", "[gpio][ignore]")
{