Skip to content

Commit 7de38db

Browse files
committed
e310x
1 parent fcdc1da commit 7de38db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ main() {
503503
echo '[dependencies.riscv-rt]' >> $td/Cargo.toml
504504
echo 'version = "0.8.0"' >> $td/Cargo.toml
505505

506-
test_svd_for_target riscv https://raw.githubusercontent.com/riscv-rust/e310x/master/e310x.svd
506+
test_svd_for_target riscv https://raw.githubusercontent.com/riscv-rust/e310x/master/e310x/e310x.svd
507507
test_svd_for_target riscv https://raw.githubusercontent.com/riscv-rust/k210-pac/master/k210.svd
508508
test_svd_for_target riscv https://raw.githubusercontent.com/riscv-rust/fu540-pac/master/fu540.svd
509509
;;

ci/svd2rust-regress/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,7 @@
21022102
- arch: riscv
21032103
mfgr: SiFive
21042104
chip: E310x
2105-
svd_url: https://raw.githubusercontent.com/riscv-rust/e310x/master/e310x.svd
2105+
svd_url: https://raw.githubusercontent.com/riscv-rust/e310x/master/e310x/e310x.svd
21062106
should_pass: false
21072107
run_when: never
21082108
- arch: msp430

0 commit comments

Comments
 (0)