Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tfm: Kconfig: Enable TF-M logging by default also with minimal conf
Stop enabling TFM_LOG_LEVEL_SILENCE from the TFM_PROFILE_TYPE_MINIMAL option. Without logging it becomes more difficult to debug failures, both in the non-secure image (secure faults), and in TF-M. I assume we disabled logging at some point due to the 32kB resource usage limit. But my testing shows that we have space for this now, presumably due to some optimization work that we have done. NB: TF-M will usually use the UART1 instance. If this conflicts with another user of UART1 then they either must be configured to use different UART instances, or TF-M could be configured to share UART0 with the application (CONFIG_TFM_SECURE_UART0), or logging from TF-M must be disabled. Signed-off-by: Sebastian Bøe <[email protected]>
- Loading branch information