summaryrefslogtreecommitdiff
path: root/examples/standalone/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-12-16Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada1-1/+0
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2013-12-16examples: x86: delete 82559_eepromMasahiro Yamada1-1/+0
Commit fea25720 renamed arch/i386 to arch/x86. But it missed to modify examples/standalone/Makefile. Since then, examples/standalone/82559_eeprom has never compiled and nobody has noticed that. After some discussion on ML, we agreed to delete this example. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2010-03-13Update .gitignore's: add some generated filesWolfgang Denk1-2/+3
Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-09-04atmel_df_pow2: standalone to convert dataflashes to pow2Mike Frysinger1-0/+1
Atmel DataFlashes by default operate with pages that are slightly bigger than normal binary sizes (i.e. many are 1056 byte pages rather than 1024 bytes). However, they also have a "power of 2" mode where the pages show up with the normal binary size. The latter mode is required in order to boot with a Blackfin processor, so many people wish to convert their DataFlashes on their development systems to this mode. This standalone application does just that. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-07-21Move examples/ to examples/standalonePeter Tyser1-0/+11
The current files in examples are all standalone application examples, so put them in their own subdirectory for organizational purposes Signed-off-by: Peter Tyser <ptyser@xes-inc.com>