Last active
December 25, 2021 01:00
-
-
Save brendan-w/127fbfcfe2572345b7ca54cd231dceee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################## | |
# Added by SparkFun electronics to support the BadgerStick | |
# Download bootloader from: https://cdn.sparkfun.com/assets/learn_tutorials/3/4/9/BadgerStick_Support_Files.zip | |
badger.name=BadgerStick (3.3V, 4 MHz) | |
badger.upload.tool=avrdude | |
badger.upload.protocol=arduino | |
badger.upload.maximum_size=30720 | |
badger.upload.speed=19200 | |
badger.bootloader.tool=avrdude | |
badger.bootloader.low_fuses=0xFD | |
badger.bootloader.high_fuses=0xDA | |
badger.bootloader.extended_fuses=0x06 | |
badger.bootloader.file=atmega/ATmegaBOOT_168_atmega328_pro_4MHz.hex | |
badger.bootloader.unlock_bits=0x3F | |
badger.bootloader.lock_bits=0x0F | |
badger.build.mcu=atmega328p | |
badger.build.f_cpu=4000000L | |
badger.build.core=arduino | |
badger.build.variant=standard | |
badger.build.board=AVR_BADGER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment