Added additional register banks to report output for Winbond chips.
authormoel.mich
Fri, 19 Feb 2010 14:08:56 +0000
changeset 53ccba498488e8
parent 52 8495c0ee29ac
child 54 f940fe2a7c2b
Added additional register banks to report output for Winbond chips.
Hardware/LPC/W836XX.cs
Properties/AssemblyInfo.cs
     1.1 --- a/Hardware/LPC/W836XX.cs	Thu Feb 18 23:28:14 2010 +0000
     1.2 +++ b/Hardware/LPC/W836XX.cs	Fri Feb 19 14:08:56 2010 +0000
     1.3 @@ -219,7 +219,7 @@
     1.4          }
     1.5          r.AppendLine();
     1.6        }
     1.7 -      for (int k = 1; k <= 5; k++) {
     1.8 +      for (int k = 1; k <= 15; k++) {
     1.9          r.AppendLine("Bank " + k);
    1.10          for (int i = 0x5; i < 0x6; i++) {
    1.11            r.Append(" "); r.Append((i << 4).ToString("X2")); r.Append("  ");
     2.1 --- a/Properties/AssemblyInfo.cs	Thu Feb 18 23:28:14 2010 +0000
     2.2 +++ b/Properties/AssemblyInfo.cs	Fri Feb 19 14:08:56 2010 +0000
     2.3 @@ -69,5 +69,5 @@
     2.4  // You can specify all the values or you can default the Build and Revision Numbers 
     2.5  // by using the '*' as shown below:
     2.6  // [assembly: AssemblyVersion("1.0.*")]
     2.7 -[assembly: AssemblyVersion("0.1.21.3")]
     2.8 -[assembly: AssemblyFileVersion("0.1.21.3")]
     2.9 +[assembly: AssemblyVersion("0.1.21.4")]
    2.10 +[assembly: AssemblyFileVersion("0.1.21.4")]