summaryrefslogtreecommitdiff
path: root/common/printf.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* tree: Move printf declarations to stdio.hTom Hughes2022-07-191-56/+0
* tree: Change non-standard "%pP" printf format to "%p"Tom Hughes2022-07-191-17/+4
* tree: Remove non-standard "%ph" printf formatTom Hughes2022-07-191-20/+1
* tree: Replace %pT with snprintf_timestampTom Hughes2022-07-151-22/+3
* printf: Add snprintf_hex_bufferTom Hughes2022-07-141-0/+48
* printf: Add snprintf_timestamp and snprintf_timestamp_nowTom Hughes2022-07-141-0/+40
* printf: Create separate function for converting uint64_t to stringTom Hughes2022-07-141-35/+61
* printf: Remove NO_UINT64_SUPPORTTom Hughes2022-07-141-30/+3
* tree: Remove non-standard %pb printf formatTom Hughes2022-07-121-12/+2
* clang-format: Ran clang-format on all files againJack Rosenthal2022-07-081-2/+2
* common: Conditionally support printf %l and %i modifiersBobby Casey2022-07-071-11/+15
* common/printf.c: Format with clang-formatJack Rosenthal2022-06-281-19/+15
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* zephyr: switch to using shell_*, not printkDawid Niedzwiecki2021-07-091-10/+3
* zephyr: update snprintf signature to be compatible with zephyr 2.6Yuval Peress2021-06-181-2/+2
* zephyr: switch to platform/ec printf format implementationJack Rosenthal2021-01-091-1/+11
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-2/+2
* printf: Avoid null pointer dereferenceEdward Hill2020-05-201-0/+7
* printf: be consistent using PRINTF_TIMESTAMP_NOWVadim Bendebury2019-11-091-2/+1
* printf: Deprecate %lEvan Green2019-10-051-1/+17
* printf: Correct semantics of %lEvan Green2019-10-051-11/+0
* printf: Convert %l to %llEvan Green2019-10-051-0/+20
* printf: Add support for %zEvan Green2019-10-051-1/+9
* printf: Convert %b to %pbEvan Green2019-10-051-3/+15
* printf: Convert %h to %phEvan Green2019-10-051-45/+73
* printf: Convert %T to %pTEvan Green2019-10-051-10/+33
* 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