summaryrefslogtreecommitdiff
path: root/lib/tiny-printf.c
AgeCommit message (Expand)Author
2020-05-01tiny-printf: Support %iMarek Vasut
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini
2019-10-31tiny-printf: Support vsnprintf()Simon South
2019-10-27tiny-printf: Reorder code to support %pSimon Glass
2019-10-27tiny-printf: Add print_grouped_ull()Simon Glass
2019-10-27tiny-printf: Reduce size by removing ctypeSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28Consolidate __assert_failed into one implementationAlex Kiernan
2018-04-28spl: Disable printf if not requiredAlex Kiernan
2017-04-13tiny-printf: Add support for %p formatVignesh R
2017-03-14tiny-printf: add static to locally used functionsMasahiro Yamada
2017-01-04SPL: tiny-printf: ignore "-" modifierAndre Przywara
2017-01-04SPL: tiny-printf: add "l" modifierAndre Przywara
2016-08-08tiny-printf: Adjust to avoid using data sectionSimon Glass
2016-07-14tiny-printf: Support assert()Simon Glass
2016-07-08SPL: tiny-printf: avoid any BSS usageAndre Przywara
2016-06-20tinyprintf: Add vprintf implementationHans de Goede
2016-06-09tiny-printf: Correct the snprintf() implementationSimon Glass
2016-06-02tiny-printf: Support sprintf()Marek Vasut
2016-05-26tiny-printf: Support snprintf()Simon Glass
2016-05-26tiny-printf: Tidy up a few nitsSimon Glass
2016-01-20tiny-printf: Always print zeroesSimon Glass
2016-01-20tiny-printf: Avoid printing NULL stringsSimon Glass
2015-12-13lib/tiny-printf.c: Implement vprintfSjoerd Simons
2015-11-23lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updatesStefan Roese
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese