Skip to content

Commit

Permalink
Add Windows drivers for NanoEvery
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Jul 8, 2019
1 parent afeb286 commit e2b3d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified drivers/atmelinf.cat
Binary file not shown.
3 changes: 3 additions & 0 deletions drivers/mEDBG_Virtual_Com_Port.inf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ DriverVer=06/14/2013,6.0.0.1

[ATMEL]
%ATMEL_CDC%=Reader, USB\VID_03EB&PID_2145&MI_01
%ARDUINO_NANO_EVERY_CDC%=Reader, USB\VID_2341&PID_0058

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


;----------------------------------------------------------
Expand Down Expand Up @@ -86,5 +88,6 @@ ServiceBinary=%12%\usbser.sys
[Strings]
ATMEL = "Atmel Corp."
ATMEL_CDC = "mEDBG Virtual COM Port"
ARDUINO_NANO_EVERY_CDC = "Arduino NANO Every"
Serial.SvcDesc = "USB Serial emulation driver"

0 comments on commit e2b3d6d

Please sign in to comment.