Jeremy90307
0beffd5b70
Add an LED driver example using GPIO
...
Use GPIO to control LED on/off and add related GPIO knowledge.
Test detail:
- Tested on Raspberry Pi 5B with Raspberry Pi OS (Debian 12, Linux
version 6.12.1-v8-16k+)
- Verify that LED example compiles and loads successfully
- Verify that LED turns on and off sucessfully
2025-03-10 21:40:58 +08:00
Jim Huang
a16a278556
Mark 'syscall-steal' as non-working module
...
We might have to rework this kernel module.
2024-12-11 16:37:00 +08:00
Jim Huang
56f566abe6
Provide a tasklet-free example
...
Co-authored-by: Bob Mottram <bob@freedombone.net>
2024-04-21 01:09:28 +08:00
linD026
636c1e702d
Introduce Virtual Input Device Driver
...
Add the new section of input device driver, vinput[1].
Also, update the Acknowledgements.
[1] https://github.com/sysprog21/vinput
2022-04-06 17:13:29 +08:00
fennecJ
377e63449b
Remove kbleds from non-working list
...
Since #98 has fixed the error with kbleds caused by changed timer API,
now it can work again with docker container.
2021-09-12 11:47:00 +08:00
fennecJ
3fcbb8e182
Improve CI pipeline to automate module testing ( #95 )
...
The script executes insmod/rmmod twice with available kernel modules.
Close #72
2021-09-08 20:38:50 +08:00