122 Commits

Author SHA1 Message Date
Michael Möller
a3fe5e66bd Added AMD family 15h model 60h and 70h CPU support. 2020-05-12 23:48:53 +02:00
Michael Möller
887c95684f Updated the version. 2020-05-06 00:00:41 +02:00
Michael Möller
b04c151c77 Added support for multiple processor groups. Changed the ThreadAffinity class to use a new struct GroupAffinity. Changed operating system checks to make use of a new flag OperatingSystem.IsUnix. 2020-05-05 23:11:28 +02:00
Michael Möller
8afd59327e Added the AMD GPU driver version to the report. Added a check for erroneous ActivityPercent values returned by the ADL_Overdrive5_CurrentActivity_Get method. 2020-03-11 21:34:33 +01:00
Michael Möller
2019791af9 Added more ADL (AMD Display Library) functions and extended the AMD GPU report. Added an enum type for ADL function result status values. 2020-03-09 23:45:35 +01:00
Michael Möller
43e4e79ab4 Added more details to the AMD GPU report. 2020-03-08 22:58:53 +01:00
Michael Möller
e3721139c5 Updated the version. 2020-03-01 23:21:08 +01:00
Michael Möller
9b4a36942f Fixed an IndexOutOfRangeException in the AMD GPU report. 2020-02-29 21:57:58 +01:00
Michael Möller
9b55e1f66d Added support for ADL (AMD Display Library) Overdrive8 GPU sensors. 2020-02-28 23:21:59 +01:00
Michael Möller
97b03945ae Added more null checks to the MainForm.SaveConfiguration method. Updated the version. 2020-02-26 00:33:23 +01:00
Michael Möller
f659204b5c Updated the version. 2020-02-24 22:59:48 +01:00
Michael Möller
5633649512 Updated the about box and version info. 2020-01-31 23:18:02 +01:00
Michael Möller
e199e0ccc6 Added experimental support for Intel Atom CPUs with Apollo Lake microarchitecture. Added experimental support for Intel model 55h Skylake CPUs. 2018-01-08 22:09:58 +01:00
Michael Möller
ba523c8f92 Updated the year to 2017 and fixed a typo in the about box. 2017-01-18 20:12:53 +01:00
Michael Möller
d53db334dc Fixed issue #909 (missing Intel 7700K core temps) 2017-01-18 20:01:46 +01:00
Michael Möller
336a4b5a0c Fixed the Samsung SSD Total Bytes Written sensor to use 48-bit raw data (instead of 32-bit) and corrected the label to "Total Bytes Written" instead of "Total LBA Written". 2016-11-09 20:16:11 +01:00
Michael Möller
556891a8c9 Updated the version. 2016-11-06 17:18:36 +01:00
Michael Möller
d7316f81bb Added Intel CPU models 0x4F and 0x56. 2016-05-26 15:14:29 +02: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
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
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
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
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
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
Michael Möller
67354b4125 Added support for the Fintek F71869A (F71868AD) super I/O chip. 2013-06-30 11:41:36 +00:00
Michael Möller
9868e12d7a Added experimental support for AMD family 15h model 1Xh and family 16h CPUs. 2013-06-29 16:12:40 +00:00
Michael Möller
57915384c8 Added code to handle exceptions when creating the report for drives that are no longer available/ready. 2013-06-09 20:11:20 +00:00
Michael Möller
dcfa8ef3f9 Added additional exception handling to the http server. 2013-06-09 19:25:44 +00:00
Michael Möller
81a926cfc9 Added Fahrenheit support to the plot. 2013-06-09 17:44:05 +00:00
Michael Möller
ea68316dc7 Added the new OxyPlot based plot implementation. 2013-06-09 16:08:59 +00:00
Michael Möller
acc4149327 Fixed Issue 415. 2012-11-19 21:05:41 +00:00
Michael Möller
eac9cc4d11 Changed the super I/O fan control: Fan controls are now always displayed, even if the value is null (as for example for ITE 87XX chips in automatic mode. 2012-11-04 13:10:53 +00:00
Michael Möller
1ccebc6850 Added additional Fintek chips to the lm-sensors interface. 2012-11-03 17:58:55 +00:00