summaryrefslogtreecommitdiff
path: root/include/printf.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree: Move printf declarations to stdio.hTom Hughes2022-07-191-45/+1
* tree: Change non-standard "%pP" printf format to "%p"Tom Hughes2022-07-191-3/+1
* tree: Remove non-standard "%ph" printf formatTom Hughes2022-07-191-2/+0
* tree: Replace %pT with snprintf_timestampTom Hughes2022-07-151-3/+0
* printf: Add snprintf_hex_bufferTom Hughes2022-07-141-0/+23
* printf: Add snprintf_timestamp and snprintf_timestamp_nowTom Hughes2022-07-141-0/+34
* printf: Create separate function for converting uint64_t to stringTom Hughes2022-07-141-0/+24
* tree: Check return value from snprintfTom Hughes2022-07-131-3/+4
* common: Conditionally support printf %l and %i modifiersBobby Casey2022-07-071-1/+1
* include/printf.h: Format with clang-formatJack Rosenthal2022-06-281-7/+6
* zephyr: switch to using shell_*, not printkDawid Niedzwiecki2021-07-091-3/+16
* zephyr: update snprintf signature to be compatible with zephyr 2.6Yuval Peress2021-06-181-2/+3
* printf: Deprecate %lEvan Green2019-10-051-1/+1
* printf: Enable compile-time format checkingEvan Green2019-10-051-0/+1
* printf: Correct semantics of %lEvan Green2019-10-051-1/+1
* printf: Convert %l to %llEvan Green2019-10-051-2/+3
* printf: Add support for %zEvan Green2019-10-051-0/+1
* printf: Convert %h to %phEvan Green2019-10-051-4/+3
* printf: Convert %T to %pTEvan Green2019-10-051-2/+3
* printf: Fix up %p to %pPEvan Green2019-10-051-1/+2
* printf: Fix hexdump and string 0 precisionCraig Hesling2019-07-181-4/+5
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* printf: Add HIDE_EC_STDLIB and __stdlib_compat defines.Allen Webb2019-06-031-4/+9
* Add vsnprintf function.Jeff Andersen2018-03-201-0/+13
* printf: add %li format for compatibilityVincent Palatin2017-12-251-0/+1
* printf: Add sign ('+') flagDaisuke Nojiri2016-07-291-0/+3
* Clean up printf moduleRandall Spangler2012-10-251-8/+19
* Enhance printf()Randall Spangler2012-07-301-20/+44
* Move printf() formatting to its own file to enable re-useRandall Spangler2012-06-071-0/+47