App-AVR-Fuses
view release on metacpan or search on metacpan
bin/avr-fuses view on Meta::CPAN
This program interprets the contents of definition files ("ATDF files")
provided by Microchip (formerly Atmel) that describe the configuration fuses
of AVR microcontrollers.
Individual fuses may be named on the commandline, each giving a value in the
form C<NAME=VALUE>. These will be applied on top of the default values for the
chosen part.
The program ends by printing new values for the fuse configuration registers,
in a form suitable to paste directly into an F<avrdude> commandline. This may
be useful in a shell fragment, such as
$ avrdude -c avrisp -p m328 $(avr-fuses -p m328 CKDIV8=1)
=head1 OPTIONS
=head2 -h, --help
Displays a summary of the commandline and options
=head2 -v, --verbose
( run in 1.502 second using v1.01-cache-2.11-cpan-364913b4093 )