1.0 KiB
1.0 KiB
Changelog
Develop
- Add
lwprintf_debugandlwprintf_debug_condfunctions
v1.0.5
- Fix building the library with
LWPRINTF_CFG_OS=1andLWPRINTF_CFG_OS_MANUAL_PROTECT=0options
v1.0.4
- 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-formatdraft - Fix protection functions for when print mode is not used
v1.0.3
- CMSIS-OS improvements for Kernel aware debuggers
v1.0.2
- Fixed
floatoutput when engineering mode is disabled
v1.0.1
- Fixed compiler error when engineering mode disabled but float enabled
- Properly handled
zerofloat inputs
v1.0.0
- First stable release
- Embedded systems optimized library
- Apply all modifiers except
%a - Extensive docs available
- Operating system ready with CMSIS-OS template