Skip to content

Commit 2a6f0c8

Browse files
committed
Disable USB PID check for P4
1 parent 10f15e1 commit 2a6f0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_check_duplicate_usb_vid_pid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def check_vid_pid(files, clusterlist):
9898
"""
9999

100100
usb_pattern = re.compile(
101-
r"^CIRCUITPY_USB_DEVICE\s*=\s*0$|^IDF_TARGET = (esp32|esp32c2|esp32c3|esp32c6|esp32h2)$|^MCU_SERIES = MG24$",
101+
r"^CIRCUITPY_USB_DEVICE\s*=\s*0$|^IDF_TARGET = (esp32|esp32c2|esp32c3|esp32c6|esp32h2|esp32p4)$|^MCU_SERIES = MG24$",
102102
flags=re.M,
103103
)
104104

0 commit comments

Comments
 (0)