You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TF-M redirects output to serial by declaring its own `FILE __stdout`
and disables the toolchain's default version of this symbol using
the flag `-nostdlib`. But stdlib is enabled and required by Mbed OS,
so we need to disable the one from TF-M's libplatform_ns to avoid
symbol duplication.
0 commit comments