openbsd-ports/devel/arduino/patches/patch-hardware_arduino_boards_txt
jasper a17cc79e1c - update to 1.0.1
* release notes can be found here: http://arduino.cc/en/Main/ReleaseNotes
- set default baud rate for the uno, instead of defaulting to older boards.

tested by various
2012-05-22 21:26:11 +00:00

13 lines
531 B
Plaintext

$OpenBSD: patch-hardware_arduino_boards_txt,v 1.3 2012/05/22 21:26:11 jasper Exp $
--- hardware/arduino/boards.txt.orig Mon May 21 19:01:43 2012
+++ hardware/arduino/boards.txt Tue May 22 13:57:00 2012
@@ -239,7 +239,7 @@ fio.upload.speed=57600
fio.bootloader.low_fuses=0xFF
fio.bootloader.high_fuses=0xDA
fio.bootloader.extended_fuses=0x05
-fio.bootloader.path=arduino:atmega
+fio.bootloader.path=atmega
fio.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex
fio.bootloader.unlock_bits=0x3F
fio.bootloader.lock_bits=0x0F