avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] avrdude on Solaris 10 x86?


From: Joerg Wunsch
Subject: Re: [avrdude-dev] avrdude on Solaris 10 x86?
Date: Wed, 2 Nov 2005 22:57:37 +0100
User-agent: Mutt/1.4.2.1i

As Johnathan Corgan wrote:

> >   ...  In theory, it should be much simpler now to add yet another
> >   bitbang programmer type (like an FTDI-base USB-controlled
> >   bitbang hardware).

> I'll take a look at this.

Basically, all you gotta do is to write up a programmer implementation
that provices the setpin, getpin, and pulsehighpin methods.  The pin
number is passed verbatim to these methods (the way it has been found
in avrdude.conf), so it's up to the implementation to make any sense
out of these.

Also, have a look at the @HAVE_PARPORT_BEGIN@ and @HAVE_PARPORT_END@
stuff in avrdude.conf.in.  In order to make your FTDI bitbanger a
configuration option, you need to extend configure.ac a bit, and then
provide a couple of sed(1) substitution patterns for the positive and
negative configuration cases, so the final avrdude.conf can be
tailored appropriately.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]