搜索资源列表
Linux
- 介绍linux驱动模块和环境搭建,有助于初学者,主要描述Linux内核API-Introduce linux driver module and the environment to build, to help beginners, the main descr iption of the Linux kernel API
android-serialport-api
- linux下串口驱动,通过串口终端,实现在电脑上打印信息。-under linux serial port driver, print the information in the computer through the serial port terminal.
u-boot-am335x.tar
- 基于ARM335X的嵌入式LINUX编程资料,包含bootloader,驱动,API函数等配套源代码-Embedded LINUX based ARM335X programming information, including bootloader, supporting source driver, API functions, such as code
alsa-driver-api
- The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. The attached document describes the ALSA driver API.
20151217
- xrm117x.c drive, xrm117x.c驱动,api转串口linux驱动-xrm117x.c drive, api-serial linux driver
kernel_timer
- linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配