forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello, great library and all, respect for effort and dedication maintaining and supporting it for all these years.
Now the fun part, I want to use formatting functionality of the library with printf()-like interface but
without HW I/O, means I would only use vfctprintf() and provide my own I/O method at runtime.
But due to dependency on putchar_(), I have to create/generate extra .c file with a dummy putchar_()
and then add it to printf target using target_sources(printf ...), and then build it.
It would be great if putchar_() dependency could be opted out through compile time switch
defined through CMake option or cache variable to make this integration a bit easier.
Thank you.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request