From 07f3915d8f59862230380350dc243b6f94d45405 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Thu, 17 Jan 2013 10:56:37 -0500 Subject: [PATCH 1/6] Removing duplicate comment from top of KeyboardAndMouseControl example code. --- .../09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino b/build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino index e5d0231a1..37e5740e1 100644 --- a/build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino +++ b/build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino @@ -22,8 +22,6 @@ */ -// set pin numbers for the five buttons: - // set pin numbers for the five buttons: const int upButton = 2; const int downButton = 3; From 0b98fd2c8ca7ef61703a317722d8167662b1bd9a Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 6 Feb 2013 11:08:06 +0100 Subject: [PATCH 2/6] Updated driver for Windows (all-in-one, signature for Win8) Fixes #1040 Fixes #1114 --- .../windows/dist/drivers/Arduino Esplora.inf | 107 --------------- .../windows/dist/drivers/Arduino Leonardo.inf | 107 --------------- .../dist/drivers/Arduino MEGA 2560 REV3.inf | 106 --------------- .../dist/drivers/Arduino MEGA 2560.inf | 106 --------------- .../dist/drivers/Arduino Mega ADK REV3.inf | 106 --------------- .../windows/dist/drivers/Arduino Mega ADK.inf | 106 --------------- build/windows/dist/drivers/Arduino Micro.inf | 107 --------------- .../windows/dist/drivers/Arduino UNO REV3.inf | 106 --------------- build/windows/dist/drivers/Arduino UNO.inf | 106 --------------- .../dist/drivers/Arduino USBSerial.inf | 106 --------------- build/windows/dist/drivers/LilyPadUSB.inf | 107 --------------- .../dist/drivers/Old_Arduino_Drivers.zip | Bin 0 -> 13478 bytes build/windows/dist/drivers/README.txt | 7 + build/windows/dist/drivers/arduino.cat | Bin 0 -> 6364 bytes build/windows/dist/drivers/arduino.inf | 122 ++++++++++++++++++ 15 files changed, 129 insertions(+), 1170 deletions(-) delete mode 100644 build/windows/dist/drivers/Arduino Esplora.inf delete mode 100644 build/windows/dist/drivers/Arduino Leonardo.inf delete mode 100644 build/windows/dist/drivers/Arduino MEGA 2560 REV3.inf delete mode 100644 build/windows/dist/drivers/Arduino MEGA 2560.inf delete mode 100644 build/windows/dist/drivers/Arduino Mega ADK REV3.inf delete mode 100644 build/windows/dist/drivers/Arduino Mega ADK.inf delete mode 100644 build/windows/dist/drivers/Arduino Micro.inf delete mode 100644 build/windows/dist/drivers/Arduino UNO REV3.inf delete mode 100644 build/windows/dist/drivers/Arduino UNO.inf delete mode 100644 build/windows/dist/drivers/Arduino USBSerial.inf delete mode 100644 build/windows/dist/drivers/LilyPadUSB.inf create mode 100644 build/windows/dist/drivers/Old_Arduino_Drivers.zip create mode 100644 build/windows/dist/drivers/README.txt create mode 100644 build/windows/dist/drivers/arduino.cat create mode 100644 build/windows/dist/drivers/arduino.inf diff --git a/build/windows/dist/drivers/Arduino Esplora.inf b/build/windows/dist/drivers/Arduino Esplora.inf deleted file mode 100644 index ae1f5cc08..000000000 --- a/build/windows/dist/drivers/Arduino Esplora.inf +++ /dev/null @@ -1,107 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_003C -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_803C&MI_00 - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_003C -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_803C&MI_00 - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="Arduino LLC (www.arduino.cc)" -INSTDISK="Arduino Esplora Driver Installer" -DESCRIPTION="Arduino Esplora" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/Arduino Leonardo.inf b/build/windows/dist/drivers/Arduino Leonardo.inf deleted file mode 100644 index 26cf22fb8..000000000 --- a/build/windows/dist/drivers/Arduino Leonardo.inf +++ /dev/null @@ -1,107 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0036 -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_8036&MI_00 - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0036 -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_8036&MI_00 - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="Arduino LLC (www.arduino.cc)" -INSTDISK="Arduino Leonardo Driver Installer" -DESCRIPTION="Arduino Leonardo" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/Arduino MEGA 2560 REV3.inf b/build/windows/dist/drivers/Arduino MEGA 2560 REV3.inf deleted file mode 100644 index 6081f3c78..000000000 --- a/build/windows/dist/drivers/Arduino MEGA 2560 REV3.inf +++ /dev/null @@ -1,106 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0042 - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0042 - - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="Arduino LLC (www.arduino.cc)" -INSTDISK="Arduino Mega 2560 R3 Driver Installer" -DESCRIPTION="Arduino Mega 2560 R3" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/Arduino MEGA 2560.inf b/build/windows/dist/drivers/Arduino MEGA 2560.inf deleted file mode 100644 index 95cb51485..000000000 --- a/build/windows/dist/drivers/Arduino MEGA 2560.inf +++ /dev/null @@ -1,106 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0010 - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0010 - - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="Arduino LLC (www.arduino.cc)" -INSTDISK="Arduino Mega 2560 Driver Installer" -DESCRIPTION="Arduino Mega 2560" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/Arduino Mega ADK REV3.inf b/build/windows/dist/drivers/Arduino Mega ADK REV3.inf deleted file mode 100644 index 85978c8c3..000000000 --- a/build/windows/dist/drivers/Arduino Mega ADK REV3.inf +++ /dev/null @@ -1,106 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0044 - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0044 - - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="Arduino LLC (www.arduino.cc)" -INSTDISK="Arduino Mega ADK R3 Driver Installer" -DESCRIPTION="Arduino Mega ADK R3" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/Arduino Mega ADK.inf b/build/windows/dist/drivers/Arduino Mega ADK.inf deleted file mode 100644 index 16b9663d0..000000000 --- a/build/windows/dist/drivers/Arduino Mega ADK.inf +++ /dev/null @@ -1,106 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_003F - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_003F - - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="Arduino LLC (www.arduino.cc)" -INSTDISK="Arduino Mega ADK Driver Installer" -DESCRIPTION="Arduino Mega ADK" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/Arduino Micro.inf b/build/windows/dist/drivers/Arduino Micro.inf deleted file mode 100644 index a66412160..000000000 --- a/build/windows/dist/drivers/Arduino Micro.inf +++ /dev/null @@ -1,107 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0037 -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_8037&MI_00 - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0037 -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_8037&MI_00 - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="Arduino LLC (www.arduino.cc)" -INSTDISK="Arduino Micro Driver Installer" -DESCRIPTION="Arduino Micro" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/Arduino UNO REV3.inf b/build/windows/dist/drivers/Arduino UNO REV3.inf deleted file mode 100644 index 52da7eaf0..000000000 --- a/build/windows/dist/drivers/Arduino UNO REV3.inf +++ /dev/null @@ -1,106 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0043 - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0043 - - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="Arduino LLC (www.arduino.cc)" -INSTDISK="Arduino UNO R3 Driver Installer" -DESCRIPTION="Arduino UNO R3" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/Arduino UNO.inf b/build/windows/dist/drivers/Arduino UNO.inf deleted file mode 100644 index 655de09b3..000000000 --- a/build/windows/dist/drivers/Arduino UNO.inf +++ /dev/null @@ -1,106 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0001 - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_0001 - - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="http://www.arduino.cc" -INSTDISK="Arduino UNO Driver Installer" -DESCRIPTION="Communications Port" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/Arduino USBSerial.inf b/build/windows/dist/drivers/Arduino USBSerial.inf deleted file mode 100644 index f8553fbb9..000000000 --- a/build/windows/dist/drivers/Arduino USBSerial.inf +++ /dev/null @@ -1,106 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_003B - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_2341&PID_003B - - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="Arduino LLC (www.arduino.cc)" -INSTDISK="Arduino USBSerial Driver Installer" -DESCRIPTION="Arduino UNO" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/LilyPadUSB.inf b/build/windows/dist/drivers/LilyPadUSB.inf deleted file mode 100644 index b7183672d..000000000 --- a/build/windows/dist/drivers/LilyPadUSB.inf +++ /dev/null @@ -1,107 +0,0 @@ -;************************************************************ -; Windows USB CDC ACM Setup File -; Copyright (c) 2000 Microsoft Corporation - - -[Version] -Signature="$Windows NT$" -Class=Ports -ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} -Provider=%MFGNAME% -LayoutFile=layout.inf -CatalogFile=%MFGFILENAME%.cat -DriverVer=11/15/2007,5.1.2600.0 - -[Manufacturer] -%MFGNAME%=DeviceList, NTamd64 - -[DestinationDirs] -DefaultDestDir=12 - - -;------------------------------------------------------------------------------ -; Windows 2000/XP/Vista-32bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.nt] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.nt -AddReg=DriverInstall.nt.AddReg - -[DriverCopyFiles.nt] -usbser.sys,,,0x20 - -[DriverInstall.nt.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.nt.Services] -AddService=usbser, 0x00000002, DriverService.nt - -[DriverService.nt] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - -;------------------------------------------------------------------------------ -; Vista-64bit Sections -;------------------------------------------------------------------------------ - -[DriverInstall.NTamd64] -include=mdmcpq.inf -CopyFiles=DriverCopyFiles.NTamd64 -AddReg=DriverInstall.NTamd64.AddReg - -[DriverCopyFiles.NTamd64] -%DRIVERFILENAME%.sys,,,0x20 - -[DriverInstall.NTamd64.AddReg] -HKR,,DevLoader,,*ntkern -HKR,,NTMPDriver,,%DRIVERFILENAME%.sys -HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" - -[DriverInstall.NTamd64.Services] -AddService=usbser, 0x00000002, DriverService.NTamd64 - -[DriverService.NTamd64] -DisplayName=%SERVICE% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary=%12%\%DRIVERFILENAME%.sys - - -;------------------------------------------------------------------------------ -; Vendor and Product ID Definitions -;------------------------------------------------------------------------------ -; When developing your USB device, the VID and PID used in the PC side -; application program and the firmware on the microcontroller must match. -; Modify the below line to use your VID and PID. Use the format as shown below. -; Note: One INF file can be used for multiple devices with different VID and PIDs. -; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. -;------------------------------------------------------------------------------ -[SourceDisksFiles] -[SourceDisksNames] -[DeviceList] -%DESCRIPTION%=DriverInstall, USB\VID_1B4F&PID_9207 -%DESCRIPTION%=DriverInstall, USB\VID_1B4F&PID_9208&MI_00 - -[DeviceList.NTamd64] -%DESCRIPTION%=DriverInstall, USB\VID_1B4F&PID_9207 -%DESCRIPTION%=DriverInstall, USB\VID_1B4F&PID_9208&MI_00 - -;------------------------------------------------------------------------------ -; String Definitions -;------------------------------------------------------------------------------ -;Modify these strings to customize your device -;------------------------------------------------------------------------------ -[Strings] -MFGFILENAME="CDC_vista" -DRIVERFILENAME ="usbser" -MFGNAME="SparkFun Electronics" -INSTDISK="SparkFun LilyPadUSB Driver Installer" -DESCRIPTION="SparkFun LilyPadUSB" -SERVICE="USB RS-232 Emulation Driver" \ No newline at end of file diff --git a/build/windows/dist/drivers/Old_Arduino_Drivers.zip b/build/windows/dist/drivers/Old_Arduino_Drivers.zip new file mode 100644 index 0000000000000000000000000000000000000000..080daea03358d6cb5a1894781a3a6767ff74975a GIT binary patch literal 13478 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 WU6@DU-&!E(&jRSVq8cXf|NaM;E-rEa literal 0 HcmV?d00001 diff --git a/build/windows/dist/drivers/README.txt b/build/windows/dist/drivers/README.txt new file mode 100644 index 000000000..ca4aeac91 --- /dev/null +++ b/build/windows/dist/drivers/README.txt @@ -0,0 +1,7 @@ + +With this version of Arduino a new all-in-one driver (with +security signature for Windows 8) is supplied. + +The old (deprected) drivers are still available in the +Old_Arduino_Drivers.zip + diff --git a/build/windows/dist/drivers/arduino.cat b/build/windows/dist/drivers/arduino.cat new file mode 100644 index 0000000000000000000000000000000000000000..4dc538882826795fb90eda1c9cfae3bfaf4cfec9 GIT binary patch literal 6364 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 Date: Wed, 6 Feb 2013 11:13:21 +0100 Subject: [PATCH 3/6] Updated revision log --- build/shared/revisions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 8fe6948cf..fce47c728 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -14,6 +14,7 @@ * Sort entries in preferences.txt (Shigeru Kanemoto) * Fixed some wrong translations * Fixed NPE due to permissions IO error +* Updated drivers for Windows (all-in-one, signature for Win8) ARDUINO 1.0.3 - 2012.12.10 From 1a0dcb295984aa54d8fad2a7bedb17e7794be2c0 Mon Sep 17 00:00:00 2001 From: Fede85 Date: Thu, 7 Feb 2013 16:24:56 +0100 Subject: [PATCH 4/6] closes #954. Typo in WebServer sketches --- libraries/Ethernet/examples/WebServer/WebServer.ino | 2 +- libraries/WiFi/examples/WifiWebServer/WifiWebServer.ino | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libraries/Ethernet/examples/WebServer/WebServer.ino b/libraries/Ethernet/examples/WebServer/WebServer.ino index ce8dbb1b0..0573f059d 100644 --- a/libraries/Ethernet/examples/WebServer/WebServer.ino +++ b/libraries/Ethernet/examples/WebServer/WebServer.ino @@ -63,7 +63,7 @@ void loop() { // send a standard http response header client.println("HTTP/1.1 200 OK"); client.println("Content-Type: text/html"); - client.println("Connnection: close"); + client.println("Connection: close"); client.println(); client.println(""); client.println(""); diff --git a/libraries/WiFi/examples/WifiWebServer/WifiWebServer.ino b/libraries/WiFi/examples/WifiWebServer/WifiWebServer.ino index ac5f056f1..7d7a24713 100644 --- a/libraries/WiFi/examples/WifiWebServer/WifiWebServer.ino +++ b/libraries/WiFi/examples/WifiWebServer/WifiWebServer.ino @@ -1,5 +1,5 @@ /* - Web Server + WiFi Web Server A simple web server that shows the value of the analog input pins. using a WiFi shield. @@ -15,7 +15,9 @@ by dlf (Metodo2 srl) modified 31 May 2012 by Tom Igoe + */ + #include #include @@ -76,7 +78,7 @@ void loop() { // send a standard http response header client.println("HTTP/1.1 200 OK"); client.println("Content-Type: text/html"); - client.println("Connnection: close"); + client.println("Connection: close"); client.println(); client.println(""); client.println(""); From a6022df4221bc02892607466866513e88a45e121 Mon Sep 17 00:00:00 2001 From: mdxtinkernick Date: Mon, 11 Feb 2013 21:41:30 +0000 Subject: [PATCH 5/6] Update build/shared/examples/05.Control/Arrays/Arrays.ino removed redundant thisPin declaration in setup --- build/shared/examples/05.Control/Arrays/Arrays.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/build/shared/examples/05.Control/Arrays/Arrays.ino b/build/shared/examples/05.Control/Arrays/Arrays.ino index f5154770c..d1cdea8c8 100644 --- a/build/shared/examples/05.Control/Arrays/Arrays.ino +++ b/build/shared/examples/05.Control/Arrays/Arrays.ino @@ -27,7 +27,6 @@ int ledPins[] = { int pinCount = 6; // the number of pins (i.e. the length of the array) void setup() { - int thisPin; // the array elements are numbered from 0 to (pinCount - 1). // use a for loop to initialize each pin as an output: for (int thisPin = 0; thisPin < pinCount; thisPin++) { From ebc35019be6f6d56a83f611ba4f3fcf14cf3eb99 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 6 Mar 2013 17:49:44 -0500 Subject: [PATCH 6/6] Use analogPinToChannel() macro if present for ATtiny25/45/85. This allows use of A0, A1, A2, A3 constants and for them to be mapped to the appropriate analog input channel. It should only be used if the macro is actually defined. --- hardware/arduino/cores/arduino/wiring_analog.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hardware/arduino/cores/arduino/wiring_analog.c b/hardware/arduino/cores/arduino/wiring_analog.c index 23b01c65a..3f19c7f88 100644 --- a/hardware/arduino/cores/arduino/wiring_analog.c +++ b/hardware/arduino/cores/arduino/wiring_analog.c @@ -47,6 +47,8 @@ int analogRead(uint8_t pin) if (pin >= 18) pin -= 18; // allow for channel or pin numbers #elif defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega644P__) if (pin >= 24) pin -= 24; // allow for channel or pin numbers +#elif defined(analogPinToChannel) && (defined(__AVR_ATtiny25__) || defined(__AVR_ATtiny45__) || defined(__AVR_ATtiny85__)) + pin = analogPinToChannel(pin); #else if (pin >= 14) pin -= 14; // allow for channel or pin numbers #endif