You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Kerkmann 643f6367a1
[Fix] Patches after printf library update (#17584)
* 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
3 years ago
..
debug.c
debug.h
nodebug.h
print.c [Core] Update mpaland/printf to eyalroz/printf fork (#16163) 3 years ago
print.h [Fix] Patches after printf library update (#17584) 3 years ago
print.mk [Core] Update mpaland/printf to eyalroz/printf fork (#16163) 3 years ago
sendchar.c
sendchar.h