Commit Graph

  • ef7e3586c8 Only 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
  • 0020a78ab6 Only 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
  • 3d8e282ecb Only 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
  • 38f0dd7a4d Add distclean rule and EXTRA_DIST list to get 'make distcheck' to succeed. troth 2003-02-14 22:19:42 +0000
  • d888afcb31 Add distclean rule and EXTRA_DIST list to get 'make distcheck' to succeed. Theodore A. Roth 2003-02-14 22:19:42 +0000
  • 13f0562604 Add distclean rule and EXTRA_DIST list to get 'make distcheck' to succeed. Theodore A. Roth 2003-02-14 22:19:42 +0000
  • 1997cc5188 These changes add basic support for a autoconf/automake based build system. troth 2003-02-14 20:34:03 +0000
  • 2c7934a1ca These changes add basic support for a autoconf/automake based build system. Theodore A. Roth 2003-02-14 20:34:03 +0000
  • a7d5a272ec These changes add basic support for a autoconf/automake based build system. Theodore A. Roth 2003-02-14 20:34:03 +0000
  • c5d9b556ea Fix typos. Fix error messages. bdean 2003-02-14 04:09:50 +0000
  • 3e50ea8b45 Fix typos. Fix error messages. Brian S. Dean 2003-02-14 04:09:50 +0000
  • db19374c03 Fix typos. Fix error messages. Brian S. Dean 2003-02-14 04:09:50 +0000
  • dca2176204 Split 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
  • 46233d2241 Split 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
  • d65db4b581 Split 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
  • a6f8bc8e20 New file. troth 2003-02-12 17:58:04 +0000
  • 56cf90a2d2 New file. Theodore A. Roth 2003-02-12 17:58:04 +0000
  • 03427b2d87 New file. Theodore A. Roth 2003-02-12 17:58:04 +0000
  • 0d58d31f3a Remove need for inttypes.h. troth 2003-02-12 17:47:47 +0000
  • a600a97c2e Remove need for inttypes.h. Theodore A. Roth 2003-02-12 17:47:47 +0000
  • 75f86c0eae Remove need for inttypes.h. Theodore A. Roth 2003-02-12 17:47:47 +0000
  • 0ac9932d83 Define YY_NO_UNPUT to quell a compiler warning. troth 2003-02-12 17:46:24 +0000
  • da15fd9ba7 Define YY_NO_UNPUT to quell a compiler warning. Theodore A. Roth 2003-02-12 17:46:24 +0000
  • 6060499dcb Define YY_NO_UNPUT to quell a compiler warning. Theodore A. Roth 2003-02-12 17:46:24 +0000
  • d098cce80a Remove YACC assignment. Add '-b y' options to YACC invocation. Remove leading '-' from 'include .depend'. troth 2003-02-12 17:24:43 +0000
  • 26b789202e Remove YACC assignment. Add '-b y' options to YACC invocation. Remove leading '-' from 'include .depend'. Theodore A. Roth 2003-02-12 17:24:43 +0000
  • cad73bb6a0 Remove YACC assignment. Add '-b y' options to YACC invocation. Remove leading '-' from 'include .depend'. Theodore A. Roth 2003-02-12 17:24:43 +0000
  • 546e18c753 Declare the internally used static functions on top, to get rid of the compiler warnings. joerg_wunsch 2003-02-12 09:08:10 +0000
  • 474f222a27 Declare the internally used static functions on top, to get rid of the compiler warnings. Joerg Wunsch 2003-02-12 09:08:10 +0000
  • 8e5d9c465f Declare 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
  • 6e82f6ee9c Fix some implicit declaration warnings. joerg_wunsch 2003-02-11 21:58:07 +0000
  • 15431a8210 Fix some implicit declaration warnings. Joerg Wunsch 2003-02-11 21:58:07 +0000
  • e263727fb4 Fix some implicit declaration warnings. Joerg Wunsch 2003-02-11 21:58:07 +0000
  • 1201b3321b Move 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
  • 2cd7ea076c Move 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
  • 4eb4b7c115 Move 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
  • e018acd263 Generate dependencies specific to the target system. Explicitly use byacc. troth 2003-02-11 21:01:02 +0000
  • 9b27e95977 Generate dependencies specific to the target system. Explicitly use byacc. Theodore A. Roth 2003-02-11 21:01:02 +0000
  • a1ba67732c Generate dependencies specific to the target system. Explicitly use byacc. Theodore A. Roth 2003-02-11 21:01:02 +0000
  • 0a043de4ba Remove reference to avr-gcc in depend rule (cut & paste error). troth 2003-02-11 19:03:03 +0000
  • 837c512293 Remove reference to avr-gcc in depend rule (cut & paste error). Theodore A. Roth 2003-02-11 19:03:03 +0000
  • 499a6757e6 Remove reference to avr-gcc in depend rule (cut & paste error). Theodore A. Roth 2003-02-11 19:03:03 +0000
  • 72453cd1f2 Test 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
  • d034b5a51b Test 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
  • 7c8e1ae69f Test 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
  • 218aa808d2 The last part of that last commit message should read: bsd 2003-02-08 04:20:39 +0000
  • 9fe84d4ad3 The last part of that last commit message should read: Brian S. Dean 2003-02-08 04:20:39 +0000
  • aa4521eb51 The last part of that last commit message should read: Brian S. Dean 2003-02-08 04:20:39 +0000
  • 2c651eb7bf Makefile: include a target to automatically generate the dependency list. bsd 2003-02-08 04:17:25 +0000
  • ee8bf2d5fc Makefile: include a target to automatically generate the dependency list. Brian S. Dean 2003-02-08 04:17:25 +0000
  • 4fef102d87 Makefile: include a target to automatically generate the dependency list. Brian S. Dean 2003-02-08 04:17:25 +0000
  • 4cfc877c63 Update license to GPL, permission by Joerg Wunsch. bsd 2003-02-06 22:11:20 +0000
  • 571abe6351 Update license to GPL, permission by Joerg Wunsch. Brian S. Dean 2003-02-06 22:11:20 +0000
  • f4dcdc83c5 Update license to GPL, permission by Joerg Wunsch. Brian S. Dean 2003-02-06 22:11:20 +0000
  • 0982a48111 Add GPL. bsd 2003-02-06 20:02:33 +0000
  • 9f9f8c955a Add GPL. Brian S. Dean 2003-02-06 20:02:33 +0000
  • 7eebe26271 Add GPL. Brian S. Dean 2003-02-06 20:02:33 +0000
  • 54e7ce88d3 Add GPL to the Makefile and config_gram.y. bsd 2003-02-06 19:54:46 +0000
  • c799b77b46 Add GPL to the Makefile and config_gram.y. Brian S. Dean 2003-02-06 19:54:46 +0000
  • 43a8b50010 Add GPL to the Makefile and config_gram.y. Brian S. Dean 2003-02-06 19:54:46 +0000
  • 8a0ef7ebf9 Add 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
  • 0de1cc957c Add 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
  • 9af653d2cc Add 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
  • b7c08f5901 Re-license using the GNU GPL. Thanks to Ted Roth for the patch. bsd 2003-02-06 19:08:33 +0000
  • 08e8c6e8ee Re-license using the GNU GPL. Thanks to Ted Roth for the patch. Brian S. Dean 2003-02-06 19:08:33 +0000
  • 46317badc6 Re-license using the GNU GPL. Thanks to Ted Roth for the patch. Brian S. Dean 2003-02-06 19:08:33 +0000
  • f983234f46 Get 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
  • 1e0c4f8756 Get 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
  • 3ea96d00e8 Get 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
  • c1bcfe53a7 Change the name from AVRPROG to AVRDUDE. bsd 2003-02-06 05:13:32 +0000
  • 17427c0645 Change the name from AVRPROG to AVRDUDE. Brian S. Dean 2003-02-06 05:13:32 +0000
  • ede0fe31f4 Change the name from AVRPROG to AVRDUDE. Brian S. Dean 2003-02-06 05:13:32 +0000
  • 4339967b19 minor cleanup bsd 2002-12-12 03:59:28 +0000
  • 94ff57fbe4 minor cleanup Brian S. Dean 2002-12-12 03:59:28 +0000
  • bf1859ae1a minor cleanup Brian S. Dean 2002-12-12 03:59:28 +0000
  • 354cd80b4a If the stk500 is being used, default to using the first serial port. bsd 2002-12-07 15:16:24 +0000
  • 2a36b78f1b If the stk500 is being used, default to using the first serial port. Brian S. Dean 2002-12-07 15:16:24 +0000
  • df4576d14d If the stk500 is being used, default to using the first serial port. Brian S. Dean 2002-12-07 15:16:24 +0000
  • 3bc132470d Mention STK500 support. bsd 2002-12-03 03:54:32 +0000
  • 3e44abacfd Mention STK500 support. Brian S. Dean 2002-12-03 03:54:32 +0000
  • 9443e6d12d Mention STK500 support. Brian S. Dean 2002-12-03 03:54:32 +0000
  • 9bb4ed7d28 Remove unused code. bsd 2002-12-01 20:10:12 +0000
  • 9b3fc75405 Remove unused code. Brian S. Dean 2002-12-01 20:10:12 +0000
  • 145d2cbcee Remove unused code. Brian S. Dean 2002-12-01 20:10:12 +0000
  • 992ffd6758 Document changes since the previous version in the CHANGELOG. bsd 2002-12-01 20:09:38 +0000
  • c295d0a113 Document changes since the previous version in the CHANGELOG. Brian S. Dean 2002-12-01 20:09:38 +0000
  • 1b680ed11d Document changes since the previous version in the CHANGELOG. Brian S. Dean 2002-12-01 20:09:38 +0000
  • b2c1b19017 Fix cut and paste braino. bsd 2002-12-01 15:10:23 +0000
  • 2c24e0bdbe Fix cut and paste braino. Brian S. Dean 2002-12-01 15:10:23 +0000
  • a66b6785b3 Fix cut and paste braino. Brian S. Dean 2002-12-01 15:10:23 +0000
  • e722fbc587 The 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
  • 5a8ebeb1ce The 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
  • 94f22b15ee The 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
  • b3cc1535b6 Optimize 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
  • d36b48d92b Optimize 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
  • 8368f8317b Optimize 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
  • da6e6490a4 Add basic support for STK500. bsd 2002-12-01 04:30:01 +0000