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

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

Support multi-level TF-M target name #86

Closed ccli8 closed 3 years ago

ccli8 commented 3 years ago

This PR is to address #85 and supports multi-level TF-M target name say nuvoton/m2354. It fixes generated TF-M s_veneers.o copy path.

jainvikas8 commented 3 years ago

PR looks good, apart from minor comments. @ccli8

jainvikas8 commented 3 years ago

Please also run black . -l 79 to check if there is any formatting issues.

LDong-Arm commented 3 years ago

Please also run black . -l 79 to check if there is any formatting issues.

Good catch. I ran the check, the python format of this PR is good. I've created #87 to fix preexisting format issues.