Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: embeddedartistry/arduino-printf

Fix broken PlatformIO builds

24 Jul 13:32

Choose a tag to compare

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

Assets2
Loading

1.2.11: Enable Ability to Disable Printf and Friends

07 Jun 16:41

Choose a tag to compare

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

Loading

Avoid unhelpful GCC optimizations

26 Jan 00:14

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.

Loading

Move to eyalroz/printf

25 Jan 23:56

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.

Loading

Initial release

10 Oct 22:42

Choose a tag to compare

This release is v1 of LibPrintf.

Loading

[8]ページ先頭

©2009-2025 Movatter.jp