Skip to content

Commit 1299bce

Browse files
committed
add description of ATmega16 board
1 parent 9743c4f commit 1299bce

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

hardware/arduino/boards.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,3 +336,21 @@ atmega8.build.mcu=atmega8
336336
atmega8.build.f_cpu=16000000L
337337
atmega8.build.core=arduino
338338

339+
##############################################################
340+
341+
atmega16.name=Arduino w/ ATmega16
342+
343+
atmega16.upload.protocol=stk500
344+
atmega16.upload.maximum_size=15360
345+
atmega16.upload.speed=9600
346+
347+
atmega16.bootloader.low_fuses=0xdf
348+
atmega16.bootloader.high_fuses=0xda
349+
atmega16.bootloader.path=atmega16
350+
atmega16.bootloader.file=ATmega16BOOT.hex
351+
atmega16.bootloader.unlock_bits=0x3F
352+
atmega16.bootloader.lock_bits=0x3F
353+
354+
atmega16.build.mcu=atmega16
355+
atmega16.build.f_cpu=7372800L
356+
atmega16.build.core=arduino

0 commit comments

Comments
 (0)