- Rework library CMake with removed INTERFACE type
- Add
lwprintf_debug
andlwprintf_debug_cond
functions - Add single integral type with maximum parameter width for all shorter types
- Fix
lwsnprintf
return type
- Fix building the library with
LWPRINTF_CFG_OS=1
andLWPRINTF_CFG_OS_MANUAL_PROTECT=0
options
- Fix calculation for NULL terminated string and precision with 0 as an input
- Split CMakeLists.txt files between library and executable
- Fix missing break in switch statement
- Add support for manual mutual-exclusion setup in OS mode
- Change license year to 2022
- Update code style with astyle
- Add
.clang-format
draft - Fix protection functions for when print mode is not used
- CMSIS-OS improvements for Kernel aware debuggers
- Fixed
float
output when engineering mode is disabled
- Fixed compiler error when engineering mode disabled but float enabled
- Properly handled
zero
float inputs
- First stable release
- Embedded systems optimized library
- Apply all modifiers except
%a
- Extensive docs available
- Operating system ready with CMSIS-OS template