AVR Downloader/UploaDEr - Patches: patch #8130, Start programming/verifying...
You are not allowed to post comments on this tracker with your current authentication level.
patch #8130: Start programming/verifying address for usbasp programmer
Submitter: | Kostya V. Ivanov <warmcat> | ||
Submitted: | Fri 26 Jul 2013 01:49:10 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | Need Info | Privacy: | Public |
Assigned to: | joerg_wunsch | Open/Closed: | Open |
Mon 02 Sep 2013 09:15:50 PM UTC, comment #2: |
Joerg Wunsch <joerg_wunsch>![]() ![]() |
Fri 26 Jul 2013 02:05:01 PM UTC, comment #1: Sorry! Previous patch file is not clean... |
Kostya V. Ivanov <warmcat> |
Fri 26 Jul 2013 01:49:10 PM UTC, original submission:
This patch add global support for start address of programming/verifying regions and usage of this feature for usbasp programmer. |
Kostya V. Ivanov <warmcat> |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2013-09-02 | joerg_wunsch | Status | None | ![]() |
Need Info |
Assigned to | None | ![]() |
joerg_wunsch | ||
2013-07-26 | warmcat | Attached File | - | ![]() |
Added avrdude_start_address.patch, #28662 |
2013-07-26 | warmcat | Attached File | - | ![]() |
Added avrdude_start_address.patch, #28661 |
Despite some minor things I don't agree (like initializing
an unsigned int to 0xffffffff, rather than UINT_MAX), I'm
not quite sure how this is actually meant to work.
I'm afraid the more general feature that has been added some
time ago where AVRDUDE tracks all the initialized data from
input files would have made this patch obsolete.
Do you agree with this?