Description
This issue was raised as a comment by @kjbracey-arm , see #11051 (comment)
minimal-printf should not be trying to work around the retargetting - it should just use fputc.
minimal-printf currently fails with this progam:
int main()
{
    puts("puts");
    printf("printf no newline");
}
Issue request type
[ ] Question
[ ] Enhancement
[X] Bug