sim-card
/
sam7-util
Archived
10
0
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
Diego Elio Pettenò dcf2783266 io.c: remove warning on format string.
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-07-08 16:51:47 +02:00
Diego Elio Pettenò 432e5a6c2f build: update autotools to modern standards.
This includes removing AC_CANONICAL_BUILD/AC_CANONICAL_TARGET (weren't
used), renaming configure.in to configure.ac (required for automake
1.13 coming up), moving automake options to configure.ac (removes use
of AM_INIT_AUTOMAKE with two parameters, which is also gone with
automake 1.13).

Also remove empty files and declare the system foreign, not gnu (NEWS
and AUTHORS are not used), avoid re-declaring in the distributed files
the conditional sources (automake takes care of that), and don't use
-Werror (as it would fail to build with GCC 4.6 and 4.7).

Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-07-08 16:51:35 +02:00
Holger Hans Peter Freyther 201a024b67 loader: Add missing Makefile 2012-01-05 23:54:01 +01:00
Holger Hans Peter Freyther 2e94b4a011 git: Ignore some more files 2011-10-09 18:42:16 +02:00
Holger Hans Peter Freyther 74ae64b355 sam: Select the IO Backend at runtime when a device name is specified
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-09 18:38:32 +02:00
Holger Hans Peter Freyther 587730174f main: Remove define that is never used, there is a copy in io_posix.c 2011-10-09 18:36:59 +02:00
Holger Hans Peter Freyther f5a4783b70 io: Create an io indirection to allow to compile multiple io backends
Right now only one io driver is compiled in and this one will be
selected at application start.
2011-10-09 16:39:41 +02:00
Holger Hans Peter Freyther e5c0adc53e posix: Remove the io_read_response implementation as it is unused 2011-10-09 16:10:32 +02:00
Holger Hans Peter Freyther 861a0b11aa misc: Add driver/ and loader/ source found on ArchLinux
http://aur.archlinux.org/packages.php?ID=31596&detail=1 links to
http://txrxio.net/wp/basket/makingthings/sam7utils-0.2.1.tar.gz that
contains the driver and the loader sourcecode. I am not sure how this
relates to loader256_data.h and loader128_data.h
2011-10-09 15:17:28 +02:00
Holger Hans Peter Freyther 7bc3aeb314 main: Inform the user in case the flashing has failed. 2011-10-09 10:04:00 +02:00
Holger Hans Peter Freyther c0200ec054 git: Update the git ignore file 2011-10-09 10:01:36 +02:00
Holger Hans Peter Freyther 74f53c1444 Initial commit with software from sam7utils-0.2.1-bm.tar.bz2 2011-10-09 10:01:24 +02:00