- Notifications
You must be signed in to change notification settings - Fork16
Releases: embeddedartistry/arduino-printf
Fix broken PlatformIO builds
This release now has library.json to work with PlatformIO properly.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.2.11: Enable Ability to Disable Printf and Friends
A new macro has been added to remove all printf-family functions from the application:PRINTF_DISABLE_ALL
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Avoid unhelpful GCC optimizations
the underlying printf library no longer aliases the standard library functions, but uses macros to redirect them to the library's version (e.g.,#define printf printf_). This resolves the failure to print both single characters and strings without arguments.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Move to eyalroz/printf
The underlying library is now based on eyalroz/printf's improvements on mpaland/printf. Please let us know about any new behavior issues you might have after this update.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Initial release
This release is v1 of LibPrintf.
Assets2
Uh oh!
There was an error while loading.Please reload this page.