summaryrefslogtreecommitdiff
path: root/test/printf.c
Commit message (Expand)AuthorAgeFilesLines
* test: Sort header filesJeremy Bettis2022-11-301-4/+4
* include/compiler.h: Add generic macro for disabling compiler warningsTom Hughes2022-10-131-3/+5
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* test/printf: Fix printf test when using toolchain C standard libTom Hughes2022-08-221-8/+51
* ec: Add tests for printing fixed point numbersJeremy Bettis2022-08-161-0/+8
* test/printf: Account for differences in the builtin printfTom Hughes2022-07-191-55/+123
* tree: Move printf declarations to stdio.hTom Hughes2022-07-191-1/+9
* tree: Change non-standard "%pP" printf format to "%p"Tom Hughes2022-07-191-42/+1
* tree: Remove non-standard "%ph" printf formatTom Hughes2022-07-191-3/+6
* tree: Replace %pT with snprintf_timestampTom Hughes2022-07-151-7/+5
* printf: Add snprintf_hex_bufferTom Hughes2022-07-141-0/+50
* printf: Add snprintf_timestamp and snprintf_timestamp_nowTom Hughes2022-07-141-0/+62
* printf: Create separate function for converting uint64_t to stringTom Hughes2022-07-141-0/+107
* tree: Remove non-standard %pb printf formatTom Hughes2022-07-121-13/+6
* test/printf: Fix invalid %p format testTom Hughes2022-07-121-3/+3
* common: Conditionally support printf %l and %i modifiersBobby Casey2022-07-071-12/+108
* test/printf.c: Format with clang-formatJack Rosenthal2022-06-291-96/+85
* zephyr: update snprintf signature to be compatible with zephyr 2.6Yuval Peress2021-06-181-7/+3
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* printf: Deprecate %lEvan Green2019-10-051-0/+14
* Remove uses of %lEvan Green2019-10-051-4/+1
* test: Add printf test for %pTEvan Green2019-10-051-0/+13
* printf: Add support for %zEvan Green2019-10-051-1/+1
* printf: Convert %b to %pbEvan Green2019-10-051-6/+14
* printf: Convert %h to %phEvan Green2019-10-051-5/+3
* printf: Fix up %p to %pPEvan Green2019-10-051-1/+13
* printf: Fix hexdump and string 0 precisionCraig Hesling2019-07-181-31/+98
* printf: Add unit tests for printf.cCraig Hesling2019-06-251-0/+205