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

Implement system timers #24

Open
sebastianene07 opened this issue Dec 31, 2019 · 0 comments
Open

Implement system timers #24

sebastianene07 opened this issue Dec 31, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@sebastianene07
Copy link
Owner

sebastianene07 commented Dec 31, 2019

Provide an interface to the user applications that allows timer peripheral access. Add an upper layer that manages the peripheral resource access and registers with the virtual file system as "/dev/timer" . In order to access the timers an app has to open this device and send an ioctl with the request. The upper layer will process this request and it will add the timer in a list. Applications can wait for expiration in a read() call or can ask for elapsed time by sending an ioctl.

@sebastianene07 sebastianene07 added the enhancement New feature or request label Dec 31, 2019
@sebastianene07 sebastianene07 changed the title Implement timers Implement system timers Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant