libftdi-git Archives

Subject: utility to write the EEPROM connected to a FTDI USB-chip branch, master, updated. v0.2-14-g5731f20

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 16 Feb 2009 10:48:14 +0100 (CET)
- Log -----------------------------------------------------------------
commit 5731f20050e4b640ad93dd46f6056d05f43e9d7d
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Mon Feb 16 10:44:15 2009 +0100

    Started .gitignore file

commit 5b5468aea913a8aa68c47bfe5e6b72cde4934b34
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Mon Feb 16 10:43:38 2009 +0100

    Automatically create ftdi_eeprom.spec and include it in the tarball

commit f2c67a7ee97e12f653540115fbef5a19e2fea672
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Mon Feb 16 10:29:31 2009 +0100

    Increase version

commit 8f9b48cacca0f661ca9ebdfeec7f25fa5a9fe1b1
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Mon Feb 16 10:26:50 2009 +0100

    Added README, AUTHORS and ChangeLog file

-----------------------------------------------------------------------

Summary of changes:
 .gitignore           |   43 +++++++++++++++++++++++++++++++++++++++++++
 AUTHORS              |    3 +++
 ChangeLog            |    8 ++++++++
 Makefile.am          |    2 ++
 README               |   20 ++++++++++++++++++++
 configure.in         |    4 ++--
 ftdi_eeprom.kdevelop |    4 ++--
 ftdi_eeprom.spec     |   34 ----------------------------------
 ftdi_eeprom.spec.in  |   33 +++++++++++++++++++++++++++++++++
 src/Makefile.am      |    5 ++---
 src/main.c           |    2 +-
 11 files changed, 116 insertions(+), 42 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 AUTHORS
 create mode 100644 ChangeLog
 create mode 100644 README
 delete mode 100644 ftdi_eeprom.spec
 create mode 100644 ftdi_eeprom.spec.in

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c0a7b6d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,43 @@
+# Normal stuff
+*.o
+*.a
+*.so
+*.lo
+*.la
+*.pc
+.deps/
+.libs/
+build/
+
+# Automake
+Makefile
+Makefile.in
+autom4te.cache
+aclocal.m4
+libtool
+stamp-h1
+configure
+config.*
+*.substvars
+ltmain.sh
+missing
+install-sh
+depcomp
+INSTALL
+
+# kdevelop
+*.kdevelop.pcs
+*.kdevses
+
+# Doxygen documentation
+Doxyfile
+doc/Doxyfile
+doc/html
+
+# Backup files and stuff from patches
+*.orig
+*.rej
+*~
+
+# ftdi_eeprom specific
+ftdi_eeprom.spec
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..40e23f3
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,3 @@
+Main developers:
+
+  Intra2net AG <opensource@xxxxxxxxxxxxx>
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..0794447
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,8 @@
+New in 0.3 - 2009-02-16
+-----------------------
+* Fix a crash using newer libftdi versions
+* Updated autoconf suite
+
+New in 0.2 - 2004-03-25
+-----------------------
+* First public release
diff --git a/Makefile.am b/Makefile.am
index 02520f2..4b1e95b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,3 +3,5 @@
 AUTOMAKE_OPTIONS = foreign 1.4
 
 SUBDIRS = src
+
+EXTRA_DIST = README AUTHORS ChangeLog ftdi_eeprom.spec ftdi_eeprom.spec.in
diff --git a/README b/README
new file mode 100644
index 0000000..5e1475c
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+-------------------------------------------------------------------
+ftdi_eeprom version 0.3
+-------------------------------------------------------------------
+
+ftdi_eeprom - A tool for creating, uploading, and erasing
+the configuration EEPROM for a FT232BM/FT245BM FTDI chip. 
+
+The EEPROM content is generated using a flexible configuration file.
+
+Changes
+-------
+* Fix a crash using newer libftdi versions (Intra2net)
+* Updated autoconf suite (Intra2net)
+
+You'll find the newest version of ftdi_eeprom at:
+http://www.intra2net.com/en/developer/libftdi
+
+-------------------------------------------------------------------
+www.intra2net.com                            2003-2009 Intra2net AG
+-------------------------------------------------------------------
diff --git a/configure.in b/configure.in
index 557ccf7..36af172 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_INIT(configure.in)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(ftdi_eeprom, 0.2)
+AM_INIT_AUTOMAKE(ftdi_eeprom, 0.3)
 
 AC_LANG_C
 AC_PROG_CC
