The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

avr-updi-read-fuses - read fuse values from an AVR microcontroller over UPDI (deprecated)

SYNOPSIS

   $ avr-updi read-fuses -p t814
   WDTCFG    : 00
   BODCFG    : 00
   OSCCFG    : 02
   TCD0CFG   : 00
   SYSCFG0   : F6
   SYSCFG1   : 07
   APPEND    : 00
   BOOTEND   : 00

DESCRIPTION

This program is deprecated. See the read-fuses subcommand of avr-updi instead.