We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f15e1 commit 2a6f0c8Copy full SHA for 2a6f0c8
1 file changed
tools/ci_check_duplicate_usb_vid_pid.py
@@ -98,7 +98,7 @@ def check_vid_pid(files, clusterlist):
98
"""
99
100
usb_pattern = re.compile(
101
- 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$",
102
flags=re.M,
103
)
104
0 commit comments