Skip to content

Releases: embeddedartistry/arduino-printf

Fix broken PlatformIO builds

24 Jul 13:32
Compare
Choose a tag to compare

This release now has library.json to work with PlatformIO properly.

1.2.11: Enable Ability to Disable Printf and Friends

07 Jun 16:41
Compare
Choose a tag to compare

A new macro has been added to remove all printf-family functions from the application: PRINTF_DISABLE_ALL

Avoid unhelpful GCC optimizations

26 Jan 00:14
Compare
Choose a tag to compare

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.

Move to eyalroz/printf

25 Jan 23:56
Compare
Choose a tag to compare

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.

Initial release

10 Oct 22:42
Compare
Choose a tag to compare

This release is v1 of LibPrintf.