Skip to content

Commit

Permalink
Disable USB PID check for P4
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Sep 10, 2024
1 parent 10f15e1 commit 2a6f0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_check_duplicate_usb_vid_pid.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def check_vid_pid(files, clusterlist):
"""

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

Expand Down

0 comments on commit 2a6f0c8

Please sign in to comment.