Skip to content
Snippets Groups Projects
boards.txt 544 B
Newer Older
  • Learn to ignore specific revisions
  • Neil Gershenfeld's avatar
    c  
    Neil Gershenfeld committed
    hello.name=hello.arduino, ATmega328P, 5V, 8MHz internal oscillator
    hello.upload.protocol=arduino
    hello.upload.maximum_size=30720
    hello.upload.speed=57600
    hello.bootloader.low_fuses=0xE2
    hello.bootloader.high_fuses=0xDA
    
    Neil Gershenfeld's avatar
    c  
    Neil Gershenfeld committed
    hello.bootloader.extended_fuses=0x07
    
    Neil Gershenfeld's avatar
    cc  
    Neil Gershenfeld committed
    hello.bootloader.path=arduino:atmega
    
    Neil Gershenfeld's avatar
    c  
    Neil Gershenfeld committed
    hello.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex
    hello.bootloader.unlock_bits=0x3F
    hello.bootloader.lock_bits=0x0F
    hello.build.mcu=atmega328p
    hello.build.f_cpu=8000000L
    
    Neil Gershenfeld's avatar
    cc  
    Neil Gershenfeld committed
    hello.build.core=arduino:arduino
    hello.build.variant=arduino:standard
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed