summaryrefslogtreecommitdiffstats
path: root/lib/tiny-printf.c
Commit message (Expand)AuthorAgeFilesLines
* tiny-printf: Support %iMarek Vasut2020-05-011-1/+2
* Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-011-6/+23
|\
| * tiny-printf: Reorder code to support %pSimon Glass2019-10-271-13/+17
| * tiny-printf: Add print_grouped_ull()Simon Glass2019-10-271-0/+6
| * tiny-printf: Reduce size by removing ctypeSimon Glass2019-10-271-0/+7
* | tiny-printf: Support vsnprintf()Simon South2019-10-311-0/+16
|/
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Consolidate __assert_failed into one implementationAlex Kiernan2018-04-281-9/+0
* spl: Disable printf if not requiredAlex Kiernan2018-04-281-5/+7
* tiny-printf: Add support for %p formatVignesh R2017-04-131-0/+154
* tiny-printf: add static to locally used functionsMasahiro Yamada2017-03-141-2/+2
* SPL: tiny-printf: ignore "-" modifierAndre Przywara2017-01-041-0/+3
* SPL: tiny-printf: add "l" modifierAndre Przywara2017-01-041-11/+36
* tiny-printf: Adjust to avoid using data sectionSimon Glass2016-08-081-44/+58
* tiny-printf: Support assert()Simon Glass2016-07-141-0/+9
* SPL: tiny-printf: avoid any BSS usageAndre Przywara2016-07-081-3/+8
* tinyprintf: Add vprintf implementationHans de Goede2016-06-201-0/+5
* tiny-printf: Correct the snprintf() implementationSimon Glass2016-06-091-1/+3
* tiny-printf: Support sprintf()Marek Vasut2016-06-021-2/+14
* tiny-printf: Support snprintf()Simon Glass2016-05-261-2/+25
* tiny-printf: Tidy up a few nitsSimon Glass2016-05-261-8/+8
* tiny-printf: Always print zeroesSimon Glass2016-01-201-4/+12
* tiny-printf: Avoid printing NULL stringsSimon Glass2016-01-201-2/+4
* lib/tiny-printf.c: Implement vprintfSjoerd Simons2015-12-131-5/+13
* lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updatesStefan Roese2015-11-231-20/+12
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-231-0/+130