Skip to content

Commit e2b3d6d

Browse files
committed
Add Windows drivers for NanoEvery
1 parent afeb286 commit e2b3d6d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: drivers/atmelinf.cat

15.1 KB
Binary file not shown.

Diff for: drivers/mEDBG_Virtual_Com_Port.inf

+3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ DriverVer=06/14/2013,6.0.0.1
1919

2020
[ATMEL]
2121
%ATMEL_CDC%=Reader, USB\VID_03EB&PID_2145&MI_01
22+
%ARDUINO_NANO_EVERY_CDC%=Reader, USB\VID_2341&PID_0058
2223

2324
[ATMEL.NTamd64]
2425
%ATMEL_CDC%=DriverInstall, USB\VID_03EB&PID_2145&MI_01
26+
%ARDUINO_NANO_EVERY_CDC%=Reader, USB\VID_2341&PID_0058
2527

2628

2729
;----------------------------------------------------------
@@ -86,5 +88,6 @@ ServiceBinary=%12%\usbser.sys
8688
[Strings]
8789
ATMEL = "Atmel Corp."
8890
ATMEL_CDC = "mEDBG Virtual COM Port"
91+
ARDUINO_NANO_EVERY_CDC = "Arduino NANO Every"
8992
Serial.SvcDesc = "USB Serial emulation driver"
9093

0 commit comments

Comments
 (0)