index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tiny-printf.c
Age
Commit message (
Expand
)
Author
2017-04-13
tiny-printf: Add support for %p format
Vignesh R
2017-03-14
tiny-printf: add static to locally used functions
Masahiro Yamada
2017-01-04
SPL: tiny-printf: ignore "-" modifier
Andre Przywara
2017-01-04
SPL: tiny-printf: add "l" modifier
Andre Przywara
2016-08-08
tiny-printf: Adjust to avoid using data section
Simon Glass
2016-07-14
tiny-printf: Support assert()
Simon Glass
2016-07-08
SPL: tiny-printf: avoid any BSS usage
Andre Przywara
2016-06-20
tinyprintf: Add vprintf implementation
Hans de Goede
2016-06-09
tiny-printf: Correct the snprintf() implementation
Simon Glass
2016-06-02
tiny-printf: Support sprintf()
Marek Vasut
2016-05-26
tiny-printf: Support snprintf()
Simon Glass
2016-05-26
tiny-printf: Tidy up a few nits
Simon Glass
2016-01-20
tiny-printf: Always print zeroes
Simon Glass
2016-01-20
tiny-printf: Avoid printing NULL strings
Simon Glass
2015-12-13
lib/tiny-printf.c: Implement vprintf
Sjoerd Simons
2015-11-23
lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updates
Stefan Roese
2015-11-23
lib/tiny-printf.c: Add tiny printf function for space limited environments
Stefan Roese