Bläddra i källkod

gpio: Re-enable gpio usb pins test cases on esp32h2

Song Ruo Jing 2 år sedan
förälder
incheckning
5c5cfbc7c7
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      components/driver/test_apps/gpio/main/test_gpio.c

+ 0 - 2
components/driver/test_apps/gpio/main/test_gpio.c

@@ -791,7 +791,6 @@ TEST_CASE("GPIO_drive_capability_test", "[gpio][ignore]")
     prompt_to_continue("If this test finishes");
 }
 
-#if !CONFIG_IDF_TARGET_ESP32H2 // IDF-6845
 #if SOC_USB_SERIAL_JTAG_SUPPORTED
 TEST_CASE("GPIO_input_and_output_of_USB_pins_test", "[gpio]")
 {
@@ -844,7 +843,6 @@ TEST_CASE("GPIO_USB_DP_pin_pullup_disable_test", "[gpio]")
     TEST_ASSERT_EQUAL_INT(0, gpio_get_level(USB_DP_GPIO_NUM));
 }
 #endif //SOC_USB_SERIAL_JTAG_SUPPORTED
-#endif
 
 #if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32H2) // TODO: IDF-6267 Remove when light sleep is supported
 // Ignored in CI because it needs manually connect TEST_GPIO_INPUT_LEVEL_LOW_PIN to 3.3v to wake up from light sleep