搜索资源列表
Embedded_FAT_File_System_for_AVR_Memory_Stick
- < AVR_U盘嵌入式FAT文件系统> 文件介绍了AVR Memory Stick嵌入式中实现类似操作系统的FAT文件管理系统,这些内容主要包括,文件系统的命名规范,文件寻址路径规范,文件系统核心数据结构的定义,文件系统读写类函数原型的定义。
wennn
- 关于嵌入式文件系统软件设计方面的文章,希望对大家有帮助!-on embedded system software design document articles on the subject, and I hope to be helpful!
嵌入式Linux系统与XP通过串口进行传送文件
- 详细介绍如何实现嵌入式Linux系统与XP通过串口进行传送文件
串行EEPROM中数据文件系统的建立
- 串行EEPROM中数据文件系统的建立
rootfs.rar
- 嵌入式根文件系统裁减方法文档.pdf,可以参考一下,Embedded root file system methods to reduce the document. Pdf, can refer to
qtopia_linux_busybox
- 制作嵌入式linux下基于qtopia的图形文件系统的完整过程描述,包括qtopia、busybox的使用等-The production of embedded linux graphics qtopia based file system integrity of the process descr iption, including qtopia, busybox use
MemoryMappingFile
- 本文分析了Win32 环境下内存映射文件技术的系统实现原理, 并结合嵌入式文件系统的特点, 给出了该技术在嵌入式 实时通讯系统中对多进程间数据共享问题的解决方案-This paper analyzes the circumstances Win32 memory-mapped file system technology principle, combined with the characteristics of embedded file system, given the techno
linuc-lcd-driver
- 这是介绍嵌入式LINUX文件系统制作方法和步骤 embed linux file system make-embed linux file system make
embed-linux-fs-make
- 介绍制作嵌入式LINUX文件系统方法和步骤 embed linux file system make-Introduce the production of embedded LINUX file system methods and steps to embed linux file system make
embed-linux-filesystem
- 介绍任何制作嵌入式linux根文件系统的过程包括busybox,-Introduction of any production of embedded linux root file system process includes busybox,
linux-embed-filesystem
- 介绍嵌入式linux文件系统的框架和制作步骤-Introduction of embedded linux file system framework and the production steps
OntheDSPplatformembeddedfilesysemresearchaddesign.
- 主要是描述了于DSP平台的嵌入式文件系统的研究与设计.pdf-Is mainly described in the DSP platform, embedded file system research and design. Pdf
FS
- 一种加载在uCOS_II内核上的嵌入式文件系统-UCOS_II kernel of a load on the embedded file system
Patterns_for_timetriggered_embedded_systems
- 文件中包含时间触发嵌入式系统设计模式 8051系列微控制器开发可靠应用的英文原版,中文翻译版和C++实例。本书前所未有地提出一整套软件模式,为开发嵌入式软件系统提供帮助。书中讨论了基于广为使用的8051系列微控制器进行设计并应用软件 的方法。此外还重点关注了其可靠性。本书从简单系列复杂系统。列举了大量详尽的的实例。-File contains a time-triggered embedded system design 8051 series micro-controller developm
linux_files
- 高级文件系统实现者指南,关于Linux文件系统的详细介绍,十分有用,特别是嵌入式应用方面。-Advanced File System Guide, on the Linux file system details, very useful, especially in embedded applications.
Buildroot
- buildroot的详细使用方法,此工具是做嵌入式文件系统的牛B工具,希望大家早日学会它-detailed use of buildroot, this tool is to do the cattle B of the embedded file system tools, hope that we learn it as soon as possible
MSP430F5438PFatFs
- 基于MSP430F5438和FatFs嵌入式文件系统的实现-Based on the MSP430F5438 and FatFs embedded file system
WEB-003
- 在传统的Web 应用中,Web 服务器往往与数据库系统或者文件系统并存在一台高性能的计算机系统中,数据库服务器是Web 服务器的信息来源,Web 服务器则是系统的信息发布中心,它接收来自浏览器的请求,并根据请求生成新的页面发送给Web 浏览器,完成信息在网络范围内的传输。Web 服务器检索 的信息来自数据库系统,实时性要求不高,可以满足常规的查询和检索系统的要求。 随着嵌入式系统技术的发展,人们越来越多的采用WEB 技术进行嵌入式系统的远程监控。-In traditional Web a
busybox
- 利用busybox制作2440 linux嵌入式文件系统,步骤详细-Using busybox production of the 2440 linux embedded file system and detailed steps
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为