Skip to content

Releases: Steve-Tech/CrOS_EC_Python

v0.2.0 - Native Windows Driver

05 Sep 09:28
6628851

Choose a tag to compare

This release adds support for Framework's official Windows driver.

It also bumps the required version of the LpcCrOSEC PawnIO module to 0.1.5 (downloadable here).

Full Changelog: 0.1.0...0.2.0

v0.1.0 - Initial Alpha Release!

13 Apr 04:11
736ec98

Choose a tag to compare

I have decided to take this project out of 'Pre-Alpha', and into 'Alpha'. With that, I have bumped the release version to 0.1.0.

This release adds support for the Windows PawnIO driver which is a fairly new scriptable kernel driver, the official signed version can be downloaded here.

FreeBSD support was also added, through the use of the /dev/io device file.

Full Changelog: 0.0.4...0.1.0

v0.0.4 - Windows Support

24 Mar 11:45
6e3b908

Choose a tag to compare

Windows Support was added in this release, so it is possible to run YAFI on Windows using gvsbuild and installing YAFI via pip. You will also need to copy WinRing0x64.dll and WinRing0x64.sys to either the same
directory as python.exe, or to C:\Windows\System32.

What happened to 0.0.3? It broke Linux support.

Full Changelog: 0.0.2...0.0.4

v0.0.2 - Framework specific commands!

19 Mar 10:54
b907295

Choose a tag to compare

This is the second release of CrOS_EC_Python! Below are the interfaces and command abstractions supported by this release.

Supported interfaces:

Abstracted commands:

General / test commands (general)

Get features (features)

PWM commands (pwm)

LED control commands (leds)

Thermal engine commands (thermal)

Framework Specific Commands (framework_laptop)


Full Changelog: 0.0.1...0.0.2

v0.0.1 - First release!

24 Jul 03:09
9161a10

Choose a tag to compare

This is the first release of CrOS_EC_Python! Below are the interfaces and command abstractions supported by this release.

Supported interfaces:

Abstracted commands:

General / test commands (general)

Get features (features)

PWM commands (pwm)

LED control commands (leds)

Thermal engine commands (thermal)


Full Changelog: https://github.com/Steve-Tech/CrOS_EC_Python/commits/0.0.1