Skip to content

Commit 5902eec

Browse files
joerchanrlubos
authored andcommitted
doc: known_issues: Document build issue with TF-M and output disabled
Document build issue with TF-M in non-minimal configuration not compiling when disabling output because of printf pulling in references to heap. NCSDK-22818 Signed-off-by: Joakim Andersson <[email protected]>
1 parent ff40315 commit 5902eec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3592,6 +3592,11 @@ Trusted Firmware-M (TF-M)
35923592

35933593
The issues in this section are related to the TF-M implementation in the |NCS|.
35943594

3595+
.. rst-class:: v2-4-0
3596+
3597+
NCSDK-22818: TF-M does not build with :kconfig:option:`CONFIG_TFM_PROFILE_TYPE_MINIMAL` disabled and :kconfig:option:`CONFIG_TFM_LOG_LEVEL_SILENCE` enabled
3598+
This fails with the error: message "undefined reference to 'end'" caused by printf being included in the build.
3599+
35953600
.. rst-class:: v2-4-1 v2-4-0 v2-3-0 v2-2-0 v2-1-4 v2-1-3 v2-1-2 v2-1-1 v2-1-0 v2-0-2 v2-0-1 v2-0-0 v1-9-2 v1-9-1 v1-9-0 v1-8-0 v1-7-1 v1-7-0 v1-6-1 v1-6-0 v1-5-2 v1-5-1 v1-5-0
35963601

35973602
NCSDK-22629: TF-M might fail to reset when using nrfjprog version 10.22.x on nRF9160 platforms

0 commit comments

Comments
 (0)