@@ -12,4 +12,4 @@ PKG_CHECK_MODULES(LIBFTDI, libftdi)
 AC_SUBST(LIBFTDI_CFLAGS)
 AC_SUBST(LIBFTDI_LIBS)
 
-AC_OUTPUT(Makefile src/Makefile)
+AC_OUTPUT(Makefile src/Makefile ftdi_eeprom.spec)
diff --git a/ftdi_eeprom.kdevelop b/ftdi_eeprom.kdevelop
index b571ef4..11c6f25 100644
--- a/ftdi_eeprom.kdevelop
+++ b/ftdi_eeprom.kdevelop
@@ -1,9 +1,9 @@
 <?xml version = '1.0'?>
 <kdevelop>
   <general>
-    <author>Gerd v. Egidy</author>
+    <author>Intra2net AG</author>
     <email>opensource@xxxxxxxxxxxxx</email>
-    <version>0.2</version>
+    <version>0.3</version>
     <projectmanagement>KDevAutoProject</projectmanagement>
     <primarylanguage>C++</primarylanguage>
     <keywords>
diff --git a/ftdi_eeprom.spec b/ftdi_eeprom.spec
deleted file mode 100644
index 5bb4602..0000000
--- a/ftdi_eeprom.spec
+++ /dev/null
@@ -1,34 +0,0 @@
-Summary:   Tool for creating/reading/erasing/flashing FTDI USB chip eeproms
-Name:      ftdi_eeprom
-Version:   0.2
-Release:   5
-Copyright: GPL
-Group:     Development/Tools
-Vendor:    Intra2net AG
-Source:    %{name}-%{version}.tar.gz
-Buildroot: /tmp/%{name}-%{version}-root
-Requires:  libftdi, libconfuse
-BuildRequires: libftdi-devel, libconfuse
-Prefix:    /usr
-
-%description
-Tool for creating/reading/erasing/flashing FTDI USB chip eeproms 
-
-%prep
-%setup -q
-
-%build
-autoconf
-./configure --prefix=%{prefix}
-make
-
-%install
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -fr $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc src/example.conf COPYING
-%{prefix}/bin/ftdi_eeprom
diff --git a/ftdi_eeprom.spec.in b/ftdi_eeprom.spec.in
new file mode 100644
index 0000000..5cfef8f
--- /dev/null
+++ b/ftdi_eeprom.spec.in
@@ -0,0 +1,33 @@
+Summary:   Tool for creating/reading/erasing/flashing FTDI USB chip eeproms
+Name:      ftdi_eeprom
+Version:   @VERSION@
+Release:   1
+License:   GPL
+Group:     Development/Tools
+Vendor:    Intra2net AG
+Source:    %{name}-%{version}.tar.gz
+Buildroot: /tmp/%{name}-%{version}-root
+Requires:  libftdi, libconfuse
+BuildRequires: libftdi-devel, libconfuse
+Prefix:    /usr
+
+%description
+Tool for creating/reading/erasing/flashing FTDI USB chip eeproms 
+
+%prep
+%setup -q
+
+%build
+./configure --prefix=%{prefix}
+make
+
+%install
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc src/example.conf COPYING
+%{prefix}/bin/ftdi_eeprom
diff --git a/src/Makefile.am b/src/Makefile.am
index 1603841..2216570 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,14 +1,13 @@
 bin_PROGRAMS = ftdi_eeprom
 
-
 # set the include path found by configure
 INCLUDES = @LIBFTDI_CFLAGS@ $(all_includes)
 
 # the library search path.
 ftdi_eeprom_LDFLAGS = $(all_libraries) 
-ftdi_eeprom_SOURCES =  main.c
+ftdi_eeprom_SOURCES = main.c
 
 noinst_DATA =  example.conf
 ftdi_eeprom_LDADD = -lconfuse @LIBFTDI_LIBS@
 
-EXTRA_DIST = example.conf
\ No newline at end of file
+EXTRA_DIST = example.conf
diff --git a/src/main.c b/src/main.c
index 1bde662..7b0337b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,7 +2,7 @@
                              main.c  -  description
                            -------------------
     begin                : Mon Apr  7 12:05:22 CEST 2003
-    copyright            : (C) 2003 by Intra2net AG
+    copyright            : (C) 2003,2008 by Intra2net AG
     email                : opensource@xxxxxxxxxxxxx
  ***************************************************************************/
 

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • utility to write the EEPROM connected to a FTDI USB-chip branch, master, updated. v0.2-14-g5731f20, libftdi-git <=