View | Details | Raw Unified | Return to bug 217817
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
22
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
23
USES=		dos2unix tar:tgz kmod
23
USES=		dos2unix tar:tgz kmod
24
DOS2UNIX_REGEX=	.*\(\.\(c|cpp|h|hex|html|ino|lst|txt\)|Makefile\)
24
DOS2UNIX_REGEX=	.*(\.(c|cpp|h|hex|txt)|Makefile|makefile)
25
25
26
USE_JAVA=	yes
26
USE_JAVA=	yes
27
JAVA_OS=	native
27
JAVA_OS=	native
(-)files/extrapatch-hardware-arduino-boards.txt (-25 / +10 lines)
Lines 1-12 Link Here
1
--- hardware/arduino/boards.txt.orig	2012-12-10 04:03:52.000000000 -0800
1
--- hardware/arduino/boards.txt.orig	2017-03-15 17:34:53 UTC
2
+++ hardware/arduino/boards.txt	2012-12-26 21:02:48.000000000 -0800
2
+++ hardware/arduino/boards.txt
3
@@ -522,3 +522,39 @@
3
@@ -525,6 +525,24 @@ atmega8.build.variant=standard
4
 atmega8.build.f_cpu=16000000L
4
 
5
 atmega8.build.core=arduino
5
 ##############################################################
6
 atmega8.build.variant=standard
6
 
7
+
8
+##############################################################
9
+
10
+atmega644.name=ATmega644
7
+atmega644.name=ATmega644
11
+atmega644.upload.protocol=stk500
8
+atmega644.upload.protocol=stk500
12
+atmega644.upload.maximum_size=63488
9
+atmega644.upload.maximum_size=63488
Lines 18-24 Link Here
18
+atmega644.bootloader.file=atmega644p
15
+atmega644.bootloader.file=atmega644p
19
+atmega644.bootloader.unlock_bits=0x3F
16
+atmega644.bootloader.unlock_bits=0x3F
20
+atmega644.bootloader.lock_bits=0x0F
17
+atmega644.bootloader.lock_bits=0x0F
21
+atmega644.build.mcu=atmega644
18
+atmega644.build.mcu=atmega644p
22
+atmega644.build.f_cpu=16000000L
19
+atmega644.build.f_cpu=16000000L
23
+atmega644.build.core=atmega644
20
+atmega644.build.core=atmega644
24
+atmega644.build.variant=atmega644p
21
+atmega644.build.variant=atmega644p
Lines 25-42 Link Here
25
+
22
+
26
+##############################################################
23
+##############################################################
27
+
24
+
28
+atmega644p.name=ATmega644p
25
 robotControl.name=Arduino Robot Control
29
+atmega644p.upload.protocol=stk500
26
 robotControl.upload.protocol=avr109
30
+atmega644p.upload.maximum_size=63488
27
 robotControl.upload.maximum_size=28672
31
+atmega644p.upload.speed=38400
32
+atmega644p.bootloader.low_fuses=0xFF
33
+atmega644p.bootloader.high_fuses=0xDC
34
+atmega644p.bootloader.extended_fuses=0xFD
35
+atmega644p.bootloader.path=atmega644p
36
+atmega644p.bootloader.file=atmega644p
37
+atmega644p.bootloader.unlock_bits=0x3F
38
+atmega644p.bootloader.lock_bits=0x0F
39
+atmega644p.build.mcu=atmega644p
40
+atmega644p.build.f_cpu=16000000L
41
+atmega644p.build.core=atmega644
42
+atmega644p.build.variant=atmega644p

Return to bug 217817