avrdudes / avarice

AVaRICE is a program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target.
GNU General Public License v2.0
38 stars 12 forks source link

[bug #21] Deprecated feature used as example of Avarice use #21

Closed avrs-admin closed 2 years ago

avrs-admin commented 2 years ago

bradachj 2015-10-16 17:10:40.413000

Very minor cleanup: Programming via Avarice is depreciated and the option has been removed from the usage text on the command line. However, the example given of how to start avarice is:

e.g. avarice --erase --program --file test.bin --jtag /dev/ttyS0 :4242

Which when used an example will cause Avarice to spit out:

AVaRICE has not been configured for target programming through the --program option. Target programming in AVaRICE is a deprecated feature; use AVRDUDE instead.

avarice_bug21.patch

This issue was migrated from https://sourceforge.net/p/avarice/bugs/21/

avrs-admin commented 2 years ago

bradachj 2015-10-16 17:15:17.526000

Wait... I have the source code, attached is a patch. It changed the help text so it now reads:

Example usage: ./avarice --jtag /dev/ttyS0 :4242 ./avarice --dragon :4242

Basically dropping the programming part and adding a second example using the Dragon.

avrs-admin commented 2 years ago

joerg_wunsch 2020-08-31 22:33:04.161000

avrs-admin commented 2 years ago

joerg_wunsch 2020-08-31 22:33:04.695000

Applied in r383, thanks!