Skip to content

Commit ee645a5

Browse files
committed
doc: mention the test target qemu_mps2_an385_v6m
1 parent 2c20b80 commit ee645a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,6 @@ In this case, you need to run `rustup target add thumbv7m-none-eabi`.
132132
### How to Run Tests
133133

134134
- Hosted platform and target-independent tests: `cargo test --all`
135-
- The Arm-M port and NUCLEO-F401RE: `cargo run -p constance_port_arm_m_test_runner -- -t nucleo_f401re`
136-
- The Arm-M port and Arm MPS2+ AN385 (QEMU emulation): `cargo run -p constance_port_arm_m_test_runner -- -t qemu_mps2_an385`
135+
- The Armv7-M port and NUCLEO-F401RE: `cargo run -p constance_port_arm_m_test_runner -- -t nucleo_f401re`
136+
- The Armv7-M port and Arm MPS2+ AN385 (QEMU emulation): `cargo run -p constance_port_arm_m_test_runner -- -t qemu_mps2_an385`
137+
- The Armv6-M port and Arm MPS2+ AN385 (QEMU emulation): `cargo run -p constance_port_arm_m_test_runner -- -t qemu_mps2_an385_v6m`

0 commit comments

Comments
 (0)