搜索资源列表
Linux_driver_devepment
- 这是一开发Linux驱动的基本流程,通过它可以让你更清楚的了解linux驱动开的步骤和一 些注意事项。-This is a linux development is the fundamental processes, it can make you better understand the linux the steps and a few points for attention.
Android-driver-development
- 介绍如何进行Android底层驱动开发,详解Android底层的几种重要机制,并举例说明驱动开发流程 -Describes how the development of Android underlying driver Detailed Android underlying several important mechanism, and an example-driven development process
ARM11_6410--3
- 本文介绍了ARM单片机嵌入式系统的开发流程,详细介绍了初学者应该如何着手学习嵌入式系统开发-This article describes the ARM microcontroller embedded system development process, detailing how beginners should start learning embedded systems development
cameraV4L2
- 基于V4L2的视频驱动开发,主要讲解视频开发驱动的流程-V4L2 video-driven development based mainly on the development of video-driven process
tools
- 设备开发调试源代码文件,描述了设备的开发原理、工作流程-the device driver source code, it shows how to develop the device driver and how it works
Eclipse_develop
- 用于eclipse插件的学习和开发,详细描述了具体开发的流程-this is written for sb. to study and develop eclipse
9th_led_bus_drv_dev
- 平台设备驱动代码框架,通过led灯的例子来描述了平台驱动开发的流程。-Platform device driver code framework, by way of example to describe the led lights platform-driven development process.
unixd
- 测试驱动开发,英文全称Test-Driven Development,简称TDD,是一种不同于传统软件开发流程的新型的开发方法。它要求在编写某个功能的代码之前先编写测试代码,然后只编写使测试通过的功能代码,通过测试来推动整个开发的进行。这有助于编写简洁可用和高质量的代码,并加速开发过程。-Test-driven Development, English full name Test- Driven Development, hereinafter referred to as TDD, is a