Skip to content

Commit 3086cd6

Browse files
authored
Add esp32p4_es to MCU targets list
1 parent f9d4c38 commit 3086cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
echo "Found firmware version: $FIRMWARE_VERSION"
9090
9191
# Array of MCU targets that need sdkconfig updates
92-
mcu_targets=("esp32" "esp32s2" "esp32s3" "esp32c2" "esp32c3" "esp32c6" "esp32h2" "esp32p4")
92+
mcu_targets=("esp32" "esp32u" "esp32s2" "esp32s3" "esp32c2" "esp32c3" "esp32c6" "esp32h2" "esp32p4" "esp32p4_es")
9393
9494
for mcu in "${mcu_targets[@]}"; do
9595
sdkconfig_path="framework-arduinoespressif32/tools/esp32-arduino-libs/$mcu/sdkconfig"

0 commit comments

Comments
 (0)