Skip to content

1.2.0

Choose a tag to compare

@Blacktempel Blacktempel released this 28 Aug 17:55
· 37 commits to master since this release

SMBusInterface:

  • add proc_call in base class

SMBusI801:

  • add WaitIntrTimeout as property to allow changing the value
  • add PROC_CALL for page change while write protection is active
  • change WaitIntr handling a bit

SMBusManager:

  • remove SMBusNVAPI from default detection methods

DDR4Accessor:

  • read timings according to JEDEC

DDR5AccessorBase:

  • read write recovery time and use it
  • reduce page changes for Serial Number and Module Part Number reads
  • integrate new page change via PROC_CALL
    • unfortunately not yet working on Linux due to Linux Kernel implementation

DDR5Accessor:

  • read timings according to JEDEC

DDR4 & DDR5 Constants:

  • constants for timings were added

SPDConstants:

  • tweaked retry amount for thermal sensor read

Fixes:

  • PageData SPDRevision flag was invalid
  • possible exception in ISOWeek

Manufacturers have been updated with latest release data.

Some utility methods / classes have been added.
TestClass has been adjusted to reflect current changes.