MAX32657 has one UART interface,
It can be used either on TF-M or Zephyr
Enabling debug (TFM_SPM_LOG_LEVEL || TFM_PARTITION_LOG_LEVEL)
will transfer it to the TF-M side
Disabling TF-M debug will transfer it to the Zephyr side.
This commit disable TFM debugs
Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit add secure board of MAX32657.
Only GPIO and UART drivers have been enabled.
To build:
- west build -b max32657evkit/max32657 -p
Co-authored-by:: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>