mirror of https://github.com/ARMmbed/mbed-os.git
Arm Compiler uses dedicated functions for each format specifier used by [sn/v/vsn]printf. When minimal-printf overwrites [sn/v/vsn]printf the linker is unable to remove unused functions related to printf. The following stubs replace the built-in functions with dummy versions that take up less space. |
||
---|---|---|
features/minimal-printf |