Skip to content

Commit

Permalink
doc: known_issues: Document build issue with TF-M and output disabled
Browse files Browse the repository at this point in the history
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 <joakim.andersson@nordicsemi.no>
  • Loading branch information
joerchan authored and rlubos committed Aug 1, 2023
1 parent ff40315 commit 5902eec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/nrf/releases_and_maturity/known_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3592,6 +3592,11 @@ Trusted Firmware-M (TF-M)

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

.. rst-class:: v2-4-0

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
This fails with the error: message "undefined reference to 'end'" caused by printf being included in the build.

.. 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

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

0 comments on commit 5902eec

Please sign in to comment.