Commit Graph

460 Commits

Author SHA1 Message Date
Michael Möller
dbb77c9ee8 Merge pull request #816 from cmoetzing/airmont
Add support for Intel Airmont microarchitecture
2016-11-06 10:46:48 +01:00
Christian Mötzing
5605a5ead5 Add support for Intel Airmont microarchitecture 2016-06-18 18:27:43 +02:00
Michael Möller
da432ef07c Fixed the Assembly.GetEntryAssembly() can be null issue when loading the library from unmanaged code. 2016-05-26 17:27:24 +02:00
Michael Möller
5ce44e35b9 Added the .gitignore file. 2016-05-26 16:55:07 +02:00
Michael Möller
3b0a600c89 Merge pull request #768 from nlurski/master
Set up application targeting to fix OS version bug
2016-05-26 16:39:29 +02:00
Michael Möller
e7bb68e877 Merge pull request #772 from kurdtkobain/patch-1
Add Device ID for Family 15h Model 30h APU
2016-05-26 16:24:28 +02:00
Michael Möller
47e23ca295 Merge branch 'SSD-Sensors' 2016-05-26 16:11:53 +02:00
Michael Möller
a7d45d22b1 Corrected the source code format. 2016-05-26 15:54:55 +02:00
Michael Möller
d7316f81bb Added Intel CPU models 0x4F and 0x56. 2016-05-26 15:14:29 +02:00
Michael Möller
bdbe56e8df Merge pull request #804 from tpruvot/broadwell
Broadwell: handle missing desktop model id for 5775C
2016-05-26 13:57:53 +02:00
Arkadiusz Zachert
5b69dc2a43 Added support for PLEXTOR's host writes/reads 2016-05-24 08:46:49 +02:00
Tanguy Pruvot
7c32ea9526 Broadwell: handle missing desktop model id for 5775C 2016-05-22 02:13:07 +02:00
Arkadiusz Zachert
95fe021d6a Showing Samsung SSD Total LBAs Written. Based on specification http://www.samsung.com/global/business/semiconductor/minisite/SSD/downloads/document/07_Communicating_With_Your_SSD.pdf 2016-05-19 21:38:28 +02:00
kurdtkobain
9b251b27cc Add Device ID for Family 15h Model 30h APU
This works with my A8-7600 APU to get the useless CurTmpTjSel not much else.
2016-01-12 12:36:57 -05:00
Nick Lurski
02a1573b78 Targeted application for Windows 10 and 8.1 to fix the incorrect OS version showing up in reports 2016-01-02 23:42:24 -04:00
Michael Möller
b8a66b9cb7 Added experimental support for the ITE IT8628E chip (issue #759). 2015-12-20 15:54:19 +01:00
Michael Möller
0e5e4afe5e Corrected the source formatting. 2015-12-18 22:49:53 +01:00
ivanatpr
6cbfdce0bc Prevent plot from reusing line colors if possible
CURRENTLY: the code that sets plot line colors loops determines a
default color for the all sensors, such that, AFAIK, a given sensor will
always get the same plot color across different runs of the application
(as long as the list of all detected sensors stays the same). This
consistency is nice, but there's no duplicate handling so if the user is
unlucky they can end up with duplicate colors in their plot even when
the plot only contains 2 sensors.

MY CHANGE: I added a second step that attempts to find a new color for
sensors in the plot whose color is being used by another sensor.
However, I tried to keep as much of the old consistency as I could, so
the default color for each sensor is still calculated in the same way as
before. That way if there aren't any duplicate colors, all sensors will
keep the same color they had before the change, so I'm guessing most
users won't even notice the change.
That said, in certain circumstances this change can cause plot colors to
jump around a bit as sensors get added/removed from the plot. For
Example, if sensors A & B have the same default color and you add both
to the plot, sensor B will get assigned a different color in order to
prevent a duplicate color. However if you then remove sensor A from the
plot, sensor B will suddenly revert to it's default color, which may
seem to the user like mysterious action at a distance. Should be rare
though.
2015-12-16 03:04:39 -05:00
Michael Möller
7b6fc115d8 Added a SensorName property to the SmartAttribute class in order to support sensor names that are different from the attribute name. Used the SensorName property to replace the "Temperature Difference From 100" sensor with a standard "Temperature" sensor. Closed issue #717. 2015-12-13 18:11:48 +01:00
Michael Möller
f069e4c6e8 Updated the about box date. 2015-12-08 19:58:54 +01:00
Michael Möller
9afb24db9d Added experimental support for the ITE IT8620E chip (using the same implementation as for the ITE IT8772E). 2015-12-08 19:54:21 +01:00
Michael Möller
5dfad04b31 Fixed issue #701. Writing temporary 0 values to the sensor (NVIDIA GPU clocks) gets them recorded and leads to wrong sensor min values and wrong recorded/averaged values for plotting. 2015-12-06 19:42:58 +01:00
Michael Möller
1fa4a31ac0 Extracted the register and value port state and some methods from the LPCIO class into a new class LPCPort. Fixed issue #733 (unlocking the i/o space after sleep). 2015-12-04 16:32:48 +01:00
Michael Möller
135124427b Fixed issue #747 introduced in commit 9e32a33. The IsNuvotonVendor check should be done after setting the vendor ID registers (and not before). 2015-12-01 19:05:00 +01:00
Michael Möller
e19faf5047 Added model 0x4E to the Skylake microarchitecture. 2015-11-22 14:21:50 +01:00
Kevin Van den Abeele
f3959b535e Skylake support
Added initial support for skylake cpus:
- Clock speed, core temp and load should all be working
- Power usage does not seem to be correct at the moment
2015-11-22 12:47:09 +01:00
Michael Möller
dc33c420c4 Removed the default value for NUVOTON_VENDOR_ID registers. 2015-11-15 16:42:42 +01:00
Michael Möller
9e32a33cbf Merged the Nuvoton NCT6102D/NCT6106D implementation back into the NCT677X class. 2015-11-15 16:35:40 +01:00
Deve
2c1fe299cc Implement Nuvoton NCT6102D/NCT6106D chips. 2015-08-26 17:40:22 +02:00
Michael Möller
7614363308 Fixed an OverflowException when trying to use (unsupported) 64-bit thread affinity masks on 32-bit systems. 2014-12-30 22:49:32 +00:00
Michael Möller
f054320731 Fixed the following issue (present only on 32-bit systems):
Version: 0.7.0.0

System.NullReferenceException: Object reference not set to an instance of an object.
   at OpenHardwareMonitor.GUI.MainForm.timer_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Common Language Runtime: 4.0.30319.18444
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
Process Type: 32-Bit
2014-12-30 22:47:39 +00:00
Michael Möller
bf8d491ef2 Fixed Issue 651. 2014-12-30 21:04:54 +00:00
Michael Möller
ebeb96c648 Changed the settings save code to use a two file based approach in order to reduce cases where settings are lost or reset (Fixed Issue 501). 2014-12-30 17:35:29 +00:00
Michael Möller
dc69a9431c Added a new "Undefined" control mode. Changed the GPU fan control to restore to default (auto) settings when the Open Hardware Monitor closes (unless the control remained in "Undefined" mode). 2014-12-30 16:02:52 +00:00
Michael Möller
9eee90c076 Fixed Issue 645. 2014-12-28 22:42:36 +00:00
Michael Möller
e94d026298 Added support for Intel Atom N2xxx, D2xxx, C2xxx, E3xxx and Z3xxx CPUs (Fixed Issue 610, Issue 422 and Issue 647). 2014-12-28 17:54:26 +00:00
Michael Möller
ce61b81e50 Added support for Intel Core M-5xxx (14nm) Broadwell CPUs (Fixed Issue 646). 2014-12-28 15:34:37 +00:00
Michael Möller
fdc917d504 Added support for Intel Xeon E5-2600/1600 v3, Core i7-59xx CPUs (Fixed Issue 617). Corrected an error in the Intel CPU power calculation (wrong bit mask for "Energy Status Units: bits 12:8"). 2014-09-16 20:35:33 +00:00
Michael Möller
bf0e26c554 Fixed an issue with the Nuvoton NCT6791D (hardware monitor i/o space lock wasn't disabled before attempting to read data). 2013-09-07 08:07:11 +00:00
Michael Möller
9f28081100 Added a configurable logging interval. 2013-08-25 19:13:35 +00:00
Michael Möller
94cbde3e97 Fixed a few stability issues in the logging implementation. Added support for logging sensors once the reappear. 2013-08-18 21:44:08 +00:00
Michael Möller
92d4954da6 Added a first data logging implementation. 2013-08-11 21:26:56 +00:00
Michael Möller
5117c1292d Fixed an issue in the NCT677X class causing a crash when calling Update. 2013-08-04 06:54:46 +00:00
Michael Möller
fb67ee38dc Changed the Intel core temperature reading to evaluate the "Reading Valid" bit 31 for package level sensors as well (undocumented). 2013-08-03 13:12:07 +00:00
Michael Möller
7513405fba Added experimental support for Intel Ivy Bridge-E CPUs. 2013-08-01 11:57:09 +00:00
Michael Möller
816b2d99b0 Refactored the SuperIOHardware class. 2013-07-21 21:03:31 +00:00
Michael Möller
84d37eec67 Fixed an issue where the voltages, temperatures, fans and controls arrays could be null (instead of zero length) causing NullReferenceExceptions in SuperIOHardware. 2013-07-21 21:02:55 +00:00
Michael Möller
6527a4450d Small correction for the Nuvoton NCT6791D super I/O chip. 2013-07-21 15:51:43 +00:00
Michael Möller
f89eb0e578 Added experimental support for the Nuvoton NCT6791D super I/O chip. 2013-07-21 14:17:11 +00:00
Michael Möller
b24637c47e Updated the version. 2013-07-14 16:32:27 +00:00