summaryrefslogtreecommitdiff
path: root/quantum/logging
AgeCommit message (Collapse)Author
2024-02-16Workaround for `make test:all DEBUG=1` (#23047)Joel Challis
2024-01-27Tidy up print/debug logging headers (#22969)Joel Challis
2024-01-26Migrate and remove deprecated debug utils (#22961)Joel Challis
2022-12-15[Core] guard action related debug messages (#19348)Stefan Kerkmann
2022-07-07[Fix] Patches after printf library update (#17584)Stefan Kerkmann
* Add missing '(' to print_bin_reverse32 declaration * Fix insufficient character buffers on satisfaction75 * Remove \0 character in format string and use corrected offset math instead on rocketboard 16 * Replace snprintf_ with snprintf for djinn * Explicitly ignore format checks for tracktyl manuform that uses %b specifier * Print properly escaped version string in command.c, as PRODUCT or other defines can contain constructs like 'Vendor keyboard 66%' which will be interpreted as a format specifier
2022-07-07[Core] Update mpaland/printf to eyalroz/printf fork (#16163)Stefan Kerkmann
mpaland printf implementation was abandoned in ~2019 and the fork by eyalroz is now regarded to be the goto replacement of it. So this commit incoporates the changes needed to use this fork in QMK. Note that pointer ptrdiff_t is always supported since commit 51c90f93a97fdaef895783ecbe24569be0db7cb8
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-08-03Move print/debug files to quantum (#12069)Joel Challis
* move print/debug files to quantum * Update comments