联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 嵌入式Linux(37) 
按平台查找All C/C++(37) 

[嵌入式Linux] Linux设备驱动开发详解4.0内核(非扫描版)

Linux设备驱动开发详解4.0内核(非扫描版).pdf 技术日新月异,产业斗转星移,滚滚红尘,消逝的事物太多,新事物的诞生也更迅猛。众多新生事物如灿烂烟 花,转瞬即逝。当我们仰望星空时,在浩如烟海的专业名词中寻找,赫然发现,Linux的生命力之旺盛顽强,斗 志之昂扬雄壮,令人称奇。它正以摧枯拉朽之势迅速占领包括服务器、云计算、消费电子、工业控制、仪器仪 表、导航娱乐等在内的众多应用领域,并逐步占据许多WINCE、VxWorks的传统嵌入式市场。 Linux所及之处,所向披靡。
Linux device driver development details 4.0 kernel (non scanning version). Pdf Technology is changing with each passing day, the industry is changing by leaps and bounds. There are too many things disappearing, and the birth of new things is more rapid. Many new things, such as fireworks, are fleeting. When we look up at the starry sky and look for it in the vast number of professional terms, we are surprised to find that Linux is full of vitality and fighting spirit. It is rapidly occupying many application fields including server, cloud computing, consumer electronics, industrial control, instrumentation, navigation and entertainment, and gradually occupying many traditional embedded markets of WinCE and VxWorks. Linux is everywhere it goes. This has something to do with the community development mode and rapid iteration of Linux. Life goes on, reconstruction goes on. (2020-12-24, C/C++, 12702KB, 下载2次)

http://www.pudn.com/Download/item/id/1608779915216485.html

[嵌入式Linux] 53.裸奔littleVGL

新唐ARM nuc972上运行littleVGL 效果还是不错的 比emwin效果好看
The effect of running littleVGL on New Tang ARM nuc972 is still better than EMWIN. (2018-07-27, C/C++, 18663KB, 下载56次)

http://www.pudn.com/Download/item/id/1532656141382977.html

[嵌入式Linux] 基于OpenWrt对路由器的智能扩展_马良

传统家用路由器只能简单提供因特网接入与数据交换功能,Open Wrt 系统可通过动态改写文件对路由器功能进行智能拓展。在 Open Wrt 基础固件上进行了功能扩展,实现了文件服务器、打印机服务器、下载服务器、远程监控等智能功能,能够满足一般家庭对路由器的功能需求。
Traditional home routers can only simply provide Internet access and data exchange, and the Open Wrt system can expand the function of the router intelligently through dynamic rewriting files. The function extends on the Open Wrt basic firmware, and realizes the intelligent functions such as file server, printer server, download server, remote monitoring and so on, which can meet the function requirement of the general family to the router. (2018-04-22, C/C++, 120KB, 下载7次)

http://www.pudn.com/Download/item/id/1524373492996164.html

[嵌入式Linux] src

基于三星210芯片上实现Webserver移植实验以及基于ZigBee无线传感网的远程监控实验。linux-2.6.35.7,中星微摄像头,TI2530zigbee。
Samsung 210 chip-based the Webserver transplant experiments and ZigBee wireless sensor network-based remote monitoring experiments. linux-2.6.35.7, Vimicro camera, TI2530zigbee. (2013-03-06, C/C++, 839KB, 下载16次)

http://www.pudn.com/Download/item/id/2149532.html

[嵌入式Linux] wanlix

Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。 Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。 我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统内核”一书,本手册不仅仅是从应用的角度介绍操作系统如何使用,更重要的是从原理的角度对操作系统的功能做了分析、设计,从无到有循序渐进一点点的增加操作系统的功能,并且每增加一个功能便配以一个例子加以演示,让读者能立刻看到代码运行的结果。 本手册记录了我从对操作系统内核不了解到写出操作系统内核的过程,这样的一个过程对你来说应该也是一个最好的学习过程。 如果你有一定的C语言基础,并且对硬件也有稍微的了解,那么我相信你一定会看明白本手册!也一定可以随心所欲的修改、扩展你需要的操作系统功能! 请登陆blog.sina.com.cn/ifreecoding获取更多资料
Wanlix is a very small kernel embedded operating system, only a few hundred bytes, but only provide task switching function, very suitable resources, especially less but require task switching project. The Mindows can provide a variety of operating system functions, real-time preemptive operating systems, mission support multiple priority preemptive scheduling, real-time task can be set to high priority real-time software system, the user can also be based on their own select the desired part of the demand, and on this basis to write code to increase the functionality they need, and can be cut. I recorded the Wanlix, and Mindows of development process, the underlying workers manual embedded operating system kernel, "a book form, this manual describes how to use the operating system not only from the application point of view, is more important functionality of the operating system from the point of view of the principle of doing the analysis, design, step-by-step a little bit o (2012-09-21, C/C++, 8338KB, 下载59次)

