mpaland's printf implementation is a lean, thread-safe and feature-complete printf implementation
mpaland's printf implementation is a lean, thread-safe and feature-complete printf implementation
Licensed under the MIT license.
Add USEPKG += mpaland-printf
to the application's Makefile
or compile using USEPKG=mpaland-printf make BOARD=<BOARD> -C <APP_DIR>
.
The package implements all standard format specifiers. However, support for floating point is disabled by default due to the immense ROM overhead on MCUs without FPU.
printf_float
module, i.e., by adding USEMODULE += printf_float
to the application's Makefile
.