Merged
Conversation
New version of py2hwsw includes rootfs with alternative auto-generated iob_timer Linux drivers: sysfs, dev, and ioctl
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the py2hwsw framework dependency to version 63d81d8a0b6cd97755a652617bb71e4f644ad3eb, which introduces significant enhancements to the Linux system capabilities. The new version includes the iob_system_linux parent module with an updated root filesystem containing pre-compiled iob_timer kernel module drivers and test programs supporting three kernel-user space interfaces (sysfs, dev, and ioctl).
- Updated py2hwsw commit hash to point to the new version with enhanced Linux support
- Updated SHA256 hash to maintain Nix package integrity verification
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New version of Py2HWSW includes the iob_system_linux parent module with a new root filesystem.
The new rootfs contains a pre-compiled version of the new auto-generated iob_timer kernel module driver with support for three kernel-user space interfaces: sysfs, dev, and ioctl.
It also includes three pre-compiled user-space programs to test each interface of the iob_timer driver.
The new Py2HWSW version includes changes up to commit: https://github.com/arturum1/py2hwsw/tree/63d81d8a0b6cd97755a652617bb71e4f644ad3eb
Please create tag
M2.bafter merging this PR