summaryrefslogtreecommitdiff
path: root/test/ports/README.old.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/ports/README.old.md')
-rw-r--r--test/ports/README.old.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/ports/README.old.md b/test/ports/README.old.md
index 746d1d74..5af6bef8 100644
--- a/test/ports/README.old.md
+++ b/test/ports/README.old.md
@@ -12,19 +12,19 @@ These are batch scripts and auxiliary files (expected test results, etc).
* Test_FVP: test the example using the ARM FVP platform.
## azrtos_cicd.old.bat
-This is the main entry point for operations to be performed on several examples at the same time.
-This script can be called from any location, it will automatically perform the requested operations on the examples of the repository where it is located.
-This file outputs a summary to the screen and a detailed log file with all the output called azrtos_do.all.log
-Call this scripts without parameters to get usage information.
-The script parameters are case insensitive.
+This is the main entry point for operations to be performed on several examples at the same time.
+This script can be called from any location, it will automatically perform the requested operations on the examples of the repository where it is located.
+This file outputs a summary to the screen and a detailed log file with all the output called azrtos_do.all.log
+Call this scripts without parameters to get usage information.
+The script parameters are case insensitive.
## Examples:
-`azrtos_cicd.old.bat build tx ghs iar`
+`azrtos_cicd.old.bat build tx ghs iar`
This will build all GHS and IAR example projects.
-`azrtos_cicd.old.bat clean tx all`
+`azrtos_cicd.old.bat clean tx all`
This cleans all ThreadX examples
-`azrtos_cicd.old.bat build txm iar`
+`azrtos_cicd.old.bat build txm iar`
This builds all ThreadX Modules IAR examples.