Skip to content

Commit

Permalink
fix: disable TFM logs to reduce PSM Sleep Current
Browse files Browse the repository at this point in the history
This commit updates the overlay to disable TFM logs by default
to reduce PSM Sleep Current.

Signed-off-by: Mirko Covizzi <[email protected]>
  • Loading branch information
MirkoCovizzi authored and peterbornerup committed Jan 30, 2024
1 parent 5a5a3aa commit c202fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlay-softsim.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CONFIG_MPU_ALLOW_FLASH_WRITE=y
CONFIG_HEAP_MEM_POOL_SIZE=30000
CONFIG_BUILD_WITH_TFM=y
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
CONFIG_TFM_LOG_LEVEL_SILENCE=y
CONFIG_PSA_WANT_ALG_CBC_NO_PADDING=y
CONFIG_PSA_WANT_ALG_CMAC=y
CONFIG_PSA_WANT_KEY_TYPE_AES=y

0 comments on commit c202fe4

Please sign in to comment.