资源列表
[嵌入式Linux] s3c2440_wheel_driver
说明:基于2440的板子,原理是一个gpio被外部中断后,另一gpio会后90度的相位滞后,希望对大家有用。-driver for digital wheel device base on s3c2440 platform.<老谢> 在 2025-02-01 上传 | 大小:10kb | 下载:0
[嵌入式Linux] s3c2440_key_iic
说明:基于2440的板子,用两块pcf8574作为io扩展,通过iic进行通信,只占用了2个goio口,很有参考价值。-driver for keys device base on s3c2440 platform.<老谢> 在 2025-02-01 上传 | 大小:13kb | 下载:0
[嵌入式Linux] rootfs.tar
说明:基于linux-arm-gcc 4.3.3编译的2440根文件系统-Based on linux-arm-gcc 4.3.3 compiled 2440 file system<jiee> 在 2025-02-01 上传 | 大小:29.6mb | 下载:0
[嵌入式Linux] module_simple
说明:module_simple 简单的内核模块,旨在正常加载和卸载内核模块,适合初学者上级测试-module_simple simple kernel module to the normal load and unload kernel modules, suitable for beginners to higher test<sun> 在 2025-02-01 上传 | 大小:45kb | 下载:0
[嵌入式Linux] module_param
说明:module_param 内核模块实例,带参数,演示了如何向模块传递整形、长整形、字符串等参数-module_param kernel module instance, with the parameters, the module demonstrates how to pass integer, long integer, string and other parameters<sun> 在 2025-02-01 上传 | 大小:48kb | 下载:0
[嵌入式Linux] register_chrdev
说明:register_chrdev 注册字符设备实例,提示加载模块后,需mknod建立相应的文件节点,在执行test测试程序-register_chrdev register character device example, prompts to load the module, the need to establish the appropriate file mknod node in the test program test<sun> 在 2025-02-01 上传 | 大小:74kb | 下载:0
[嵌入式Linux] linux_device_ioctl
说明:linux_device_ioctl ioctl是设备驱动程序中对设备的IO通道进行管理的的函数,程序可以通过ioctl想设备发送命令、参数等配置信息-linux_device_ioctl ioctl is device driver for device IO channel management functions, the program can send commands via ioctl to the device, p<sun> 在 2025-02-01 上传 | 大小:73kb | 下载:0
[嵌入式Linux] linux_device_lseek
说明:linux_device_lseek seek接口用来对设备的读写位置进行定位,其中off是偏移量,whence参数是起点的位置-linux_device_lseek seek to read and write interface is used to position the device to locate where off is the offset, whence parameter is the starting po<sun> 在 2025-02-01 上传 | 大小:75kb | 下载:0
[嵌入式Linux] linux_device_poll
说明:linux_device_poll poll接口是判断是否有数据可以读写,使用于select函数来查询设备当前状态,以便用户获知是否对数据进行非阻塞访问-linux_device_poll poll interface is to determine whether there is data to read and write, use the select function to query the device on the<sun> 在 2025-02-01 上传 | 大小:78kb | 下载:0
[嵌入式Linux] linux_device_fasync
说明:linux_device_fasync 驱动程序与应用程序不能直接通讯,可以采用异步通讯来读取数据,这样应用程序就不要一直查询设备状态,当数据到达时,会主动通知-linux_device_fasync driver can not communicate directly with the application, asynchronous communication can be used to read data, so app<sun> 在 2025-02-01 上传 | 大小:74kb | 下载:0
[嵌入式Linux] usbkey_TEXT
说明:USB即Universal Serial Bus,中文称“通用串行总线”,是由Compaq、IBM、Intel、Microsoft、NEC和Northern Telecom七家公司于1995年所研发与规范出来的,随着近几年的推广与应用,USB已经成为个人计算机的标准的外设接口,并将逐步取代所有的各种传统外围接口,如串行端口、并行端口以及游戏接口等。-USB is Universal Serial Bus, Chinese as the<杨志> 在 2025-02-01 上传 | 大小:102kb | 下载:0