summaryrefslogtreecommitdiff
path: root/common/printf.c
Commit message (Expand)AuthorAgeFilesLines
* Add vsnprintf function.Jeff Andersen2018-03-271-3/+12
* printf: add %li format for compatibilityVincent Palatin2017-12-251-0/+6
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-0/+5
* printf: Add sign ('+') flagDaisuke Nojiri2016-07-291-5/+16
* stm32: add synchronous debug printfAlec Berg2015-10-191-2/+2
* optimize printf size without the common runtimeVincent Palatin2015-04-101-3/+25
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-1/+1
* Reduce stack space used by vfnprintf()Randall Spangler2013-11-201-36/+51
* Clean up printf moduleRandall Spangler2012-10-251-10/+22
* Enhance printf()Randall Spangler2012-07-301-22/+88
* Fix printing hex numbersRandall Spangler2012-06-071-2/+2
* Move printf() formatting to its own file to enable re-useRandall Spangler2012-06-071-0/+236