Skip to content

A simple, graphical AVR fuse editor front end for avrdude

License

Notifications You must be signed in to change notification settings

felias-fogg/AVRFuses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVRFuses

A simple, graphical AVR fuse editor front end for avrdude

More information available at http://vonnieda.org/software/avrfuses

Pull requests welcome!

Compiling

Just load AVRFuses.xcodeproj up in XCode and hit Go.

BuildCache

AVRFuses uses a file called AVRFuses.parts for it's part data. The file is generated with the included BuildCache program by reading the devices data in AVR Studio.

BuildCache is written in C# and works under Mono.

To compile:

> cd BuildCache/
> mcs BuildCache.cs
> mono BuildCache.exe
BuildCache.exe <path to AVR Studio devices directory> <path to AVRFuses.parts output file>

About

A simple, graphical AVR fuse editor front end for avrdude

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 89.4%
  • C# 4.8%
  • Rich Text Format 3.6%
  • Python 1.9%
  • Ruby 0.3%