66a5f13b2cavrdude.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
29310a6f20Improve 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
90db0f17c6Improve 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
2d30c6588bImprove 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
f3c545ffc3Make "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
8bf2adbed2Make "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
a4f79a194aMake "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
88da9ed79eChange 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
0b1110f360Change 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
2e7ce68927Change 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
2b42f59641Add Brian's ChangeLog entry for the warning cleanup.
joerg_wunsch
2005-08-30 04:47:23 +0000
927b79c489Add Brian's ChangeLog entry for the warning cleanup.
Joerg Wunsch
2005-08-30 04:47:23 +0000
cfe306e66dAdd Brian's ChangeLog entry for the warning cleanup.
Joerg Wunsch
2005-08-30 04:47:23 +0000
0f725dd0b0Consitently use unsigned char for buffers to avoid warnings.
joerg_wunsch
2005-08-30 04:44:29 +0000
940c7ca1acConsitently use unsigned char for buffers to avoid warnings.
Joerg Wunsch
2005-08-30 04:44:29 +0000
6d420f9a61Consitently use unsigned char for buffers to avoid warnings.
Joerg Wunsch
2005-08-30 04:44:29 +0000
20f3be439cEliminate 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
e623fea507Eliminate 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
5b6506ff17Eliminate 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
89e890aacdThis is patch # 4338, obsoletes patch #4327, provides fixes for bugs #13693, #13871, and #14212.
bdean
2005-08-28 22:23:35 +0000
935548add3This is patch # 4338, obsoletes patch #4327, provides fixes for bugs #13693, #13871, and #14212.
Brian S. Dean
2005-08-28 22:23:35 +0000
b7810ccb40This is patch # 4338, obsoletes patch #4327, provides fixes for bugs #13693, #13871, and #14212.
Brian S. Dean
2005-08-28 22:23:35 +0000
4bd79b2880Add 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
8261a6acd7Add 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
7a68b92089Add 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
a43322176dFix the EEPROM sizes for the ATmega329x/649x devices. I somehow got them twice initially.
joerg_wunsch
2005-08-17 19:40:21 +0000
b93ae0b36eFix the EEPROM sizes for the ATmega329x/649x devices. I somehow got them twice initially.
Joerg Wunsch
2005-08-17 19:40:21 +0000
d89d05867dFix the EEPROM sizes for the ATmega329x/649x devices. I somehow got them twice initially.
Joerg Wunsch
2005-08-17 19:40:21 +0000
82854b3ec2Add 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
254ad2c419Add 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
37e8d60512Add 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
eed121e91fExtend the butterfly code to fully support AVR109 boot loaders. Notable changes to butterfly.c include:
joerg_wunsch
2005-07-28 16:06:35 +0000
975d7b786aExtend the butterfly code to fully support AVR109 boot loaders. Notable changes to butterfly.c include:
Joerg Wunsch
2005-07-28 16:06:35 +0000
c047f5ce52Extend the butterfly code to fully support AVR109 boot loaders. Notable changes to butterfly.c include:
Joerg Wunsch
2005-07-28 16:06:35 +0000
6773b66a8dNote my last few changes.
bdean
2005-07-26 05:04:12 +0000
f642e10588Note my last few changes.
Brian S. Dean
2005-07-26 05:04:12 +0000
36bc2d37dfNote my last few changes.
Brian S. Dean
2005-07-26 05:04:12 +0000
ce1835ded4Remove some debug code accidentally left in.
bdean
2005-07-26 04:59:50 +0000
98146769f3Remove some debug code accidentally left in.
Brian S. Dean
2005-07-26 04:59:50 +0000
434ee1d708Remove some debug code accidentally left in.
Brian S. Dean
2005-07-26 04:59:50 +0000
c844bd1236Don'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
43439bcc7aDon'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
12b9d0a8d7Don'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
301eaff2d6The 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
1fc5484234The 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
7a27c1840cThe 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
4c60d60f86On 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
258eb700d7On 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
749c20d5d1On 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
aa61cc4b61Change 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
556eb032efChange 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
21b946baa5Change 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
888273589dRemove 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
899ef71424Remove 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
069e3d4a2bRemove 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
2d236ed812Implement and document a libusb-based USB transport for the JTAG ICE mkII.
joerg_wunsch
2005-06-19 21:38:03 +0000
f5882fc781Implement and document a libusb-based USB transport for the JTAG ICE mkII.
Joerg Wunsch
2005-06-19 21:38:03 +0000
4d9e862ef0Implement and document a libusb-based USB transport for the JTAG ICE mkII.
Joerg Wunsch
2005-06-19 21:38:03 +0000
efc820b82dAccording to the part description XML file, set AllowFullPageBitStream for the AT90CAN128 to "no".
joerg_wunsch
2005-06-15 04:46:12 +0000
fcd9cf2e09According to the part description XML file, set AllowFullPageBitStream for the AT90CAN128 to "no".
Joerg Wunsch
2005-06-15 04:46:12 +0000
7dea3d5801According to the part description XML file, set AllowFullPageBitStream for the AT90CAN128 to "no".
Joerg Wunsch
2005-06-15 04:46:12 +0000
9049b590bdAdd "efuse" sections to the ATmega164/324/644 definitions.
joerg_wunsch
2005-06-14 21:44:34 +0000
8a91d9afecAdd "efuse" sections to the ATmega164/324/644 definitions.
Joerg Wunsch
2005-06-14 21:44:34 +0000
f6b3053f39Add "efuse" sections to the ATmega164/324/644 definitions.
Joerg Wunsch
2005-06-14 21:44:34 +0000
57c42005c6Add support for the ATmega164/324/644.
joerg_wunsch
2005-06-14 20:18:42 +0000
b35ab14409Add support for the ATmega164/324/644.
Joerg Wunsch
2005-06-14 20:18:42 +0000
f83a8bb29dAdd support for the ATmega164/324/644.
Joerg Wunsch
2005-06-14 20:18:42 +0000
2bf1b6b9f4Fix broken page/intrapage address bit assignments for the ATmega649x.
joerg_wunsch
2005-06-13 21:24:06 +0000
d16ca35686Fix broken page/intrapage address bit assignments for the ATmega649x.
Joerg Wunsch
2005-06-13 21:24:06 +0000
615054330bFix broken page/intrapage address bit assignments for the ATmega649x.
Joerg Wunsch
2005-06-13 21:24:06 +0000
ce34239c67Add 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
79994f82b7Add 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
e889417afbAdd 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
09d754b9fdFix 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
2be5a10ed8Fix 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
949a24ec44Fix 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
3b22cb93c0Document 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
e7df01c555Document 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
c51374cfe2Document 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
9f765f7456Update version after tagging the beta release.
bdean
2005-05-14 15:53:00 +0000
2578ff829aUpdate version after tagging the beta release.
Brian S. Dean
2005-05-14 15:53:00 +0000
8387b93696Update version after tagging the beta release.
Brian S. Dean
2005-05-14 15:53:00 +0000
2beb8a519eCatch up on my updates.
bdean
2005-05-14 15:22:31 +0000
6e8b78ecccCatch up on my updates.
Brian S. Dean
2005-05-14 15:22:31 +0000
143ee7d79dCatch up on my updates.
Brian S. Dean
2005-05-14 15:22:31 +0000
c37cefab01Update version and copyright message.
bdean
2005-05-14 14:56:00 +0000
33da1ebf09Update version and copyright message.
Brian S. Dean
2005-05-14 14:56:00 +0000
3e222a978aUpdate version and copyright message.
Brian S. Dean
2005-05-14 14:56:00 +0000
e457898255Change the default port to 'serial' for the newly added serial programmers stk500v2 and jtagmkii.
bdean
2005-05-14 14:49:39 +0000
d1e25a6921Change the default port to 'serial' for the newly added serial programmers stk500v2 and jtagmkii.
Brian S. Dean
2005-05-14 14:49:39 +0000
e7ee18fa4bChange the default port to 'serial' for the newly added serial programmers stk500v2 and jtagmkii.
Brian S. Dean
2005-05-14 14:49:39 +0000