Lines Matching full:build
105 values, to explicitly configured the features required in this profile, during TF-M build.
109 The behavior of the build flow (particularly the order of configuration loading and overriding) can
158 automatically. A warning will be thrown out during build.
178 To build Profile Medium-ARoT-less, argument ``TFM_PROFILE`` in build command line should be
182 The following commands build Profile Medium-ARoT-less without test cases on **Musca-B1** with
183 build type **MinSizeRel**, built by **Armclang**.
188 mkdir build && cd build
194 cmake --build ./ -- install
196 The following commands build Profile Medium-ARoT-less with regression test cases on
197 **Musca-B1** with build type **MinSizeRel**, built by **Armclang**.
202 mkdir build && cd build
209 cmake --build ./ -- install
214 possible to build with either only TEST_S enabled or only TEST_NS enabled.
218 More details of building instructions and parameters can be found TF-M build instruction guide [9]_.
240 .. [9] :doc:`TF-M build instruction </building/tfm_build_instruction>`