aboutsummaryrefslogtreecommitdiff
path: root/examples/api
AgeCommit message (Expand)AuthorFilesLines
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese1-36/+4
2014-02-25kbuild: use shorten logs for misc targetsMasahiro Yamada1-19/+21
2014-02-25kbuild: use shorten logs objcopy rulesMasahiro Yamada1-2/+4
2014-02-19examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada1-4/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-10/+5
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-8/+8
2014-02-19Makefile: move some flags to examples makefilesMasahiro Yamada1-0/+4
2014-02-19Makfile: move suffix rules to Makefile.buildMasahiro Yamada1-2/+2
2014-02-19examples: Use scripts/Makefile.buildMasahiro Yamada1-16/+5
2013-11-25Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada1-15/+12
2013-11-25examples: delete unnecessary CPPFLAGSMasahiro Yamada1-2/+0
2013-11-04examples: enable gc-sections optionRob Herring1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk6-108/+6
2011-11-15api: export LCD device to external appsChe-Liang Chiou3-0/+67
2011-10-22examples: api: allow build with private libgccChe-liang Chiou1-3/+1
2011-01-09examples: update do_reset prototypeMike Frysinger1-1/+2
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-07-04Make *printf() return "int" instead of "void"Wolfgang Denk1-2/+4
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-3/+3
2010-04-13Rename lib_generic/ to lib/Peter Tyser2-8/+8
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-2/+2
2009-12-05Generic udelay() with watchdog supportIngo van Lil2-1/+2
2009-07-27ABI: fix build problems due to now needed div64 routine.Wolfgang Denk1-0/+1
2009-07-21Move api_examples to examples/apiPeter Tyser7-0/+1042