Skip to content

Commit 5d44f0d

Browse files
committed
fix: change to actual support arch in README of svd2rust-regress
1 parent b9a7b92 commit 5d44f0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/svd2rust-regress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ FLAGS:
6060
6161
OPTIONS:
6262
-a, --architecture <arch>
63-
Filter by architecture, case sensitive, may be combined with other filters Options are: "CortexM", "RiscV", "Msp430" and "ESP32"
63+
Filter by architecture, case sensitive, may be combined with other filters Options are: "CortexM", "RiscV", "Msp430", "Mips" and "XtensaLX"
6464
-p, --svd2rust-path <bin_path>
6565
Path to an `svd2rust` binary, relative or absolute. Defaults to `target/release/svd2rust[.exe]` of this
6666
repository (which must be already built)

ci/svd2rust-regress/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ struct Opt {
4646
mfgr: Option<String>,
4747

4848
/// Filter by architecture, case sensitive, may be combined with other filters
49-
/// Options are: "CortexM", "RiscV", Mips, and "Msp430"
49+
/// Options are: "CortexM", "RiscV", "Msp430", "Mips" and "XtensaLX"
5050
#[structopt(
5151
short = "a",
5252
long = "architecture",

0 commit comments

Comments
 (0)