Skip to content

Commit

Permalink
ci: Enable H2 HIL
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Apr 29, 2024
1 parent 1308dda commit 37a78af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ jobs:
rust-target: riscv32imc-unknown-none-elf
- soc: esp32c6
rust-target: riscv32imac-unknown-none-elf
# - soc: esp32h2
# rust-target: riscv32imac-unknown-none-elf
- soc: esp32h2
rust-target: riscv32imac-unknown-none-elf
# Xtensa devices:
- soc: esp32s2
- soc: esp32s3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
rust-target: riscv32imc-unknown-none-elf
- soc: esp32c6
rust-target: riscv32imac-unknown-none-elf
# - soc: esp32h2
# rust-target: riscv32imac-unknown-none-elf
- soc: esp32h2
rust-target: riscv32imac-unknown-none-elf
# # Xtensa devices:
- soc: esp32s2
rust-target: xtensa-esp32s2-none-elf
Expand Down Expand Up @@ -102,8 +102,8 @@ jobs:
runner: esp32c3-usb
- soc: esp32c6
runner: esp32c6-usb
# - soc: esp32h2
# runner: esp32h2-usb
- soc: esp32h2
runner: esp32h2-usb
# Xtensa devices:
- soc: esp32s2
runner: esp32s2-jtag
Expand Down
2 changes: 1 addition & 1 deletion hil-test/tests/get_time.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! current_time Test
//% CHIPS: esp32 esp32c2 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
//% CHIPS: esp32 esp32c2 esp32c3 esp32c6 esp32s2 esp32s3

#![no_std]
#![no_main]
Expand Down

0 comments on commit 37a78af

Please sign in to comment.