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

Homework task6 led driver with procfs: Complete #106

Open
wants to merge 10 commits into
base: Maksym.Khomenko
Choose a base branch
from

Conversation

MrHomax
Copy link

@MrHomax MrHomax commented Mar 9, 2023

Homework task6: Implement a simple led driver that blinks the LED (connected to GPIO4) with a 2000 ms period, the button (connected to GPIO23) controls the mode of operation (blinking or not), the current state of the LED can be read from the file /proc/my_module/my_info

a-vodka and others added 10 commits December 22, 2022 16:54
Signed-off-by: Oleksii Vodka <[email protected]>
Signed-off-by: Oleksii Vodka <[email protected]>
Signed-off-by: Oleksii Vodka <[email protected]>
…uments and calculates their sum, difference and product, all driver activities are storied in the log with the pr_info function

Signed-off-by: Maksym Khomenko <[email protected]>
….gitignore except *.ko

Signed-off-by: Maksym Khomenko <[email protected]>
…ments of checkpatch.pl

Signed-off-by: Maksym Khomenko <[email protected]>
…r-with-procfs' and c sourse file to 'my_module.c'

Signed-off-by: Maksym Khomenko <[email protected]>
…an functionality, current state of the led is shown in the '/proc/my_module/my_info'

Signed-off-by: Maksym Khomenko <[email protected]>
@MrHomax MrHomax changed the base branch from main to Maksym.Khomenko March 9, 2023 23:42
@MrHomax MrHomax added the Ready for review Ready to be reviewed label Mar 9, 2023
@MrHomax
Copy link
Author

MrHomax commented Mar 9, 2023

The link to the short video with a demonstration of the work:
https://drive.google.com/file/d/1rBMn6jy2i-ADMLokUyomd5fNI67Hwk7n/view?usp=share_link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready for review Ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants