]> oss.titaniummirror.com Git - cp210x.git/log
cp210x.git
14 years agocptwiddle now accepts a device argument on its command line.
smckown [Mon, 2 Nov 2009 20:21:31 +0000 (20:21 +0000)]
cptwiddle now accepts a device argument on its command line.

14 years agoIgnore .o files.
smckown [Mon, 2 Nov 2009 20:21:30 +0000 (20:21 +0000)]
Ignore .o files.

14 years agoAdd a new utility, cpfactory.
smckown [Mon, 2 Nov 2009 20:21:29 +0000 (20:21 +0000)]
Add a new utility, cpfactory.

cpfactory sets the cp2103 port configuration back to factory defaults.  Note
that these defaults have not been verified by talking to a factory fresh cp2103
part.  I suppose this code will work for any cp210x part.

14 years agoAdd mfg name to cpmfg command line input.
smckown [Mon, 2 Nov 2009 20:21:28 +0000 (20:21 +0000)]
Add mfg name to cpmfg command line input.

14 years agoUpdate cpio (cp210x io test program) to accept device on command line like cpmfg
smckown [Mon, 2 Nov 2009 20:21:28 +0000 (20:21 +0000)]
Update cpio (cp210x io test program) to accept device on command line like cpmfg

15 years agoAdd .gitignore
smckown [Wed, 15 Apr 2009 16:55:41 +0000 (16:55 +0000)]
Add .gitignore

15 years agoExclude .git directory in build results.
smckown [Wed, 15 Apr 2009 16:55:40 +0000 (16:55 +0000)]
Exclude .git directory in build results.

15 years agoSet svn:ignore for build directory
smckown [Wed, 15 Apr 2009 16:53:34 +0000 (16:53 +0000)]
Set svn:ignore for build directory

15 years agoAllow building from git checkout.
smckown [Wed, 15 Apr 2009 16:40:41 +0000 (16:40 +0000)]
Allow building from git checkout.

Update Makefile so that it can properly build packages using either an svn
checkout or a git checkout.  The code has to still have been checked out
from svn.

15 years agoUpdate README file.
smckown [Wed, 15 Apr 2009 16:40:40 +0000 (16:40 +0000)]
Update README file.

15 years agoReorganize code in cp2101.c
smckown [Wed, 15 Apr 2009 16:40:39 +0000 (16:40 +0000)]
Reorganize code in cp2101.c

Now cp2101.c looks like it would if the minimal patch were applied to cp2101.c
from the plain vanilla linux 2.6.24 code.  We did also add some newer usb
device id's from 2.6.30's cp2101.c.

15 years agoFix type in the call to cp2101_ctlmsg in cp2101_setu16. The value argument
smckown [Wed, 15 Apr 2009 16:40:38 +0000 (16:40 +0000)]
Fix type in the call to cp2101_ctlmsg in cp2101_setu16.  The value argument
should be ORed with 0x3700 and not 3700.

15 years agoTurn on weak pull-ups in the examples/cpmfg program. These aren't needed for
smckown [Wed, 1 Apr 2009 02:55:05 +0000 (02:55 +0000)]
Turn on weak pull-ups in the examples/cpmfg program.  These aren't needed for
the RWS board, but it shouldn't hurt and should be a more general config.

15 years agoAdd the cpread utility
smckown [Tue, 31 Mar 2009 17:20:49 +0000 (17:20 +0000)]
Add the cpread utility

15 years agoMake the debian version extension 'tmi' and not 'rsm'.
smckown [Thu, 28 Aug 2008 21:58:42 +0000 (21:58 +0000)]
Make the debian version extension 'tmi' and not 'rsm'.

15 years agoThis project's new upper-level Makefile will build a debian source package that can...
smckown [Thu, 28 Aug 2008 19:53:29 +0000 (19:53 +0000)]
This project's new upper-level Makefile will build a debian source package that can be used to build a debian
package that installs and uninstalls correctly.

15 years agoChanges in progress to support debian (ubuntu) integration
smckown [Thu, 28 Aug 2008 17:59:00 +0000 (17:59 +0000)]
Changes in progress to support debian (ubuntu) integration

15 years agoFix for linux 2.4.24.
smckown [Mon, 25 Aug 2008 20:01:38 +0000 (20:01 +0000)]
Fix for linux 2.4.24.

16 years agoThese were changes incorporated that I sent to Walt Zarnoch,
smckown [Wed, 7 Nov 2007 15:55:01 +0000 (15:55 +0000)]
These were changes incorporated that I sent to Walt Zarnoch,
zarnochwf1@gmail.com.  Minor at best.

16 years agoThis is the version of the driver modified by TMI to support setting of the
smckown [Wed, 7 Nov 2007 15:52:45 +0000 (15:52 +0000)]
This is the version of the driver modified by TMI to support setting of the
USB descriptors, configure GPIO, and read/write GPIO pins.  Some examples are
included, as well as a README.txt to build the code.  The rpm construction
tools have not been updated.

16 years agoThis is the original version as sent by Silicon Labs. It was an older version
smckown [Wed, 7 Nov 2007 15:47:46 +0000 (15:47 +0000)]
This is the original version as sent by Silicon Labs.  It was an older version
than was already included in the linux kernel at the time.

16 years agoAdd a tree structure for the cp210x project.
smckown [Wed, 7 Nov 2007 15:39:17 +0000 (15:39 +0000)]
Add a tree structure for the cp210x project.