搜索资源列表
pThread
- 在Linux上实现的调用API的线程控制函数,包括线程的生成以及释放-Call the API on Linux thread control functions, including the generation and release of the thread
videodemo
- 基于arm s3c2410平台的linux系统usb摄像头监测程序。通过使用v4l的api函数从摄像头中读取数据 ,然后写人Frame Buffer, 使采集到的图像在液晶屏中显示出来。-Usb camera arm s3c2410 platform-based linux system monitoring procedures. By using the v4l api function to read data from the camera, and then writing Frame
vtss_appl_board_atom12_eval
- ATOM12 评估板上Vitesse PHY的驱动支持包-//*************************************************************************** board specific functions needed for running the PHY API at a Atom12 evaluation board. The evaluation board is equipped with a Rabbit CPU boa
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
SDL-1.2.15.tar
- Linux SDL库,封装了声音、键盘、鼠标、显卡等设备。-This is the Simple DirectMedia Layer, a general API that provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple platforms
android-serialport-api
- linux下串口驱动,通过串口终端,实现在电脑上打印信息。-under linux serial port driver, print the information in the computer through the serial port terminal.
Linux_C-
- Linux C函数学习,gun C API-Linux C function learning, gun C API
seri
- 基于ARM开发板的linux下的串口编程,做好两个API函数,可供应用程序直接调用,设置方便简单,感兴趣的也可以研究函数内部详细设置过程。-ARM-based development board serial programming under linux, do two API functions are available directly calling application, easy to set up, you can also set up a detailed study of
u-boot-am335x.tar
- 基于ARM335X的嵌入式LINUX编程资料,包含bootloader,驱动,API函数等配套源代码-Embedded LINUX based ARM335X programming information, including bootloader, supporting source driver, API functions, such as code
show-rgba.tar
- 在X环境下面显示rgba原始格式的图片数据 linux环境下从framebuffer设备节点读取到的数据是rgba原始格式的,使用这个程序可以在X环境下显示图片 cat /dev/fb0 >pic.rgba ./show-rgba pic.rgba <width> <height>-Show picture using X api
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.
linux-kernel-api
- linux内核kernel-api 非常齐全的内核编程参考目录-linux kernel-api document
usb_linux
- linux环境下,使用系统libusb封装的驱动通信接口,作用是与android手机进行通信-libusb 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 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配
ipc
- 封装了linux的ipc接口,包括两个实例-ipc api