https://github.com/ho-ro/avrfuse
AVR fuse calculating tool for classical ATmega and ATtiny devices.
https://github.com/ho-ro/avrfuse
atmega attiny avr avr-fuse
Last synced: 4 months ago
JSON representation
AVR fuse calculating tool for classical ATmega and ATtiny devices.
- Host: GitHub
- URL: https://github.com/ho-ro/avrfuse
- Owner: Ho-Ro
- License: other
- Created: 2024-01-29T08:34:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T10:57:56.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:15:58.963Z (over 1 year ago)
- Topics: atmega, attiny, avr, avr-fuse
- Language: HTML
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# avrfuse
Fuse calculating tool forked from [Arne's project](https://elektronik-kompendium.de/public/arnerossius/programme/web/avrfuse/avrfuse.html).
```
AVR Fuse Calculator, (C) Arne Rossius, http://www.ebps.de.vu/
This work is released under the terms of the GNU General Public License, version 3.
```
## Usage
Open `avrfuse.html` with your browser, select a device from the list on the left side and set the fuses according to your need.
The resulting [avrdude](https://github.com/avrdudes/avrdude) fuse options are displayed in the bottom line.
## Changes
I have been using this tool for a long time and have made some small changes:
- Added ATmega328, ATmega640/1280/2560
- Split ATmega48/88/168 -> ATmega48 and ATmega88/168
- Naming of the components changed
- Bit order is the same as in the datasheets for most devices
- Show avrdude fuse options