avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] avrdude on Windows


From: Theodore A. Roth
Subject: Re: [avrdude-dev] avrdude on Windows
Date: Thu, 13 Feb 2003 09:45:41 -0800 (PST)


On Thu, 13 Feb 2003, Brian Dean wrote:

:) Yes, here's my current copy of ppi.h:
:)
:) #ifndef __ppi_h__
:) #define __ppi_h__
:)
:) #include "config.h"
:)
:) /*
:)  * PPI registers
:)  */
:) enum {
:)   PPIDATA,
:)   PPICTRL,
:)   PPISTATUS
:) };
:)
:)
:) int ppi_getpinmask(int pin);
:)
:) #if !defined(ppi_claim)
:) #  define ppi_claim(pgm)
:) #endif
:)
:) #if !defined(ppi_release)
:) #  define ppi_release(pgm)
:) #endif
:)
:) int ppi_setpin    (int fd, int pin, int value);
:)
:) int ppi_getpin    (int fd, int pin);
:)
:) int ppi_set       (int fd, int reg, int bit);
:)
:) int ppi_clr       (int fd, int reg, int bit);
:)
:) int ppi_getall    (int fd, int reg);
:)
:) int ppi_setall    (int fd, int reg, int val);
:)
:) int ppi_pulsepin  (int fd, int pin);
:)
:) #endif
:)
:)
:) These represent the functions and enums needed by my new 'par.c' file.
:) I've got the split done and working.  Shall I go ahead an commit this?
:) Is it going to cause anyone too much disruption (mostly thinking of
:) Ted's autoconf work)?  If there are any objections, let me know soon.

This looks fine. Go ahead and commit.

Don't worry too much about the autoconf disruption. I don't see it
being a problem.

Ted





reply via email to

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