Skip to content

Commit f427e47

Browse files
committed
feat: Add C5 and P4 HIL
1 parent b3a5631 commit f427e47

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/hil.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ 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
9498
- soc: esp32c6
9599
runner: esp32c6-usb
96100
port: /dev/ttyACM0
@@ -99,6 +103,10 @@ jobs:
99103
runner: esp32h2-usb
100104
port: /dev/ttyUSB0
101105
host: armv7
106+
- soc: esp32p4
107+
runner: esp32p4
108+
port: /dev/ttyACM0
109+
host: aarch64
102110
- soc: esp32
103111
runner: esp32-jtag
104112
port: /dev/ttyUSB2

0 commit comments

Comments
 (0)