Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add device creation from write command #620

Merged
merged 3 commits into from
May 25, 2024
Merged

Add device creation from write command #620

merged 3 commits into from
May 25, 2024

Conversation

vinc
Copy link
Owner

@vinc vinc commented May 25, 2024

This will simplify the creation of device files from userspace with the following command: write <path> --dev <name>. It will allow again manual (or scripted) installation of the system.

@vinc
Copy link
Owner Author

vinc commented May 25, 2024

~
> write clock --dev rtc

~
> read clock
2024-05-25 17:47:50

~
> delete clock

~
> write clock --dev realtime

~
> read clock
1716659284.355946

@vinc vinc marked this pull request as ready for review May 25, 2024 20:03
@vinc vinc merged commit 9a2984a into trunk May 25, 2024
1 check passed
@vinc vinc deleted the feature/write-device branch May 25, 2024 20:04
@vinc vinc mentioned this pull request Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant