Last active
December 16, 2018 02:00
-
-
Save rkennesson/9dafb00dbcefc43aca529d67a053fe74 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
############################################################## | |
atmega328bb.name=ATmega328 on a breadboard (8 MHz internal clock) | |
atmega328bb.upload.protocol=arduino | |
atmega328bb.upload.tool=arduino:avrdude | |
atmega328bb.upload.maximum_size=30720 | |
atmega328bb.upload.speed=57600 | |
atmega328bb.bootloader.low_fuses=0xE2 | |
atmega328bb.bootloader.high_fuses=0xDA | |
atmega328bb.bootloader.extended_fuses=0x05 | |
atmega328bb.bootloader.file=atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex | |
atmega328bb.bootloader.tool=arduino:avrdude | |
atmega328bb.bootloader.unlock_bits=0x3F | |
atmega328bb.bootloader.lock_bits=0x0F | |
atmega328bb.build.mcu=atmega328p | |
atmega328bb.build.f_cpu=8000000L | |
atmega328bb.build.core=arduino:arduino | |
atmega328bb.build.variant=arduino:standard |
This file contains hidden or 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
https://github.com/arduino/ArduinoCore-avr/blob/master/bootloaders/atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex | |
https://github.com/MCUdude/MiniCore | |
https://github.com/MCUdude/MiniCore/blob/master/avr/bootloaders/optiboot_flash/atmega328p/8000000L/optiboot_flash_atmega328p_UART0_1000000_8000000L.hex | |
https://www.instructables.com/id/How-to-change-fuse-bits-of-AVR-Atmega328p-8bit-mic/ |
This file contains hidden or 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
############################################################## | |
atmega328bb.name=ATmega328 on a breadboard (8 MHz internal clock) | |
atmega328bb.upload.tool=arduino:avrdude | |
atmega328bb.upload.protocol=arduino | |
atmega328bb.upload.maximum_size=30720 | |
atmega328bb.upload.speed=57600 | |
atmega328bb.bootloader.low_fuses=0xE2 | |
atmega328bb.bootloader.high_fuses=0xDA | |
atmega328bb.bootloader.extended_fuses=0x05 | |
#atmega328bb.bootloader.path=arduino:atmega | |
atmega328bb.bootloader.file=atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex | |
atmega328bb.bootloader.unlock_bits=0x3F | |
atmega328bb.bootloader.lock_bits=0x0F | |
atmega328bb.bootloader.tool=arduino:avrdude | |
atmega328bb.build.mcu=atmega328p | |
atmega328bb.build.f_cpu=8000000L | |
atmega328bb.build.core=arduino:arduino | |
atmega328bb.build.variant=arduino:standard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment