Closed jainvikas8 closed 4 years ago
What testing has been done with this PR's changes?
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
Following the merged PR on Mbed OS - ARMmbed/mbed-os#13460
PSA
FEATURE_EXPERIMENTAL_API
is been relocated fromfeatures
toplatform
folder.As we have multiple TF-M versions supported due to some targets, the script will use the latest
TARGET_TFM_V1_1
version.