Linux Driver Development for Embedded Processors - Second Edition: Learn to develop Linux embedded drivers with kernel 4.9 LTS(带目录书签),超清非扫描,文字可复制。作者:ALBERTO LIBERAL DE LOS RÍOS (西班牙)。第二版,出版年:2018。本书官方源码:https://github.com/ALIBERA/linux_book_2nd_edition 。
2020-03-15 03:08:13 6.76MB linux linux驱动开发
1
Linux下SDIO SPI接口WiFi驱动分析
2020-02-01 03:18:44 1.29MB WiFi驱动
1
8192CU LINUX驱动/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * You should have received a copy of the GNU General Public License along with * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * ******************************************************************************/ /* * Public General Config */ #define AUTOCONF_INCLUDED #define RTL871X_MODULE_NAME "92CU" #define DRV_NAME "rtl8192cu" #define CONFIG_USB_HCI 1 #define CONFIG_RTL8192C 1 #define PLATFORM_LINUX 1 //#define CONFIG_IOCTL_CFG80211 1 #ifdef CONFIG_IOCTL_CFG80211 #define CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER //#define CONFIG_DEBUG_CFG80211 1 #endif /* * Internal General Config */ //#define CONFIG_PWRCTRL //#define CONFIG_H2CLBK #define CONFIG_EMBEDDED_FWIMG 1 //#define CONFIG_FILE_FWIMG #ifdef CONFIG_WAKE_ON_WLAN #define CONFIG_WOWLAN 1 #endif //CONFIG_WAKE_ON_WLAN #define CONFIG_R871X_TEST 1 #define CONFIG_80211N_HT 1 #define CONFIG_RECV_REORDERING_CTRL 1 //#define CONFIG_TCP_CSUM_OFFLOAD_RX 1 //#define CONFIG_DRVEXT_MODULE 1 #ifndef CONFIG_MP_INCLUDED #define CONFIG_IPS 1 #ifdef CONFIG_IPS //#define CONFIG_IPS_LEVEL_2 1 //enable this to set default IPS mode to IPS_LEVEL_2 #endif #define SUPPORT_HW_RFOFF_DETECTED 1 #define CONFIG_LPS 1 #define CONFIG_BT_COEXIST 1 //befor link #define CONFIG_ANTENNA_D
2020-02-01 03:15:23 1.18MB 8192CU LINUX驱动
1
IS31FL3236A在linux下的驱动开发,led驱动程序,I2C设备
2020-01-30 03:17:41 18KB rockch
1
gt9xx 的 linux 驱动。 此资源为gt9xx在linux下的驱动,亲测在自己的板子下面编译成功,且可用。 gt9xx linux 驱动 设备树
2020-01-17 03:15:50 179KB gt9xx linux 驱动 设备树
1
宋宝华视频讲解linux驱动开发,下载文件为百度网盘地址,输入密码获取视频
2020-01-09 03:09:45 43B linux驱动
1
ADV7441 linux驱动,完整源码,make直接生成初始化应用程序。 本代码为完整驱动,并且结构分明,并非只是简单的配置几个寄存器。 阅读本代码可以完整了解7441 或7842的芯片初始化流程,简单易懂,条理性强。推荐下载。
2020-01-03 11:39:14 143KB 7441 linux 驱动
1
资源含Android应用程序->JNI->C语言层->驱动程序。 硬件开发板为讯为电子的exynos4412开发板。 主要实现从驱动到Android应用程序的逐层调用过程。关键是file_operations!! 通过Android应用程序,能够控制GPIO LED,写入数据,以及去读已写入的数据。 Android应用程序中有两个BUTTON用不上,无关紧要,这就不删掉了。
2020-01-03 11:35:43 2.21MB linux驱动 Android
1
本压缩包里包含一个pdf文件,是关于设备驱动开发详细说明和部分源码
2020-01-03 11:32:55 2.91MB Linux开发 Linux驱动 Linux设备
1
本书基于Linux2.6内核讲述了Linux嵌入式驱动程序开发的知识,全书内容涵盖了Linux2.6下的三类驱动设备,包括Linux下字符设备、块设备、网络设备的开发技术。具体内容包括Linux驱动开发入门基础知识,Linux操作系统下驱动开发核心技术,并对ARM系统的各类接口的原理、驱动开发与应用层开发进行逐一分析,其中包括GPIO、CAN、I2C、LCD、USB、触摸屏、网络、块设备、红外、SD卡等接口。
2020-01-03 11:28:30 62.72MB 嵌入式linux
1