Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Tugzrida
Created September 22, 2019 10:53
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 Tugzrida/ea7bb0c8ac59129d811fef1f675aeb4c to your computer and use it in GitHub Desktop.
Save Tugzrida/ea7bb0c8ac59129d811fef1f675aeb4c to your computer and use it in GitHub Desktop.
boards.txt definition for SparkFun Microview in new Arduino IDE
uview.upload.tool=avrdude
uview.bootloader.tool=avrdude
uview.name=MicroView
uview.upload.protocol=arduino
uview.upload.maximum_size=32256
uview.upload.speed=115200
uview.bootloader.low_fuses=0xff
uview.bootloader.high_fuses=0xde
uview.bootloader.extended_fuses=0x05
uview.bootloader.file=optiboot/optiboot_atmega328.hex
uview.bootloader.unlock_bits=0x3F
uview.bootloader.lock_bits=0x0F
uview.build.mcu=atmega328p
uview.build.f_cpu=16000000L
uview.build.board=AVR_UVIEW
uview.build.core=arduino
uview.build.variant=standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment