summaryrefslogtreecommitdiff
path: root/common/printf.c
Commit message (Expand)AuthorAgeFilesLines
* vprintf: fix handling % in the end of the format stringVadim Bendebury2019-07-311-0/+4
* printf: Fix hexdump and string 0 precisionCraig Hesling2019-07-181-14/+44
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-4/+4
* common/printf: snprintf: Return number of bytes on successNicolas Boichat2018-06-281-1/+1
* Add vsnprintf function.Jeff Andersen2018-03-201-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