forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
platform-incompatibilityThe library is making assumptions causing it to fail on platforms where they do not hold.The library is making assumptions causing it to fail on platforms where they do not hold.regressionA feature or aspect which worked properly in the past, no longer doesA feature or aspect which worked properly in the past, no longer doesresolved-on-developA changeset fixing this issue has been commiutted to the development branchA changeset fixing this issue has been commiutted to the development branch
Description
This library targets embedded systems, especially those with low amount of memory.
I am working on such a project with Cortex-M MCU and ARM GCC 13.3.
However I will continue to use mpaland library since with default settings this library throws this error
228 | #error "No basic integer type has a size of 64 bits exactly"
Please consider setting the default options for your most frequent use cases.
Metadata
Metadata
Assignees
Labels
platform-incompatibilityThe library is making assumptions causing it to fail on platforms where they do not hold.The library is making assumptions causing it to fail on platforms where they do not hold.regressionA feature or aspect which worked properly in the past, no longer doesA feature or aspect which worked properly in the past, no longer doesresolved-on-developA changeset fixing this issue has been commiutted to the development branchA changeset fixing this issue has been commiutted to the development branch