tests: update test instruction in thumb-none-cortex-m

This commit is contained in:
Jieyou Xu 2025-09-05 16:48:11 +08:00
parent 7154d39231
commit 9504090e7d
No known key found for this signature in database
GPG key ID: 045B995028EA6AFC

View file

@ -4,7 +4,7 @@
//!
//! How to run this
//! $ ./x.py clean
//! $ ./x.py test --target thumbv6m-none-eabi,thumbv7m-none-eabi tests/run-make
//! $ ./x.py test --target thumbv6m-none-eabi,thumbv7m-none-eabi tests/run-make-cargo
//!
//! Supported targets:
//! - thumbv6m-none-eabi (Bare Cortex-M0, M0+, M1)