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
35 stars 11 forks source link

[feature-request #2] Programming fuses from .fuses section #76

Closed avrs-admin closed 2 years ago

avrs-admin commented 2 years ago

suudy 2009-08-21 21:10:21

Instead of only programming the fuses via the command line, it would be nice to have avarice read the .fuses section and program the fuses.

This issue was migrated from https://sourceforge.net/p/avarice/feature-requests/2/

avrs-admin commented 2 years ago

suudy 2009-08-21 22:50:21

I've uploaded a patch to support this feature. It also includes support for the .lock section.

avrs-admin commented 2 years ago

joerg_wunsch 2012-11-02 22:41:45

Sorry, I just deprecated the target programming support.

It depended on the rather bulky libbfd (and its prerequisites, like GNU libiberty, where it uses private, undocumented functions from), and I believe AVRDUDE is just much more versatile as a programming tool anyway. There's not much point in having to maintain two programming tools.

avrs-admin commented 2 years ago

joerg_wunsch 2012-11-02 22:41:45