Skip to content

Commit cddba10

Browse files
committed
Fix one NXP chip and added 3 more which actually compile
Signed-off-by: Daniel Egger <[email protected]>
1 parent e1c21b4 commit cddba10

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

ci/svd2rust-regress/src/tests.rs

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2875,8 +2875,8 @@ pub const TESTS: &'static [&'static TestCase] = &[
28752875
},
28762876
&TestCase {
28772877
arch: CortexM,
2878-
mfgr: Nxp,
2879-
chip: "LPC43xx_svd_v5",
2878+
mfgr: NXP,
2879+
chip: "LPC43xx_43Sxx",
28802880
svd_url: None,
28812881
should_pass: false,
28822882
run_when: Never,
@@ -2900,6 +2900,30 @@ pub const TESTS: &'static [&'static TestCase] = &[
29002900
should_pass: false,
29012901
run_when: Never,
29022902
},
2903+
&TestCase {
2904+
arch: CortexM,
2905+
mfgr: NXP,
2906+
chip: "MK22F25612",
2907+
svd_url: None,
2908+
should_pass: true,
2909+
run_when: NotShort,
2910+
},
2911+
&TestCase {
2912+
arch: CortexM,
2913+
mfgr: NXP,
2914+
chip: "MK22F51212",
2915+
svd_url: None,
2916+
should_pass: true,
2917+
run_when: NotShort,
2918+
},
2919+
&TestCase {
2920+
arch: CortexM,
2921+
mfgr: NXP,
2922+
chip: "MKW41Z4",
2923+
svd_url: None,
2924+
should_pass: true,
2925+
run_when: NotShort,
2926+
},
29032927
&TestCase {
29042928
arch: CortexM,
29052929
mfgr: SiliconLabs,

0 commit comments

Comments
 (0)