项目作者: hnkr
项目描述 :
Development of Device Driver ( Character device / null driver)
高级语言: C
项目地址: git://github.com/hnkr/Kernel-Driver-Device-Driver-LKM.git
Device Driver-LKM ( Loadable Kernel Module ) - Kernel Driver
This repo includes 3 projects.
- simple_module: Hello world project.
- char_drvr1: character device null driver which needs manually created /dev file.
- char_drvr2: character device null driver which creates /dev file automatically thanks to udev.
All projects are tested on RapsberryPi. To test IO functionality, $echo and $cat commands can be used.