Skip to content

Releases: data-modul/eAPI

dmo-v2020.12.23

Choose a tag to compare

@reyhaney84 reyhaney84 released this 23 Dec 11:48

Improvement in EEPROM , Storage and I2C

dmo-v2019.02.19

Choose a tag to compare

@reyhaney84 reyhaney84 released this 20 Feb 08:21

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

Choose a tag to compare

@reyhaney84 reyhaney84 released this 19 Feb 16:13

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

Choose a tag to compare

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

dmo-v2017.05.19

Choose a tag to compare

@reyhaney84 reyhaney84 released this 19 May 08:04

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

dmo-v2017.03.08

Choose a tag to compare

@reyhaney84 reyhaney84 released this 08 Mar 09:45

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

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

Choose a tag to compare

@reyhaney84 reyhaney84 released this 13 Feb 13:49

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.