Skip to content

Releases: data-modul/eAPI

dmo-v2020.12.23

23 Dec 11:48

Choose a tag to compare

Improvement in EEPROM , Storage and I2C

dmo-v2019.02.19

20 Feb 08:21

Choose a tag to compare

Accept 8bit I2C address from user and shift it to 7bit

Based on EAPI specification, the I2C device address is expected in 8-bit hex format with the 7-bit address in the upper seven bits and the lowest bit set as read (1) / write (0) bit accordingly. In other words, user must enter encoded 7bit address. EAPIlib should decode that later.

dmo-v2017.08.07

19 Feb 16:13

Choose a tag to compare

Add EApi Extensions PWM Functions.
These functions are used to control the PMW feature if supported in hardware, they do not exist in the PICMG® EAPI Specification R1.0.

dmo-til-v4.7-v2017

22 May 06:38

Choose a tag to compare

Use ACPI control method to fetch HWMON data instead of using HWMON driver

dmo-v2017.05.19

19 May 08:04

Choose a tag to compare

Use ACPI control method to fetch HWMON data instead of using HWMON driver

dmo-v2017.03.08

08 Mar 09:45

Choose a tag to compare

Added support gpio control for kernel below 4.7 and kernel above 4.8.

Two branches are specified:

  • eapi-til-v4.7 : for kernel up to 4.7 and less
  • master : for kernel 4.8 and above

in control GPIO in kernel 4.8 and above, new GPIO API character device mechanism is used.

dmo-til-v4.7-v2017.03.08

08 Mar 09:43

Choose a tag to compare

Added support gpio control for kernel below 4.7 and kernel above 4.8.

Two branches are specified:

  • eapi-til-v4.7 : for kernel up to 4.7 and less
  • master : for kernel 4.8 and above

in control GPIO in kernel below 4.7, sysfs mechanism is used.

dmo-v2017.02.06

13 Feb 13:49

Choose a tag to compare

Added eapi-lib support for the following features:

  • gpio pins
  • Watchdog
  • Backlight
  • user storage

remarks:

  • gpio functionality works only under kernel 4.8 and above.