Closed jainvikas8 closed 3 years ago
The PR requires a merge of https://github.com/ARMmbed/mbed-os-tf-m-regression-tests/pull/78
Forced pushed to address review comments
Forced pushed to address review comments and rebased
Forced pushed to address review comments.
Forced pushed to split VERSION.txt
in a new commit.
CI passed!
build_external_tfm.py
buildsARM_MUSCA_B1
target with the external TF-M + patches required by Mbed OS. It relies oncheck_rebase.py
to set up the required dependencies.
The script builds ARM_MUSCA_S1
.
Other than that I am fine with the PR
build_external_tfm.py
buildsARM_MUSCA_B1
target with the external TF-M + patches required by Mbed OS. It relies oncheck_rebase.py
to set up the required dependencies.The script builds
ARM_MUSCA_S1
. Other than that I am fine with the PR
Fixed, typo.
At the moment on ARM_MUSCA_S1
is only built, due to the target name change of ARM_MUSCA_B1
to sse_200/musca_b1
in TF-M. This requires changes on - https://github.com/ARMmbed/mbed-os/blob/feature-tf-m-1.2-integration/targets/targets.json#L4729
This enables the building of TF-M latest config which was set up by
check_rebase.py
.build_external_tfm.py
buildsARM_MUSCA_S1
target with the external TF-M + patches required by Mbed OS. It relies oncheck_rebase.py
to set up the required dependencies.