openbsd-ports/devel/arduino/patches/patch-hardware_arduino_boards_txt
jasper 3cec2e35f4 import arduino 22
Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments. 
[..]
This package contains the libraries, header files and tools to develop
Arduino sketches. It does not include the Arduino IDE frontend.

based on work from and ok ckuethe@
2011-09-17 16:41:30 +00:00

21 lines
715 B
Plaintext

$OpenBSD: patch-hardware_arduino_boards_txt,v 1.1.1.1 2011/09/17 16:41:30 jasper Exp $
--- hardware/arduino/boards.txt.orig Tue Jun 7 20:02:49 2011
+++ hardware/arduino/boards.txt Tue Jun 7 20:04:02 2011
@@ -126,14 +126,14 @@ 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
fio.build.mcu=atmega328p
fio.build.f_cpu=8000000L
-fio.build.core=arduino:arduino
+fio.build.core=arduino
##############################################################