Skip to content

Instantly share code, notes, and snippets.

@Neurogami
Created March 28, 2014 23:10
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 Neurogami/9844882 to your computer and use it in GitHub Desktop.
Save Neurogami/9844882 to your computer and use it in GitHub Desktop.
# Add this as a board item to the "boards.txt" file for arcore
flora.name=Adafruit Flora (arcore)
flora.upload.protocol=avr109
flora.upload.maximum_size=28672
flora.upload.speed=57600
flora.upload.tool=avrdude
flora.upload.disable_flushing=true
flora.bootloader.low_fuses=0xff
flora.bootloader.high_fuses=0xd8
flora.bootloader.extended_fuses=0xcb
flora.bootloader.path=caterina
flora.bootloader.file=Caterina-Flora.hex
flora.bootloader.unlock_bits=0x3F
flora.bootloader.lock_bits=0x2F
flora.bootloader.tool=avrdude
flora.build.mcu=atmega32u4
flora.build.f_cpu=8000000L
flora.build.vid=0x239A
flora.build.pid=0x8004
flora.build.core=arcore
flora.build.variant=arduino:flora
flora.build.extra_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid}
flora..build.extra_flags={build.usb_flags}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment