Commit Graph

  • 66a5f13b2c avrdude.1: document the memtypes for -U doc/avrdude.texi: (Ditto.) Closes bug #13501: <memtype> should be listed in the man page Joerg Wunsch 2005-09-16 20:38:29 +0000
  • 8ae17ae42a * doc/Makefile.am: add logic to detect the misf^H^H^H^H gratitous API change in recent versions of texi2html where the output directory has changed names. Fix for: bug #13026: The build fails with texi2html 1.76 bug #12715: make issues during install patch #3091: commandline fix for latest version of texi2html joerg_wunsch 2005-09-16 20:18:37 +0000
  • d7ca31a76e * doc/Makefile.am: add logic to detect the misf^H^H^H^H gratitous API change in recent versions of texi2html where the output directory has changed names. Fix for: bug #13026: The build fails with texi2html 1.76 bug #12715: make issues during install patch #3091: commandline fix for latest version of texi2html Joerg Wunsch 2005-09-16 20:18:37 +0000
  • f6c2213871 * doc/Makefile.am: add logic to detect the misf^H^H^H^H gratitous API change in recent versions of texi2html where the output directory has changed names. Fix for: bug #13026: The build fails with texi2html 1.76 bug #12715: make issues during install patch #3091: commandline fix for latest version of texi2html Joerg Wunsch 2005-09-16 20:18:37 +0000
  • cc09dd7878 * jtagmkII.c (jtagmkII_paged_load): return the number of bytes read. This makes EEPROM block reads work again. joerg_wunsch 2005-09-16 15:52:28 +0000
  • 3b15170bfd * jtagmkII.c (jtagmkII_paged_load): return the number of bytes read. This makes EEPROM block reads work again. Joerg Wunsch 2005-09-16 15:52:28 +0000
  • dccd12548d * jtagmkII.c (jtagmkII_paged_load): return the number of bytes read. This makes EEPROM block reads work again. Joerg Wunsch 2005-09-16 15:52:28 +0000
  • cf046b8f9d * usb_libusb.c (usbdev_drain): actually implement draining to aid synchronizing against a JTAG ICE in weird state. joerg_wunsch 2005-09-16 15:01:52 +0000
  • 0519f51b5d * usb_libusb.c (usbdev_drain): actually implement draining to aid synchronizing against a JTAG ICE in weird state. Joerg Wunsch 2005-09-16 15:01:52 +0000
  • 59e0241a40 * usb_libusb.c (usbdev_drain): actually implement draining to aid synchronizing against a JTAG ICE in weird state. Joerg Wunsch 2005-09-16 15:01:52 +0000
  • 29310a6f20 Improve the initializion sequence of the butterfly so it is more likely to synchronize with the device. joerg_wunsch 2005-09-16 14:54:55 +0000
  • 90db0f17c6 Improve the initializion sequence of the butterfly so it is more likely to synchronize with the device. Joerg Wunsch 2005-09-16 14:54:55 +0000
  • 2d30c6588b Improve the initializion sequence of the butterfly so it is more likely to synchronize with the device. Joerg Wunsch 2005-09-16 14:54:55 +0000
  • f3c545ffc3 Make "jtag2" an alias for "jtag2fast", people will certainly love it that way. ;-) For those who want the 19200 Bd one, add "jtag2slow". joerg_wunsch 2005-09-14 19:49:27 +0000
  • 8bf2adbed2 Make "jtag2" an alias for "jtag2fast", people will certainly love it that way. ;-) For those who want the 19200 Bd one, add "jtag2slow". Joerg Wunsch 2005-09-14 19:49:27 +0000
  • a4f79a194a Make "jtag2" an alias for "jtag2fast", people will certainly love it that way. ;-) For those who want the 19200 Bd one, add "jtag2slow". Joerg Wunsch 2005-09-14 19:49:27 +0000
  • 88da9ed79e Change bit 0 of the ATmega169 efuse 'write' opcode from 'x' (ignore) to 'i' (input). Even though this bit should be ignored, it should not be changed. The 'x' setting sets the bit to zero which programs it and could cause undefined behaviour. Setting to 'i' enables it to be rewritten to its old value. bdean 2005-09-14 02:11:49 +0000
  • 0b1110f360 Change bit 0 of the ATmega169 efuse 'write' opcode from 'x' (ignore) to 'i' (input). Even though this bit should be ignored, it should not be changed. The 'x' setting sets the bit to zero which programs it and could cause undefined behaviour. Setting to 'i' enables it to be rewritten to its old value. Brian S. Dean 2005-09-14 02:11:49 +0000
  • 2e7ce68927 Change bit 0 of the ATmega169 efuse 'write' opcode from 'x' (ignore) to 'i' (input). Even though this bit should be ignored, it should not be changed. The 'x' setting sets the bit to zero which programs it and could cause undefined behaviour. Setting to 'i' enables it to be rewritten to its old value. Brian S. Dean 2005-09-14 02:11:49 +0000
  • 2b42f59641 Add Brian's ChangeLog entry for the warning cleanup. joerg_wunsch 2005-08-30 04:47:23 +0000
  • 927b79c489 Add Brian's ChangeLog entry for the warning cleanup. Joerg Wunsch 2005-08-30 04:47:23 +0000
  • cfe306e66d Add Brian's ChangeLog entry for the warning cleanup. Joerg Wunsch 2005-08-30 04:47:23 +0000
  • 0f725dd0b0 Consitently use unsigned char for buffers to avoid warnings. joerg_wunsch 2005-08-30 04:44:29 +0000
  • 940c7ca1ac Consitently use unsigned char for buffers to avoid warnings. Joerg Wunsch 2005-08-30 04:44:29 +0000
  • 6d420f9a61 Consitently use unsigned char for buffers to avoid warnings. Joerg Wunsch 2005-08-30 04:44:29 +0000
  • 20f3be439c Eliminate compiler warnings. GCC 4.x elicits many signedness warnings when passing unsigned char * when char * is in the prototype and vice versa. Clean these up along with a few others. bdean 2005-08-30 01:30:05 +0000
  • e623fea507 Eliminate compiler warnings. GCC 4.x elicits many signedness warnings when passing unsigned char * when char * is in the prototype and vice versa. Clean these up along with a few others. Brian S. Dean 2005-08-30 01:30:05 +0000
  • 5b6506ff17 Eliminate compiler warnings. GCC 4.x elicits many signedness warnings when passing unsigned char * when char * is in the prototype and vice versa. Clean these up along with a few others. Brian S. Dean 2005-08-30 01:30:05 +0000
  • 89e890aacd This is patch # 4338, obsoletes patch #4327, provides fixes for bugs #13693, #13871, and #14212. bdean 2005-08-28 22:23:35 +0000
  • 935548add3 This is patch # 4338, obsoletes patch #4327, provides fixes for bugs #13693, #13871, and #14212. Brian S. Dean 2005-08-28 22:23:35 +0000
  • b7810ccb40 This is patch # 4338, obsoletes patch #4327, provides fixes for bugs #13693, #13871, and #14212. Brian S. Dean 2005-08-28 22:23:35 +0000
  • 4bd79b2880 Add support for the ATtiny25/45/85. Note that only the ATtiny45 appears to have a complete XML description right now. joerg_wunsch 2005-08-28 19:37:59 +0000
  • 8261a6acd7 Add support for the ATtiny25/45/85. Note that only the ATtiny45 appears to have a complete XML description right now. Joerg Wunsch 2005-08-28 19:37:59 +0000
  • 7a68b92089 Add support for the ATtiny25/45/85. Note that only the ATtiny45 appears to have a complete XML description right now. Joerg Wunsch 2005-08-28 19:37:59 +0000
  • a43322176d Fix the EEPROM sizes for the ATmega329x/649x devices. I somehow got them twice initially. joerg_wunsch 2005-08-17 19:40:21 +0000
  • b93ae0b36e Fix the EEPROM sizes for the ATmega329x/649x devices. I somehow got them twice initially. Joerg Wunsch 2005-08-17 19:40:21 +0000
  • d89d05867d Fix the EEPROM sizes for the ATmega329x/649x devices. I somehow got them twice initially. Joerg Wunsch 2005-08-17 19:40:21 +0000
  • 82854b3ec2 Add support for the AT90PWM2/3. The XML files don't appear to list all the details right now, so some of the parameters are guessed. joerg_wunsch 2005-08-16 19:34:56 +0000
  • 254ad2c419 Add support for the AT90PWM2/3. The XML files don't appear to list all the details right now, so some of the parameters are guessed. Joerg Wunsch 2005-08-16 19:34:56 +0000
  • 37e8d60512 Add support for the AT90PWM2/3. The XML files don't appear to list all the details right now, so some of the parameters are guessed. Joerg Wunsch 2005-08-16 19:34:56 +0000
  • eed121e91f Extend the butterfly code to fully support AVR109 boot loaders. Notable changes to butterfly.c include: joerg_wunsch 2005-07-28 16:06:35 +0000
  • 975d7b786a Extend the butterfly code to fully support AVR109 boot loaders. Notable changes to butterfly.c include: Joerg Wunsch 2005-07-28 16:06:35 +0000
  • c047f5ce52 Extend the butterfly code to fully support AVR109 boot loaders. Notable changes to butterfly.c include: Joerg Wunsch 2005-07-28 16:06:35 +0000
  • 6773b66a8d Note my last few changes. bdean 2005-07-26 05:04:12 +0000
  • f642e10588 Note my last few changes. Brian S. Dean 2005-07-26 05:04:12 +0000
  • 36bc2d37df Note my last few changes. Brian S. Dean 2005-07-26 05:04:12 +0000
  • ce1835ded4 Remove some debug code accidentally left in. bdean 2005-07-26 04:59:50 +0000
  • 98146769f3 Remove some debug code accidentally left in. Brian S. Dean 2005-07-26 04:59:50 +0000
  • 434ee1d708 Remove some debug code accidentally left in. Brian S. Dean 2005-07-26 04:59:50 +0000
  • c844bd1236 Don't call exit() directly here - set the exit value and jump to the main_exit: label to ensure the programmer is released correctly. bdean 2005-07-26 04:13:34 +0000
  • 43439bcc7a Don't call exit() directly here - set the exit value and jump to the main_exit: label to ensure the programmer is released correctly. Brian S. Dean 2005-07-26 04:13:34 +0000
  • 12b9d0a8d7 Don't call exit() directly here - set the exit value and jump to the main_exit: label to ensure the programmer is released correctly. Brian S. Dean 2005-07-26 04:13:34 +0000
  • 301eaff2d6 The stk500v2_getsync() function was improperly checking for success, thus it was falsely reporting that it failed when it was actually working correctly. Fixed. bdean 2005-07-26 02:56:29 +0000
  • 1fc5484234 The stk500v2_getsync() function was improperly checking for success, thus it was falsely reporting that it failed when it was actually working correctly. Fixed. Brian S. Dean 2005-07-26 02:56:29 +0000
  • 7a27c1840c The stk500v2_getsync() function was improperly checking for success, thus it was falsely reporting that it failed when it was actually working correctly. Fixed. Brian S. Dean 2005-07-26 02:56:29 +0000
  • 4c60d60f86 On one of my systems (a not-too-current FreeBSD 5.x), libusb appears to have problems sending a control message (returns an "I/O error"). At least try to recover gracefully in the bening case where the user did not request a particular serial number, so we could continue anyway without knowing it. joerg_wunsch 2005-07-25 19:52:20 +0000
  • 258eb700d7 On one of my systems (a not-too-current FreeBSD 5.x), libusb appears to have problems sending a control message (returns an "I/O error"). At least try to recover gracefully in the bening case where the user did not request a particular serial number, so we could continue anyway without knowing it. Joerg Wunsch 2005-07-25 19:52:20 +0000
  • 749c20d5d1 On one of my systems (a not-too-current FreeBSD 5.x), libusb appears to have problems sending a control message (returns an "I/O error"). At least try to recover gracefully in the bening case where the user did not request a particular serial number, so we could continue anyway without knowing it. Joerg Wunsch 2005-07-25 19:52:20 +0000
  • aa61cc4b61 Change the check for libusb from using usb_open() to usb_get_string_simple() as the latter is only found in recent enough versions of libusb. That way, silently build without USB support unless a recent version is available. joerg_wunsch 2005-06-20 18:15:13 +0000
  • 556eb032ef Change the check for libusb from using usb_open() to usb_get_string_simple() as the latter is only found in recent enough versions of libusb. That way, silently build without USB support unless a recent version is available. Joerg Wunsch 2005-06-20 18:15:13 +0000
  • 21b946baa5 Change the check for libusb from using usb_open() to usb_get_string_simple() as the latter is only found in recent enough versions of libusb. That way, silently build without USB support unless a recent version is available. Joerg Wunsch 2005-06-20 18:15:13 +0000
  • 888273589d Remove the check for the root dev. The required functionality is only available in recent versions of libusb, and the check isn't really needed anyway (as the check for vendor and product ID will cover that as well). joerg_wunsch 2005-06-20 18:12:04 +0000
  • 899ef71424 Remove the check for the root dev. The required functionality is only available in recent versions of libusb, and the check isn't really needed anyway (as the check for vendor and product ID will cover that as well). Joerg Wunsch 2005-06-20 18:12:04 +0000
  • 069e3d4a2b Remove the check for the root dev. The required functionality is only available in recent versions of libusb, and the check isn't really needed anyway (as the check for vendor and product ID will cover that as well). Joerg Wunsch 2005-06-20 18:12:04 +0000
  • 2d236ed812 Implement and document a libusb-based USB transport for the JTAG ICE mkII. joerg_wunsch 2005-06-19 21:38:03 +0000
  • f5882fc781 Implement and document a libusb-based USB transport for the JTAG ICE mkII. Joerg Wunsch 2005-06-19 21:38:03 +0000
  • 4d9e862ef0 Implement and document a libusb-based USB transport for the JTAG ICE mkII. Joerg Wunsch 2005-06-19 21:38:03 +0000
  • efc820b82d According to the part description XML file, set AllowFullPageBitStream for the AT90CAN128 to "no". joerg_wunsch 2005-06-15 04:46:12 +0000
  • fcd9cf2e09 According to the part description XML file, set AllowFullPageBitStream for the AT90CAN128 to "no". Joerg Wunsch 2005-06-15 04:46:12 +0000
  • 7dea3d5801 According to the part description XML file, set AllowFullPageBitStream for the AT90CAN128 to "no". Joerg Wunsch 2005-06-15 04:46:12 +0000
  • 9049b590bd Add "efuse" sections to the ATmega164/324/644 definitions. joerg_wunsch 2005-06-14 21:44:34 +0000
  • 8a91d9afec Add "efuse" sections to the ATmega164/324/644 definitions. Joerg Wunsch 2005-06-14 21:44:34 +0000
  • f6b3053f39 Add "efuse" sections to the ATmega164/324/644 definitions. Joerg Wunsch 2005-06-14 21:44:34 +0000
  • 57c42005c6 Add support for the ATmega164/324/644. joerg_wunsch 2005-06-14 20:18:42 +0000
  • b35ab14409 Add support for the ATmega164/324/644. Joerg Wunsch 2005-06-14 20:18:42 +0000
  • f83a8bb29d Add support for the ATmega164/324/644. Joerg Wunsch 2005-06-14 20:18:42 +0000
  • 2bf1b6b9f4 Fix broken page/intrapage address bit assignments for the ATmega649x. joerg_wunsch 2005-06-13 21:24:06 +0000
  • d16ca35686 Fix broken page/intrapage address bit assignments for the ATmega649x. Joerg Wunsch 2005-06-13 21:24:06 +0000
  • 615054330b Fix broken page/intrapage address bit assignments for the ATmega649x. Joerg Wunsch 2005-06-13 21:24:06 +0000
  • ce34239c67 Add support for the ATmega329x/649x chips. Note that STK500v1 is not officially supported for this device. joerg_wunsch 2005-06-11 21:27:09 +0000
  • 79994f82b7 Add support for the ATmega329x/649x chips. Note that STK500v1 is not officially supported for this device. Joerg Wunsch 2005-06-11 21:27:09 +0000
  • e889417afb Add support for the ATmega329x/649x chips. Note that STK500v1 is not officially supported for this device. Joerg Wunsch 2005-06-11 21:27:09 +0000
  • 09d754b9fd Fix a signedness bug when shifting bits; this caused the length field of the packet to occasionally been misinterpreted as a negative number. joerg_wunsch 2005-05-27 12:15:28 +0000
  • 2be5a10ed8 Fix a signedness bug when shifting bits; this caused the length field of the packet to occasionally been misinterpreted as a negative number. Joerg Wunsch 2005-05-27 12:15:28 +0000
  • 949a24ec44 Fix a signedness bug when shifting bits; this caused the length field of the packet to occasionally been misinterpreted as a negative number. Joerg Wunsch 2005-05-27 12:15:28 +0000
  • 3b22cb93c0 Document that the JTAG ICE mkII code currently cannot write to flash one byte at a time. Also mention the bug tracker interface on savannah. joerg_wunsch 2005-05-19 04:49:46 +0000
  • e7df01c555 Document that the JTAG ICE mkII code currently cannot write to flash one byte at a time. Also mention the bug tracker interface on savannah. Joerg Wunsch 2005-05-19 04:49:46 +0000
  • c51374cfe2 Document that the JTAG ICE mkII code currently cannot write to flash one byte at a time. Also mention the bug tracker interface on savannah. Joerg Wunsch 2005-05-19 04:49:46 +0000
  • 9f765f7456 Update version after tagging the beta release. bdean 2005-05-14 15:53:00 +0000
  • 2578ff829a Update version after tagging the beta release. Brian S. Dean 2005-05-14 15:53:00 +0000
  • 8387b93696 Update version after tagging the beta release. Brian S. Dean 2005-05-14 15:53:00 +0000
  • 2beb8a519e Catch up on my updates. bdean 2005-05-14 15:22:31 +0000
  • 6e8b78eccc Catch up on my updates. Brian S. Dean 2005-05-14 15:22:31 +0000
  • 143ee7d79d Catch up on my updates. Brian S. Dean 2005-05-14 15:22:31 +0000
  • c37cefab01 Update version and copyright message. bdean 2005-05-14 14:56:00 +0000
  • 33da1ebf09 Update version and copyright message. Brian S. Dean 2005-05-14 14:56:00 +0000
  • 3e222a978a Update version and copyright message. Brian S. Dean 2005-05-14 14:56:00 +0000
  • e457898255 Change the default port to 'serial' for the newly added serial programmers stk500v2 and jtagmkii. bdean 2005-05-14 14:49:39 +0000
  • d1e25a6921 Change the default port to 'serial' for the newly added serial programmers stk500v2 and jtagmkii. Brian S. Dean 2005-05-14 14:49:39 +0000
  • e7ee18fa4b Change the default port to 'serial' for the newly added serial programmers stk500v2 and jtagmkii. Brian S. Dean 2005-05-14 14:49:39 +0000