mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Move pin definitions to their own file.
First pass at providing feedback via the optionally connected leds. I don't actually have any of these attached to my programmer, so I can only guess as whether this is toggling them on and off correctly. Also, enable and disable the optional 74367 buffer. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@50 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
4
Makefile
4
Makefile
@@ -30,8 +30,8 @@ all : ${TARGET}
|
||||
${TARGET} : ${OBJS}
|
||||
${CC} ${LDFLAGS} -o ${TARGET} ${OBJS} ${LIBS}
|
||||
|
||||
main.o : avr.h fileio.h ppi.h term.h
|
||||
avr.o : avr.h ppi.h
|
||||
main.o : avr.h fileio.h ppi.h term.h pindefs.h
|
||||
avr.o : avr.h ppi.h pindefs.h
|
||||
fileio.o : fileio.h avr.h
|
||||
ppi.o : ppi.h
|
||||
term.o : term.h avr.h
|
||||
|
Reference in New Issue
Block a user