mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-01 14:55:13 +00:00
Added additional register banks to report output for Winbond chips.
This commit is contained in:
@@ -219,7 +219,7 @@ namespace OpenHardwareMonitor.Hardware.LPC {
|
|||||||
}
|
}
|
||||||
r.AppendLine();
|
r.AppendLine();
|
||||||
}
|
}
|
||||||
for (int k = 1; k <= 5; k++) {
|
for (int k = 1; k <= 15; k++) {
|
||||||
r.AppendLine("Bank " + k);
|
r.AppendLine("Bank " + k);
|
||||||
for (int i = 0x5; i < 0x6; i++) {
|
for (int i = 0x5; i < 0x6; i++) {
|
||||||
r.Append(" "); r.Append((i << 4).ToString("X2")); r.Append(" ");
|
r.Append(" "); r.Append((i << 4).ToString("X2")); r.Append(" ");
|
||||||
|
@@ -69,5 +69,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.1.21.3")]
|
[assembly: AssemblyVersion("0.1.21.4")]
|
||||||
[assembly: AssemblyFileVersion("0.1.21.3")]
|
[assembly: AssemblyFileVersion("0.1.21.4")]
|
||||||
|
Reference in New Issue
Block a user