http://www.pudn.com/Download/item/id/1998723.html

[嵌入式Linux] Mindows5.7

Wanlix是一个内核非常小的嵌入式操作系统,只有几百个字节,但功能少,只提供任务切换功能,非常适合资源特别少但又需要任务切换的小项目。 Mindows可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。 我将Wanlix和Mindows的开发过程记录下来,就形成了这本“底层工作者手册之嵌入式操作系统内核”一书,本手册不仅仅是从应用的角度介绍操作系统如何使用,更重要的是从原理的角度对操作系统的功能做了分析、设计,从无到有循序渐进一点点的增加操作系统的功能,并且每增加一个功能便配以一个例子加以演示,让读者能立刻看到代码运行的结果。 本手册记录了我从对操作系统内核不了解到写出操作系统内核的过程,这样的一个过程对你来说应该也是一个最好的学习过程。 如果你有一定的C语言基础,并且对硬件也有稍微的了解,那么我相信你一定会看明白本手册!也一定可以随心所欲的修改、扩展你需要的操作系统功能! 请登陆blog.sina.com.cn/ifreecoding获取更多资料
Wanlix is a very small kernel embedded operating system, only a few hundred bytes, but only provide task switching function, very suitable resources, especially less but require task switching project. The Mindows can provide a variety of operating system functions, real-time preemptive operating systems, mission support multiple priority preemptive scheduling, real-time task can be set to high priority real-time software system, the user can also be based on their own select the desired part of the demand, and on this basis to write code to increase the functionality they need, and can be cut. I recorded the Wanlix, and Mindows of development process, the underlying workers manual embedded operating system kernel, "a book form, this manual describes how to use the operating system not only from the application point of view, is more important functionality of the operating system from the point of view of the principle of doing the analysis, design, step-by-step a little bit o (2012-09-21, C/C++, 8551KB, 下载66次)

http://www.pudn.com/Download/item/id/1998720.html

[嵌入式Linux] S2410shiyanzhidao-

Linux 正在嵌入式开发领域稳步发展。Linux 使用 GPL,所有对特定开发板、PDA、掌上机、可携带设备等使用嵌入式Linux感兴趣的人都可以从因特网上免费下载其内核和应用程序,并开始移植和开发。
Linux is an embedded development field have developed steadily. Linux uses the GPL, all specific development board, PDA, handheld and portable equipment, and other people interested in using the embedded Linux kernel and applications are available from the Internet for free download, and start the migration and development. (2012-06-20, C/C++, 7487KB, 下载4次)

http://www.pudn.com/Download/item/id/1918941.html

[嵌入式Linux] S3C2440A-bars

基于S3C2440A的嵌入式电力网络仪表设计S3C2440A-based design of embedded power network meters
S3C2440A-based design of embedded power network meters (2011-03-02, C/C++, 676KB, 下载9次)

http://www.pudn.com/Download/item/id/1442142.html

[嵌入式Linux] Embeded_linux_note

这是个人收集了一年的Linux学习笔记。里面有很多个人收集过来的技巧。内容有SourceInsight,Linux 的安装优化,Linux源码的学习,fedora的配置,中断的学习,eclipse的嵌入式,如何得到外网的资料 等。 使用方法: 进入linux嵌入式学习笔记->打开linuxnote.doc 里面有超过30个的文档静态连接,这样方便了读者使用。
This is a personal collection of Linux-year study notes. There are many personal collection of over skills. Content SourceInsight, Linux installation optimization, Linux source code to learn, fedora configuration, interrupt learning, eclipse embedded, how to get outside the network information. Usage: access to linux embedded Study Notes- " Open linuxnote.doc which more than 30 documents a static connection, so that convenience for readers to use. (2010-03-29, C/C++, 7006KB, 下载74次)

