Skip to content

Commit 6ebd5bb

Browse files
committed
Fix PID check and C3 build
1 parent cdd423b commit 6ebd5bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ports/espressif/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ CHIP_COMPONENTS = \
277277
else ifeq ($(IDF_TARGET),esp32c3)
278278
LDFLAGS += \
279279
-Tesp32c3.rom.newlib.ld \
280+
-Tesp32c3.rom.libc.ld \
280281
-Tesp32c3.rom.version.ld \
281282
-Tesp32c3.rom.eco3_bt_funcs.ld \
282283
-Tesp32c3.rom.eco3.ld \

tools/ci_check_duplicate_usb_vid_pid.py

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

106106
usb_pattern = re.compile(
107-
r"^CIRCUITPY_USB_DEVICE\s*=\s*0$|^IDF_TARGET = (esp32|esp32c2|esp32c3|esp32c6|esp32h2|esp32p4)$|^MCU_SERIES = MG24$",
107+
r"^CIRCUITPY_USB_DEVICE\s*=\s*0$|^IDF_TARGET = (esp32|esp32c2|esp32c3|esp32c5|esp32c6|esp32c61|esp32h2|esp32p4)$|^MCU_SERIES = MG24$",
108108
flags=re.M,
109109
)
110110

0 commit comments

Comments
 (0)