aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-09sam: Select the IO Backend at runtime when a device name is specifiedHolger Hans Peter Freyther1-2/+2
The configure part is more messy than I had hoped for. One can not just specify @VARIABLE_THAT_HAS_SOURCES@, I need to go through the every backend and add the sourcecode.
2011-10-09main: Remove define that is never used, there is a copy in io_posix.cHolger Hans Peter Freyther1-3/+0
2011-10-09io: Create an io indirection to allow to compile multiple io backendsHolger Hans Peter Freyther1-0/+2
Right now only one io driver is compiled in and this one will be selected at application start.
2011-10-09main: Inform the user in case the flashing has failed.Holger Hans Peter Freyther1-0/+2
2011-10-09Initial commit with software from sam7utils-0.2.1-bm.tar.bz2Holger Hans Peter Freyther1-0/+170