Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
drivers: add drivers for nano r4
  • Loading branch information
facchinm authored and pennam committed Jul 23, 2025
commit 21662fd1a7cda0404e8224d9bf5ddf873378d691
Binary file modified drivers/renesas.cat
Binary file not shown.
6 changes: 6 additions & 0 deletions drivers/renesas.inf
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,27 @@ DeviceNameOptaDigital = "Opta digital Upgrade"
DeviceNameOptaAnalog = "Opta analog Upgrade"
DeviceNamePortenta = "Portenta H33 Firmware Upgrade"
DeviceNameScience = "Science Kit r3 Firmware Upgrade"
DeviceNameNanoR4 = "Nano R4 Firmware Upgrade"
DeviceNameSantiagoDFU = "Santiago (Upgrade)"
DeviceNamePortentaDFU = "Portenta H33 (Upgrade)"
DeviceNameScienceDFU = "Science Kit r3 (Upgrade)"
DeviceNameOptaDigitalDFU = "Opta digital (Upgrade)"
DeviceNameOptaAnalogDFU = "Opta analog (Upgrade)"
DeviceNameNanoR4DFU = "Nano R4 (Upgrade)"
VendorName = "Arduino"
SourceName = "Arduino Renesas Firmware Upgrade Install Disk"
DeviceIDOptaDigital = "VID_2341&PID_006E&Rev_0100&MI_02"
DeviceIDOptaAnalog = "VID_2341&PID_0071&Rev_0100&MI_02"
DeviceIDSantiago = "VID_2341&PID_0069&Rev_0100&MI_02"
DeviceIDPortenta = "VID_2341&PID_0068&Rev_0100&MI_02"
DeviceIDScience = "VID_2341&PID_006C&Rev_0100&MI_02"
DeviceIDNanoR4 = "VID_2341&PID_0074&Rev_0100&MI_02"
DeviceIDOptaDigitalDFU= "VID_2341&PID_016E&Rev_0100"
DeviceIDOptaAnalogDFU= "VID_2341&PID_0171&Rev_0100"
DeviceIDSantiagoDFU= "VID_2341&PID_0369&Rev_0100"
DeviceIDPortentaDFU= "VID_2341&PID_0368&Rev_0100"
DeviceIDScienceDFU = "VID_2341&PID_016C&Rev_0100"
DeviceIDNanoR4DFU = "VID_2341&PID_0374&Rev_0100"

[Version]
Signature = "$Windows NT$"
Expand All @@ -54,6 +58,8 @@ DriverVer = 03/03/2020,10.48.00.000
%DeviceNamePortentaDFU% =USB_Install, USB\%DeviceIDPortentaDFU%
%DeviceNameScience% =USB_Install, USB\%DeviceIDScience%
%DeviceNameScienceDFU% =USB_Install, USB\%DeviceIDScienceDFU%
%DeviceNameNanoR4% =USB_Install, USB\%DeviceIDNanoR4%
%DeviceNameNanoR4DFU% =USB_Install, USB\%DeviceIDNanoR4DFU%

; ========== Class definition ===========

Expand Down