File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -132,5 +132,6 @@ In this case, you need to run `rustup target add thumbv7m-none-eabi`.
132
132
### How to Run Tests
133
133
134
134
- 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 `
You can’t perform that action at this time.
0 commit comments