ARMmbed / mbed-os-tf-m-regression-tests

An Mbed OS application that runs the TF-M regression tests
2 stars 12 forks source link

Switch to `platform` folder #47

Closed jainvikas8 closed 4 years ago

jainvikas8 commented 4 years ago

Following the merged PR on Mbed OS - ARMmbed/mbed-os#13460

PSA FEATURE_EXPERIMENTAL_API is been relocated from features to platform folder.

As we have multiple TF-M versions supported due to some targets, the script will use the latest TARGET_TFM_V1_1 version.

Patater commented 4 years ago

What testing has been done with this PR's changes?

jainvikas8 commented 4 years ago

What testing has been done with this PR's changes?

Using https://github.com/ARMmbed/mbed-os/commit/9073a486675f474dfa3d08555b192f987c3b8683 tested ARM_MUSCA_B1 hardware with python3 test_psa_target.py -t GNUARM -m ARM_MUSCA_B1 -d /media/vikkat01/MUSCA_B -p /dev/ttyACM0:115200 . All test passed expect with PSA compliance CRYPTO test suite which has a known issue - https://developer.trustedfirmware.org/T696