]> git.donarmstrong.com Git - qmk_firmware.git/commit
Added User Print - A "light" console out option (#8)
authorIBNobody <IBNobody@users.noreply.github.com>
Thu, 8 Sep 2016 04:50:58 +0000 (23:50 -0500)
committerGitHub <noreply@github.com>
Thu, 8 Sep 2016 04:50:58 +0000 (23:50 -0500)
commitfe2aed0d1c8d1535c160755b76186972071aed02
treeda8f2cb3cad4a7dc7e5e95b3594c98740b0da398
parent558f3ec1eb325caf706efc15e2fab26121aba442
Added User Print - A "light" console out option (#8)

User print disables the normal print messages in the body of QMK/TMK
code and is meant as a lightweight alternative to NOPRINT. Use it when
you only want to do a spot of debugging but lack flash resources for
allowing all of the codebase to print (and store their wasteful
strings).
keyboards/planck/keymaps/pvc/Makefile
keyboards/planck/keymaps/pvc/config.h
tmk_core/common/avr/xprintf.h
tmk_core/common/mbed/xprintf.cpp
tmk_core/common/mbed/xprintf.h
tmk_core/common/print.h