Skip to content

Instantly share code, notes, and snippets.

@xspager
Created February 1, 2015 22:09
Show Gist options
  • Save xspager/29c83478f84ab4ed9bbd to your computer and use it in GitHub Desktop.
Save xspager/29c83478f84ab4ed9bbd to your computer and use it in GitHub Desktop.
Extra boards for "bareduinos" using the internal 8MHz oscillator and slow programmer.
##############################################################
atmega8_8MHz.name=Arduino NG or older w/ ATmega8 @8MHz
atmega8_8MHz.upload.protocol=arduino
atmega8_8MHz.upload.maximum_size=7168
atmega8_8MHz.upload.speed=9600
atmega8_8MHz.bootloader.low_fuses=0xe4
atmega8_8MHz.bootloader.high_fuses=0xc2
atmega8_8MHz.bootloader.path=atmega8_8MHz
atmega8_8MHz.bootloader.file=ATmegaBOOT.hex
atmega8_8MHz.bootloader.unlock_bits=0x3F
atmega8_8MHz.bootloader.lock_bits=0x0F
atmega8_8MHz.build.mcu=atmega8
atmega8_8MHz.build.f_cpu=8000000L
atmega8_8MHz.build.core=arduino
atmega8_8MHz.build.variant=standard
##############################################################
atmega328p.name=Arduino Duemilanove w/ ATmega328p @8MHz
atmega328p.upload.protocol=arduino
atmega328p.upload.maximum_size=30720
#atmega328p.upload.speed=57600
atmega328p.upload.speed=9600
atmega328p.bootloader.low_fuses=0xC2
atmega328p.bootloader.high_fuses=0xDA
atmega328p.bootloader.extended_fuses=0x06
atmega328p.bootloader.path=atmega
atmega328p.bootloader.file=ATmegaBOOT_168_atmega328.hex
atmega328p.bootloader.unlock_bits=0x3F
atmega328p.bootloader.lock_bits=0x0F
atmega328p.build.mcu=atmega328p
atmega328p.build.f_cpu=8000000L
atmega328p.build.core=arduino
atmega328p.build.variant=standard
##############################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment