Skip to content

Commit 7d4ce26

Browse files
authored
Merge pull request #18 from dmadison/upstream-1.8.6
Merge upstream tag '1.8.6'
2 parents b5627a7 + 49c6a9e commit 7d4ce26

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

bootloaders/caterina-Arduino_Robot/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ DEBUG = dwarf-2
191191

192192

193193
# List any extra directories to look for include files here.
194-
# Each directory must be seperated by a space.
194+
# Each directory must be separated by a space.
195195
# Use forward slashes for directory separators.
196196
# For a directory that has spaces, enclose it in quotes.
197197
EXTRAINCDIRS = $(LUFA_PATH)/
@@ -331,7 +331,7 @@ MATH_LIB = -lm
331331

332332

333333
# List any extra directories to look for libraries here.
334-
# Each directory must be seperated by a space.
334+
# Each directory must be separated by a space.
335335
# Use forward slashes for directory separators.
336336
# For a directory that has spaces, enclose it in quotes.
337337
EXTRALIBDIRS =

bootloaders/caterina-LilyPadUSB/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ DEBUG = dwarf-2
180180

181181

182182
# List any extra directories to look for include files here.
183-
# Each directory must be seperated by a space.
183+
# Each directory must be separated by a space.
184184
# Use forward slashes for directory separators.
185185
# For a directory that has spaces, enclose it in quotes.
186186
EXTRAINCDIRS = $(LUFA_PATH)/
@@ -320,7 +320,7 @@ MATH_LIB = -lm
320320

321321

322322
# List any extra directories to look for libraries here.
323-
# Each directory must be seperated by a space.
323+
# Each directory must be separated by a space.
324324
# Use forward slashes for directory separators.
325325
# For a directory that has spaces, enclose it in quotes.
326326
EXTRALIBDIRS =

bootloaders/caterina/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ DEBUG = dwarf-2
187187

188188

189189
# List any extra directories to look for include files here.
190-
# Each directory must be seperated by a space.
190+
# Each directory must be separated by a space.
191191
# Use forward slashes for directory separators.
192192
# For a directory that has spaces, enclose it in quotes.
193193
EXTRAINCDIRS = $(LUFA_PATH)/
@@ -327,7 +327,7 @@ MATH_LIB = -lm
327327

328328

329329
# List any extra directories to look for libraries here.
330-
# Each directory must be seperated by a space.
330+
# Each directory must be separated by a space.
331331
# Use forward slashes for directory separators.
332332
# For a directory that has spaces, enclose it in quotes.
333333
EXTRALIBDIRS =

drivers/arduino.cat

1.01 KB
Binary file not shown.

drivers/arduino.inf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ robotMotor.sketch.name="Arduino Robot"
5555
uno.name="Arduino Uno"
5656
unoR3.name="Arduino Uno"
5757
unomini.name="Arduino Uno Mini"
58+
makeyourunokit.name="Arduino Make Your Uno Kit"
5859
usbserial.name="Arduino USB Serial Light Adapter"
5960
yun.bootloader.name="Arduino Yun bootloader"
6061
yun.sketch.name="Arduino Yun"
@@ -108,6 +109,7 @@ DefaultDestDir=12
108109
%uno.name%=DriverInstall, USB\VID_2341&PID_0001
109110
%unoR3.name%=DriverInstall, USB\VID_2341&PID_0043
110111
%unomini.name%=DriverInstall, USB\VID_2341&PID_0062
112+
%makeyourunokit.name%=DriverInstall, USB\VID_2341&PID_006A
111113
%usbserial.name%=DriverInstall, USB\VID_2341&PID_003B
112114
%yun.bootloader.name%=DriverInstall, USB\VID_2341&PID_0041
113115
%yun.sketch.name%=DriverInstall, USB\VID_2341&PID_8041&MI_00
@@ -138,6 +140,7 @@ DefaultDestDir=12
138140
%uno.name%=DriverInstall, USB\VID_2341&PID_0001
139141
%unoR3.name%=DriverInstall, USB\VID_2341&PID_0043
140142
%unomini.name%=DriverInstall, USB\VID_2341&PID_0062
143+
%makeyourunokit.name%=DriverInstall, USB\VID_2341&PID_006A
141144
%usbserial.name%=DriverInstall, USB\VID_2341&PID_003B
142145
%robotControl.bootloader.name%=DriverInstall, USB\VID_2341&PID_0038
143146
%robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00
@@ -172,6 +175,7 @@ DefaultDestDir=12
172175
%uno.name%=DriverInstall, USB\VID_2341&PID_0001
173176
%unoR3.name%=DriverInstall, USB\VID_2341&PID_0043
174177
%unomini.name%=DriverInstall, USB\VID_2341&PID_0062
178+
%makeyourunokit.name%=DriverInstall, USB\VID_2341&PID_006A
175179
%usbserial.name%=DriverInstall, USB\VID_2341&PID_003B
176180
%robotControl.bootloader.name%=DriverInstall, USB\VID_2341&PID_0038
177181
%robotControl.sketch.name%=DriverInstall, USB\VID_2341&PID_8038&MI_00

libraries/SPI/keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#######################################
2-
# Syntax Coloring Map SPI
2+
# Syntax Coloring Map For SPI
33
#######################################
44

55
#######################################

libraries/Wire/keywords.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9+
Wire KEYWORD1
10+
911
#######################################
1012
# Methods and Functions (KEYWORD2)
1113
#######################################
@@ -18,12 +20,6 @@ requestFrom KEYWORD2
1820
onReceive KEYWORD2
1921
onRequest KEYWORD2
2022

21-
#######################################
22-
# Instances (KEYWORD2)
23-
#######################################
24-
25-
Wire KEYWORD2
26-
2723
#######################################
2824
# Constants (LITERAL1)
2925
#######################################

post_install.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
1010

1111
REM dpinst /PATH has problems with relative paths, so use absolute path.
1212
if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
13-
drivers\dpinst-amd64.exe /PATH %cd%\drivers\gemma %ARGS%
13+
drivers\dpinst-amd64.exe /PATH "%cd%\drivers\gemma" %ARGS%
1414
) ELSE IF "%PROCESSOR_ARCHITEW6432%" == "AMD64" (
15-
drivers\dpinst-amd64.exe /PATH %cd%\drivers\gemma %ARGS%
15+
drivers\dpinst-amd64.exe /PATH "%cd%\drivers\gemma" %ARGS%
1616
) ELSE (
17-
drivers\dpinst-x86.exe /PATH %cd%\drivers\gemma %ARGS%
17+
drivers\dpinst-x86.exe /PATH "%cd%\drivers\gemma" %ARGS%
1818
)
1919

2020
exit /b 0

0 commit comments

Comments
 (0)