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
Hello
I'm trying the printf project in Keil uvision ( STM32F4) and I'm having a problem decreasing the size of the file, even though I disabled the following option int the config file:
You're asking a question on an un-maintained repository. The maintaining repository is here: https://github.com/eyalroz/printf
see also issue #128 . Please consider closing this issue so that issue 128 remains the top one, to tell people where to go to try the newest version.
Hello
I'm trying the printf project in Keil uvision ( STM32F4) and I'm having a problem decreasing the size of the file, even though I disabled the following option int the config file:
#define PRINTF_DISABLE_SUPPORT_EXPONENTIAL
#define PRINTF_DISABLE_SUPPORT_LONG_LONG
#define PRINTF_DISABLE_SUPPORT_PTRDIFF_T
#define PRINTF_DISABLE_SUPPORT_FLOAT
#endif
the file size is not changing at all

Program Size: Code=11804 RO-data=548 RW-data=8 ZI-data=1640
Is there something I'm doing wrong?
The text was updated successfully, but these errors were encountered: