Skip to content

Commit 1eaf197

Browse files
committed
ci: Enable S2
1 parent 8c1fa44 commit 1eaf197

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/hil.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ jobs:
9191
runner: esp32c3-usb
9292
port: /dev/ttyACM0
9393
host: armv7
94-
- soc: esp32c5
95-
runner: esp32c5-usb
96-
port: /dev/ttyACM0
97-
host: aarch64
98-
- soc: esp32c5
99-
runner: esp32c5-usb
100-
port: /dev/ttyUSB0
101-
host: aarch64
94+
# - soc: esp32c5
95+
# runner: esp32c5-usb
96+
# port: /dev/ttyACM0
97+
# host: aarch64
98+
# - soc: esp32c5
99+
# runner: esp32c5-usb
100+
# port: /dev/ttyUSB0
101+
# host: aarch64
102102
- soc: esp32c6
103103
runner: esp32c6-usb
104104
port: /dev/ttyACM0
@@ -115,22 +115,22 @@ jobs:
115115
runner: esp32h2-usb
116116
port: /dev/ttyUSB0
117117
host: armv7
118-
- soc: esp32p4
119-
runner: esp32p4
120-
port: /dev/ttyACM0
121-
host: aarch64
122-
- soc: esp32p4
123-
runner: esp32p4
124-
port: /dev/ttyUSB0
125-
host: aarch64
118+
# - soc: esp32p4
119+
# runner: esp32p4
120+
# port: /dev/ttyACM0
121+
# host: aarch64
122+
# - soc: esp32p4
123+
# runner: esp32p4
124+
# port: /dev/ttyUSB0
125+
# host: aarch64
126126
- soc: esp32
127127
runner: esp32-jtag
128128
port: /dev/ttyUSB2
129129
host: aarch64
130-
# - soc: esp32s2
131-
# runner: esp32s2-jtag
132-
# port: /dev/ttyUSB0
133-
# host: armv7
130+
- soc: esp32s2
131+
runner: esp32s2-jtag
132+
port: /dev/ttyUSB0
133+
host: armv7
134134
- soc: esp32s3
135135
runner: esp32s3-usb
136136
port: /dev/ttyACM0

0 commit comments

Comments
 (0)