Skip to content

Commit 2f2933a

Browse files
author
Pete Lewis
committed
Adding SerLCDv2 to boards file
Note, this is all very similar to the RedBoard. The only unique value is the oscillator value here: SerLCDv2.build.f_cpu=11059200L And the ext fuses are also unique and set to this: SerLCDv2.bootloader.extended_fuses=0xFD
1 parent afedbf7 commit 2f2933a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

sparkfun/avr/boards.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,3 +380,29 @@ LilyPadProtoUSB.build.board=AVR_LILYPAD_ARDUINO_USB_PLUS_BOARD
380380
LilyPadProtoUSB.build.core=arduino:arduino
381381
LilyPadProtoUSB.build.variant=lilypadusbplus
382382
LilyPadProtoUSB.build.extra_flags={build.usb_flags}
383+
384+
385+
################################################################################
386+
################################### SerLCD v2 ##################################
387+
################################################################################
388+
SerLCDv2.name=SparkFun SerLCD v2
389+
390+
SerLCDv2.upload.tool=avrdude
391+
SerLCDv2.upload.protocol=arduino
392+
SerLCDv2.upload.maximum_size=32256
393+
SerLCDv2.upload.maximum_data_size=2048
394+
SerLCDv2.upload.speed=115200
395+
396+
SerLCDv2.bootloader.tool=avrdude
397+
SerLCDv2.bootloader.low_fuses=0xFF
398+
SerLCDv2.bootloader.high_fuses=0xDE
399+
SerLCDv2.bootloader.extended_fuses=0xFD
400+
SerLCDv2.bootloader.unlock_bits=0x3F
401+
SerLCDv2.bootloader.lock_bits=0x0F
402+
SerLCDv2.bootloader.file=optiboot/optiboot_SerLCDv2.hex
403+
404+
SerLCDv2.build.mcu=atmega328p
405+
SerLCDv2.build.f_cpu=11059200L
406+
SerLCDv2.build.board=AVR_UNO
407+
SerLCDv2.build.core=arduino:arduino
408+
SerLCDv2.build.variant=arduino:standard

0 commit comments

Comments
 (0)