Closed saheerb closed 3 years ago
I would also like to change the toolchain accepted by this script to GCC_ARM and ARMCLANG. This is to avoid CI also having the map like: https://github.com/ARMmbed/mbed-os-tf-m-regression-tests/blob/a47cd079e72e470ff0575fd64e85f5c0c0d84111/psa_builder.py#L62
I would also like to change the toolchain accepted by this script to GCC_ARM and ARMCLANG. This is to avoid CI also having the map like:
We are using toolchain naming conventions from TF-M, are we suggesting to use Mbed OS naming convention?
I would also like to change the toolchain accepted by this script to GCC_ARM and ARMCLANG. This is to avoid CI also having the map like: https://github.com/ARMmbed/mbed-os-tf-m-regression-tests/blob/a47cd079e72e470ff0575fd64e85f5c0c0d84111/psa_builder.py#L62
We are using toolchain naming conventions from TF-M, are we suggesting to use Mbed OS naming convention?
yes
restructured to do:
Why: This utility script is repeating functionalities in greentea for generating test results. With greentea, we already have results in multiple formats and other features like parallelising tests (say you have multiple devices).