搜索资源列表
UART_INTERRUPT
- 嵌入式设备中UART驱动及使用的实例程序,可用于arm的相应开发板,可能要做少量的修改以达到移植的效果
OSTIMER_c
- 嵌入式时钟中断驱动程序的实例,可在ARM开发板上使用,使用ADS开发
IRQ
- ADS开发的嵌入式IRQ中断驱动及处理实例程序,包括中断向量表的构建,以及中断的触发,跳转,以及中断处理函数的编写
fatfs
- FATFS源码,非常好的嵌入式文件系统,编写好底层驱动,可以方便的用来开发U盘-FATFS source,a very good file system
slideshow
- 嵌入式开发中,用FPGA驱动VGA,在屏幕上播放幻灯片。-Embedded Development with FPGA driver VGA, the screen slideshow.
LCDdriver
- 很多嵌入式系统都带有显示屏,如何让显示屏发挥作用,就得开发lcd驱动-lcd driver
qte_mouse
- 飞凌嵌入式ok2440开发板鼠标驱动,直接烧写,即可。检测可用-Feiling embedded development board ok2440 mouse-driven, had tested already.
qte_touch
- 飞凌嵌入式ok2440开发板触摸屏驱动,直接烧写,即可。检测可用-Feiling embedded development board ok2440 touch screen-driven, Detection can be used。
Specification_of_the_Embedded_Communication_System
- 《嵌入式通信设备驱动程序设计标准化》,通过对Windows和Linux环境下设备驱动程序设计模型的比较,结合通信领域嵌入式系统的特点,提出了嵌入式通信系统设备驱动程序设计标准化的构想;通过参考常用的设备驱动程序的设计思想和设计模型,制定了嵌入式通信系统设备驱动程序的分层结构,统一了底层驱动程序对上层应用或管理程序的接口,屏蔽底层的硬件特性,实现了驱动程序的规范化、标准化;在VxWorks开发环境下,对设计标准进行了详细解析,并阐述了该标准制定的原因和意义。-This paper introduc
SDdriver
- SD卡的驱动,基于嵌入式系统,我是在S3C2410开发板上实验的-SD card driver, based on embedded system, I was in the experiment S3C2410 development board
ATP_CF_IG_detail_spec_v2.2
- ATP工业级CF卡资料,支持UDMA模式,嵌入式系统开发CF卡驱动必备。-ATP Industrial Grade CF card detail spec v2.2, support UDMA mode, embedded system CF card driver necessary.
Embedded-language-c
- 该资料中包含了嵌入式C语言的一些特点,嵌入式C语言精华,嵌入式LCD驱动程序设计,详解嵌入式LINUX启动信息和一线LINUX嵌入式开发工程师的经验。-The information includes some of the features embedded C language, the essence of the embedded C language, embedded LCD driver design, embedded LINUX start Detailed informati
ILI9325
- ili9325驱动程序代码用于嵌入式开发软件中-ili9325 driver code for embedded software development
MSD_File
- 基于LCP2400开发板的USB驱动程序 mdk keil4的编译环境 使用于NXP嵌入式芯片初学者和基于USB开发者使用-LCP2400 development board based on the USB driver mdk keil4 build environment NXP chip used for beginners and USB-based embedded developers to use
TDD-for-Embedded-C
- 《测试驱动的嵌入式C语言开发》的源代码,对于搞嵌入式C开发的兄弟很有指导意义,我从中获益良多。-" Test-driven embedded C language development source code, useful to engage in the development of embedded C brothers guiding significance, from which I learned a lot.
ili9341_driver_datasheet
- ili9341液晶控制器底层硬件驱动程序及Datasheet,用于嵌入式系统GUI开发-low level hardware driver and datasheet for ili9341 lcd controller, used in gui for embedded system.
tm4c-12864-c
- 基于tm4c1233e6pm嵌入式开发应用的12864液晶屏完整驱动-The driver of 12864 LCD screen based on tm4c1233e6pm
Cheap_Flash_FS
- Cheap_Flash_FS(STM32F103ZET6) 嵌入式NandFlash文件系统免费C代码下载 Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。 坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数。 其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统基于NAND
Touch-screen-routines
- stm32嵌入式开发驱动触摸屏开发,包括界面设计,显示汉字等。-The development of embedded STM32 touch screen driver development, including interface design, display Chinese characters etc..
LIS2DW12驱动源码
- LIS2DW12重力加速度芯片驱动源码,标准c编写,可以应用于各种嵌入式平台开发