ef7e3586c8Only GNU make sets $< in non-inference rules, so rather explicitly spell the source file(s) to remain compatible.
joerg_wunsch
2003-02-15 14:16:10 +0000
0020a78ab6Only GNU make sets $< in non-inference rules, so rather explicitly spell the source file(s) to remain compatible.
Joerg Wunsch
2003-02-15 14:16:10 +0000
3d8e282ecbOnly GNU make sets $< in non-inference rules, so rather explicitly spell the source file(s) to remain compatible.
Joerg Wunsch
2003-02-15 14:16:10 +0000
38f0dd7a4dAdd distclean rule and EXTRA_DIST list to get 'make distcheck' to succeed.
troth
2003-02-14 22:19:42 +0000
d888afcb31Add distclean rule and EXTRA_DIST list to get 'make distcheck' to succeed.
Theodore A. Roth
2003-02-14 22:19:42 +0000
13f0562604Add distclean rule and EXTRA_DIST list to get 'make distcheck' to succeed.
Theodore A. Roth
2003-02-14 22:19:42 +0000
1997cc5188These changes add basic support for a autoconf/automake based build system.
troth
2003-02-14 20:34:03 +0000
2c7934a1caThese changes add basic support for a autoconf/automake based build system.
Theodore A. Roth
2003-02-14 20:34:03 +0000
a7d5a272ecThese changes add basic support for a autoconf/automake based build system.
Theodore A. Roth
2003-02-14 20:34:03 +0000
3e50ea8b45Fix typos. Fix error messages.
Brian S. Dean
2003-02-14 04:09:50 +0000
db19374c03Fix typos. Fix error messages.
Brian S. Dean
2003-02-14 04:09:50 +0000
dca2176204Split higher level parallel port programmer code off from ppi.c into its own file par.c, leaving low level parallel port accessor routines in ppi.c to help with portability. Change the programmer type to 'PAR' now instead of 'PPI' - 'PAR' represents the parallel port programmer type.
bdean
2003-02-13 19:27:50 +0000
46233d2241Split higher level parallel port programmer code off from ppi.c into its own file par.c, leaving low level parallel port accessor routines in ppi.c to help with portability. Change the programmer type to 'PAR' now instead of 'PPI' - 'PAR' represents the parallel port programmer type.
Brian S. Dean
2003-02-13 19:27:50 +0000
d65db4b581Split higher level parallel port programmer code off from ppi.c into its own file par.c, leaving low level parallel port accessor routines in ppi.c to help with portability. Change the programmer type to 'PAR' now instead of 'PPI' - 'PAR' represents the parallel port programmer type.
Brian S. Dean
2003-02-13 19:27:50 +0000
56cf90a2d2New file.
Theodore A. Roth
2003-02-12 17:58:04 +0000
03427b2d87New file.
Theodore A. Roth
2003-02-12 17:58:04 +0000
0d58d31f3aRemove need for inttypes.h.
troth
2003-02-12 17:47:47 +0000
a600a97c2eRemove need for inttypes.h.
Theodore A. Roth
2003-02-12 17:47:47 +0000
75f86c0eaeRemove need for inttypes.h.
Theodore A. Roth
2003-02-12 17:47:47 +0000
0ac9932d83Define YY_NO_UNPUT to quell a compiler warning.
troth
2003-02-12 17:46:24 +0000
da15fd9ba7Define YY_NO_UNPUT to quell a compiler warning.
Theodore A. Roth
2003-02-12 17:46:24 +0000
6060499dcbDefine YY_NO_UNPUT to quell a compiler warning.
Theodore A. Roth
2003-02-12 17:46:24 +0000
d098cce80aRemove YACC assignment. Add '-b y' options to YACC invocation. Remove leading '-' from 'include .depend'.
troth
2003-02-12 17:24:43 +0000
26b789202eRemove YACC assignment. Add '-b y' options to YACC invocation. Remove leading '-' from 'include .depend'.
Theodore A. Roth
2003-02-12 17:24:43 +0000
cad73bb6a0Remove YACC assignment. Add '-b y' options to YACC invocation. Remove leading '-' from 'include .depend'.
Theodore A. Roth
2003-02-12 17:24:43 +0000
546e18c753Declare the internally used static functions on top, to get rid of the compiler warnings.
joerg_wunsch
2003-02-12 09:08:10 +0000
474f222a27Declare the internally used static functions on top, to get rid of the compiler warnings.
Joerg Wunsch
2003-02-12 09:08:10 +0000
8e5d9c465fDeclare the internally used static functions on top, to get rid of the compiler warnings.
Joerg Wunsch
2003-02-12 09:08:10 +0000
3176513162* linux_ppdev.h: New file. * ppi.c: Include system dependant parallel port interface file. (ppi_open): Add call to ppi_claim(). (ppi_close): Add call to ppi_release(). * ppi.h: Define ppi_claim() and ppi_release() as NOPs if not previously defined. * stk500.c: Include inttypes header to quell compiler warning.
troth
2003-02-11 23:50:31 +0000
be8e278739* linux_ppdev.h: New file. * ppi.c: Include system dependant parallel port interface file. (ppi_open): Add call to ppi_claim(). (ppi_close): Add call to ppi_release(). * ppi.h: Define ppi_claim() and ppi_release() as NOPs if not previously defined. * stk500.c: Include inttypes header to quell compiler warning.
Theodore A. Roth
2003-02-11 23:50:31 +0000
0de3a90f8f* linux_ppdev.h: New file. * ppi.c: Include system dependant parallel port interface file. (ppi_open): Add call to ppi_claim(). (ppi_close): Add call to ppi_release(). * ppi.h: Define ppi_claim() and ppi_release() as NOPs if not previously defined. * stk500.c: Include inttypes header to quell compiler warning.
Theodore A. Roth
2003-02-11 23:50:31 +0000
6e82f6ee9cFix some implicit declaration warnings.
joerg_wunsch
2003-02-11 21:58:07 +0000
15431a8210Fix some implicit declaration warnings.
Joerg Wunsch
2003-02-11 21:58:07 +0000
e263727fb4Fix some implicit declaration warnings.
Joerg Wunsch
2003-02-11 21:58:07 +0000
1201b3321bMove the C declarations to the top of the file. While [b]yacc doesn't care, bison does, and this is normally the way it's meant to be anyway.
joerg_wunsch
2003-02-11 21:27:06 +0000
2cd7ea076cMove the C declarations to the top of the file. While [b]yacc doesn't care, bison does, and this is normally the way it's meant to be anyway.
Joerg Wunsch
2003-02-11 21:27:06 +0000
4eb4b7c115Move the C declarations to the top of the file. While [b]yacc doesn't care, bison does, and this is normally the way it's meant to be anyway.
Joerg Wunsch
2003-02-11 21:27:06 +0000
e018acd263Generate dependencies specific to the target system. Explicitly use byacc.
troth
2003-02-11 21:01:02 +0000
9b27e95977Generate dependencies specific to the target system. Explicitly use byacc.
Theodore A. Roth
2003-02-11 21:01:02 +0000
a1ba67732cGenerate dependencies specific to the target system. Explicitly use byacc.
Theodore A. Roth
2003-02-11 21:01:02 +0000
0a043de4baRemove reference to avr-gcc in depend rule (cut & paste error).
troth
2003-02-11 19:03:03 +0000
837c512293Remove reference to avr-gcc in depend rule (cut & paste error).
Theodore A. Roth
2003-02-11 19:03:03 +0000
499a6757e6Remove reference to avr-gcc in depend rule (cut & paste error).
Theodore A. Roth
2003-02-11 19:03:03 +0000
72453cd1f2Test commit in new public repository. Before this time this repo existed on a private system. Commits made by 'bsd' on the old system were made by Brian Dean (bdean on the current system).
bdean
2003-02-09 13:36:48 +0000
d034b5a51bTest commit in new public repository. Before this time this repo existed on a private system. Commits made by 'bsd' on the old system were made by Brian Dean (bdean on the current system).
Brian S. Dean
2003-02-09 13:36:48 +0000
7c8e1ae69fTest commit in new public repository. Before this time this repo existed on a private system. Commits made by 'bsd' on the old system were made by Brian Dean (bdean on the current system).
Brian S. Dean
2003-02-09 13:36:48 +0000
218aa808d2The last part of that last commit message should read:
bsd
2003-02-08 04:20:39 +0000
9fe84d4ad3The last part of that last commit message should read:
Brian S. Dean
2003-02-08 04:20:39 +0000
aa4521eb51The last part of that last commit message should read:
Brian S. Dean
2003-02-08 04:20:39 +0000
2c651eb7bfMakefile: include a target to automatically generate the dependency list.
bsd
2003-02-08 04:17:25 +0000
ee8bf2d5fcMakefile: include a target to automatically generate the dependency list.
Brian S. Dean
2003-02-08 04:17:25 +0000
4fef102d87Makefile: include a target to automatically generate the dependency list.
Brian S. Dean
2003-02-08 04:17:25 +0000
4cfc877c63Update license to GPL, permission by Joerg Wunsch.
bsd
2003-02-06 22:11:20 +0000
571abe6351Update license to GPL, permission by Joerg Wunsch.
Brian S. Dean
2003-02-06 22:11:20 +0000
f4dcdc83c5Update license to GPL, permission by Joerg Wunsch.
Brian S. Dean
2003-02-06 22:11:20 +0000
9f9f8c955aAdd GPL.
Brian S. Dean
2003-02-06 20:02:33 +0000
7eebe26271Add GPL.
Brian S. Dean
2003-02-06 20:02:33 +0000
54e7ce88d3Add GPL to the Makefile and config_gram.y.
bsd
2003-02-06 19:54:46 +0000
c799b77b46Add GPL to the Makefile and config_gram.y.
Brian S. Dean
2003-02-06 19:54:46 +0000
43a8b50010Add GPL to the Makefile and config_gram.y.
Brian S. Dean
2003-02-06 19:54:46 +0000
8a0ef7ebf9Add stk500.h as a dependency for stk500.c. Remove carraige returns from stk500.h - don't know how those got in there (pointed out by Ted Roth).
bsd
2003-02-06 19:17:10 +0000
0de1cc957cAdd stk500.h as a dependency for stk500.c. Remove carraige returns from stk500.h - don't know how those got in there (pointed out by Ted Roth).
Brian S. Dean
2003-02-06 19:17:10 +0000
9af653d2ccAdd stk500.h as a dependency for stk500.c. Remove carraige returns from stk500.h - don't know how those got in there (pointed out by Ted Roth).
Brian S. Dean
2003-02-06 19:17:10 +0000
b7c08f5901Re-license using the GNU GPL. Thanks to Ted Roth for the patch.
bsd
2003-02-06 19:08:33 +0000
08e8c6e8eeRe-license using the GNU GPL. Thanks to Ted Roth for the patch.
Brian S. Dean
2003-02-06 19:08:33 +0000
46317badc6Re-license using the GNU GPL. Thanks to Ted Roth for the patch.
Brian S. Dean
2003-02-06 19:08:33 +0000
f983234f46Get rid of the verbose printing of individual file CVS version ids. This was intended to be used for identifying code in the field for incoming bug reports, but I've never really found it all that useful.
bsd
2003-02-06 05:45:06 +0000
1e0c4f8756Get rid of the verbose printing of individual file CVS version ids. This was intended to be used for identifying code in the field for incoming bug reports, but I've never really found it all that useful.
Brian S. Dean
2003-02-06 05:45:06 +0000
3ea96d00e8Get rid of the verbose printing of individual file CVS version ids. This was intended to be used for identifying code in the field for incoming bug reports, but I've never really found it all that useful.
Brian S. Dean
2003-02-06 05:45:06 +0000
c1bcfe53a7Change the name from AVRPROG to AVRDUDE.
bsd
2003-02-06 05:13:32 +0000
17427c0645Change the name from AVRPROG to AVRDUDE.
Brian S. Dean
2003-02-06 05:13:32 +0000
ede0fe31f4Change the name from AVRPROG to AVRDUDE.
Brian S. Dean
2003-02-06 05:13:32 +0000
9b3fc75405Remove unused code.
Brian S. Dean
2002-12-01 20:10:12 +0000
145d2cbceeRemove unused code.
Brian S. Dean
2002-12-01 20:10:12 +0000
992ffd6758Document changes since the previous version in the CHANGELOG.
bsd
2002-12-01 20:09:38 +0000
c295d0a113Document changes since the previous version in the CHANGELOG.
Brian S. Dean
2002-12-01 20:09:38 +0000
1b680ed11dDocument changes since the previous version in the CHANGELOG.
Brian S. Dean
2002-12-01 20:09:38 +0000
b2c1b19017Fix cut and paste braino.
bsd
2002-12-01 15:10:23 +0000
2c24e0bdbeFix cut and paste braino.
Brian S. Dean
2002-12-01 15:10:23 +0000
a66b6785b3Fix cut and paste braino.
Brian S. Dean
2002-12-01 15:10:23 +0000
e722fbc587The STK500 can perform paged read/write operations even on standard "non-paged" parts. Take advantage of that and use the faster internal routines of the STK500 for those parts as well.
bsd
2002-12-01 15:05:56 +0000
5a8ebeb1ceThe STK500 can perform paged read/write operations even on standard "non-paged" parts. Take advantage of that and use the faster internal routines of the STK500 for those parts as well.
Brian S. Dean
2002-12-01 15:05:56 +0000
94f22b15eeThe STK500 can perform paged read/write operations even on standard "non-paged" parts. Take advantage of that and use the faster internal routines of the STK500 for those parts as well.
Brian S. Dean
2002-12-01 15:05:56 +0000
b3cc1535b6Optimize reading and writing for the STK500 programmer if the part supports paged reads and writes. This greatly decreases the program/verify time from about 4.5 minutes down to about 10 seconds in a 12K program size test case.
bsd
2002-12-01 06:35:18 +0000
d36b48d92bOptimize reading and writing for the STK500 programmer if the part supports paged reads and writes. This greatly decreases the program/verify time from about 4.5 minutes down to about 10 seconds in a 12K program size test case.
Brian S. Dean
2002-12-01 06:35:18 +0000
8368f8317bOptimize reading and writing for the STK500 programmer if the part supports paged reads and writes. This greatly decreases the program/verify time from about 4.5 minutes down to about 10 seconds in a 12K program size test case.
Brian S. Dean
2002-12-01 06:35:18 +0000
da6e6490a4Add basic support for STK500.
bsd
2002-12-01 04:30:01 +0000