summaryrefslogtreecommitdiff
path: root/lib/tiny-printf.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-22tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabledMatwey V. Kornilov1-13/+13
2020-05-01tiny-printf: Support %iMarek Vasut1-1/+2
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini1-6/+23
2019-10-31tiny-printf: Support vsnprintf()Simon South1-0/+16
2019-10-27tiny-printf: Reorder code to support %pSimon Glass1-13/+17
2019-10-27tiny-printf: Add print_grouped_ull()Simon Glass1-0/+6
2019-10-27tiny-printf: Reduce size by removing ctypeSimon Glass1-0/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-29Consolidate __assert_failed into one implementationAlex Kiernan1-9/+0
2018-04-29spl: Disable printf if not requiredAlex Kiernan1-5/+7
2017-04-13tiny-printf: Add support for %p formatVignesh R1-0/+154
2017-03-15tiny-printf: add static to locally used functionsMasahiro Yamada1-2/+2
2017-01-04SPL: tiny-printf: ignore "-" modifierAndre Przywara1-0/+3
2017-01-04SPL: tiny-printf: add "l" modifierAndre Przywara1-11/+36
2016-08-08tiny-printf: Adjust to avoid using data sectionSimon Glass1-44/+58
2016-07-15tiny-printf: Support assert()Simon Glass1-0/+9
2016-07-08SPL: tiny-printf: avoid any BSS usageAndre Przywara1-3/+8
2016-06-20tinyprintf: Add vprintf implementationHans de Goede1-0/+5
2016-06-09tiny-printf: Correct the snprintf() implementationSimon Glass1-1/+3
2016-06-03tiny-printf: Support sprintf()Marek Vasut1-2/+14
2016-05-27tiny-printf: Support snprintf()Simon Glass1-2/+25
2016-05-27tiny-printf: Tidy up a few nitsSimon Glass1-8/+8
2016-01-21tiny-printf: Always print zeroesSimon Glass1-4/+12
2016-01-21tiny-printf: Avoid printing NULL stringsSimon Glass1-2/+4
2015-12-14lib/tiny-printf.c: Implement vprintfSjoerd Simons1-5/+13
2015-11-23lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updatesStefan Roese1-20/+12
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese1-0/+130