http://www.pudn.com/Download/item/id/1103448.html

[嵌入式Linux] VirtualCOM

USB模拟虚拟串口,这个功能现在在很多的微控制器上都会提供,NXP的也不例外了
virtual com port (2009-12-10, C/C++, 169KB, 下载60次)

http://www.pudn.com/Download/item/id/999325.html

[嵌入式Linux] linux_8139

linux下8139网卡驱动分析,非常彻底,本人照此移植成功了嵌入式设备上的网口-8139 NIC drivers under analysis, very thorough, I do the successful transplantation of embedded devices on the LAN
8139 network card drivers under linux analysis, very thorough, I do the same transplant successful embedded devices on the network I-8139 NIC drivers under analysis, very thorough, I do the successful transplantation of embedded devices on the LAN (2008-02-25, C/C++, 307KB, 下载33次)

http://www.pudn.com/Download/item/id/406139.html

[嵌入式Linux] kyyi+BIOS6

经典s3c44b0xBios引导程序代码内含详细说明 烧写步骤 1> 开发板上电 2> 执行Debug目录下的F.bat文件将bios程序烧写到flash中 3> 将PC配置为192.168.111网段 4> 用交叉网线连接开发板和PC 5> 运行串口监视软件,波特率115200 6> 开发板复位
classic s3c44b0xBios guide code contains detailed steps 1gt burning; Development board-- inversion; Debug implementation of the directory F.bat document will bios flash of burning procedures which 3gt; PC configuration of the network 4gt 192.168.111; Using cross-network link development board and PC 5GT; Serial run monitoring software, 6gt 115,200 baud rate; development board reduction (2006-04-02, C/C++, 1117KB, 下载33次)

http://www.pudn.com/Download/item/id/164647.html

[嵌入式Linux] SC440_AT100

440开发板的完整源码,包括窜口网口,LCD全套代码,系统AT1000的
440 development board complete source code, including channeling mouth LAN, LCD set of code, the AT1000 system (2006-03-15, C/C++, 610KB, 下载6次)

http://www.pudn.com/Download/item/id/154286.html

[嵌入式Linux] zlg sdmmc

周立功的 SD/MCC 卡的源码,自己的高质量源码不多,希望这个源码能为贵网添砖加瓦,我怀着虔诚的心想加入这个大集体!
weeks meritorious SD/MCC cards source, the source of high-quality small, hope your source for network building blocks, I thought with the pious to join the large group! (2006-01-18, C/C++, 25KB, 下载201次)

http://www.pudn.com/Download/item/id/141825.html

[嵌入式Linux] tcpip_ucos2

UCOS2 下的TCP/IP 协议,自己的高质量源码不多,有些也不是很通用,希望这个源码能为贵网添砖加瓦,我怀着虔诚的心想加入这个大集体!
UCOS2 under the TCP/IP protocol, source of high-quality small, some not very common. hope your source for network building blocks, I thought with the pious to join the large group! (2006-01-18, C/C++, 33KB, 下载37次)

http://www.pudn.com/Download/item/id/141824.html

[嵌入式Linux] zlg.fs

广州 周立功 的文件系统源码,适用于ucos2 操作系统,不知源码是否已经存在. 我怀着虔诚的心想加入这个大家庭,自己开发的高质量源码不多,望这个源码能为联合开发网添砖加瓦.
Guangzhou Zhou Ligong file system source code, apply to ucos2 operating system, I do not know whether the source already exists. I thought with the pious to join the family of nations and its own source of high-quality small, this source will look for joint working on building blocks. (2006-01-18, C/C++, 30KB, 下载176次)

http://www.pudn.com/Download/item/id/141823.html

[嵌入式Linux] ucos移植心得大全

ucos移植心得,非常好,写得很有用途,使用ucos的朋友应该要好好的看看,会学到很多东西的。
CENTER transplant experience, very good, very written purposes, the use CENTER friends should look at the good will learn a lot of things. (2005-04-26, C/C++, 143KB, 下载3007次)

http://www.pudn.com/Download/item/id/1114499466675861.html
12
总计:37