Created
December 20, 2018 14:38
-
-
Save Idorobots/d04b599be1eec880b0d44325097d8fa5 to your computer and use it in GitHub Desktop.
"Hackduino" board configuration - an Arduino clone using a stock ATmega8.
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
hack.name=Hackduino | |
hack.vid.0=0x2341 | |
hack.pid.0=0x0043 | |
hack.vid.1=0x2341 | |
hack.pid.1=0x0001 | |
hack.vid.2=0x2A03 | |
hack.pid.2=0x0043 | |
hack.vid.3=0x2341 | |
hack.pid.3=0x0243 | |
hack.upload.tool=avrdude | |
hack.upload.protocol=arduino | |
hack.upload.maximum_size=8192 | |
hack.upload.maximum_data_size=1024 | |
hack.upload.speed=38400 | |
# These should be adjusted to 8MHz internal oscillator instead. | |
hack.bootloader.tool=avrdude | |
hack.bootloader.low_fuses=0xFF | |
hack.bootloader.high_fuses=0xDE | |
hack.bootloader.extended_fuses=0xFD | |
hack.bootloader.unlock_bits=0x3F | |
hack.bootloader.lock_bits=0x0F | |
hack.bootloader.file=atmega8/ATmegaBOOT.hex | |
hack.build.mcu=atmega8 | |
hack.build.f_cpu=8000000L | |
hack.build.board=AVR_HACK | |
hack.build.core=arduino | |
hack.build.variant=standard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment