Skip to content

Instantly share code, notes, and snippets.

@baldowl
Created June 9, 2012 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baldowl/2900406 to your computer and use it in GitHub Desktop.
Save baldowl/2900406 to your computer and use it in GitHub Desktop.
My First Standalone ATmega328p
# Clone of "Arduino UNO", without bootloader
unowithoutbl.name=Arduino Uno (w/o bootloader)
unowithoutbl.upload.maximum_size=32768
unowithoutbl.bootloader.low_fuses=0xff
unowithoutbl.bootloader.high_fuses=0xdf
unowithoutbl.bootloader.extended_fuses=0x05
unowithoutbl.bootloader.unlock_bits=0x3F
unowithoutbl.bootloader.lock_bits=0x0F
unowithoutbl.build.mcu=atmega328p
unowithoutbl.build.f_cpu=16000000L
unowithoutbl.build.core=arduino:arduino
unowithoutbl.build.variant=arduino:standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment