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

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

Enable the PSA feature for all targets #5

Closed Patater closed 4 years ago

Patater commented 4 years ago

This application requires PSA, so enable the PSA feature for all targets. We do this so we can run this application on targets that don't have PSA enabled by default, leaving it up to applications to turn on the feature if desired.

Patater commented 4 years ago

We'll enable the PSA feature on targets in Mbed OS instead. That way, the regression tests can verify that the target has PSA integrated 100% correctly.