资源列表
S3C4510b的网络驱动修正
- 针对三星的4510b芯片下网卡芯片驱动的若干修改,亦可用作深化网络设备编程的示例。-4510b against Samsung's chip card chips under a number of changes, can also be used for deepening the network device programming examples.
精解PCI Express之——系统架构篇
- 该文档概述了最新的PCI express总线的系统构架。对PCI express系统设计有所帮助-The document outlines the latest PCI Express Bus Architecture. The PCI Express system design help
Linux_V4L_capture
- Linux下通过V4L实现视频采集,使用方法: gcc -o XXXX InitVideo.c 我亲自编写,可以运行,现奉献给大家。-Linux through V4L video collection, use : gcc-o XXXX InitVideo.c I personally prepared, can run, it is dedicated to you.
v4l2
- 网上大多数linux/unix视频采集程序都是基于video4linux的.而基于V4L2的程序比较少. 本人自己写的基于video4linux2(V4L2)的视频采集程序.已经测试成功.编译请用GCC,或者交叉编译器arm-gcc之类.-linux / unix Video Collection procedures are based on the video4linux The. For the V4L2 the procedure is relatively small. I wro
tvp5150
- tvp5150视频编解码芯片驱动程序,cpu通过i2c控制该芯片,将驱动程序放入driver/i2c/chips目录下,并且在makefile文件中加入该驱动编译即可。-tvp5150 Video Decoder Chip driver, cpu through i2c control of the chip Add to Driver driver/i2c/chips directory, and the makefile to accede to the document can be dr
USB_CDC_ACM_DRIVER
- USB Abstract Control Model driver for USB modems and ISDN adapters(for Linux)-USB Abstract Control Model driver for USB m odems and ISDN adapters (for Linux)
实验26 CAN收发实验
- 基于STM32F103 的CAN 通信,里面有很详尽的注释,帮助理解(Based on STM32F103 can communication, there are very detailed notes to help understand)
Ethernet_TCP_server
- STM32F429+LAN8720A实现以太网的TCP Server通信,使用TCP协议与电脑端通讯,用作TCP Server(Stm32f429 + lan8720a realize the TCP server communication of Ethernet, use the TCP protocol to communicate with the computer, as the TCP server)
stm32f103
- 有串口,蜂鸣器,按键,定时器的整个工程代码。
HT-WAKE开源代码
- 好像公司已经倒闭了,流传在外面的开源代码,代码配对的硬件是HAWK不是HAWK2
ARM_DS5_v5.27.0x64
- ARM Development Studio DS-5 full version crack
基于32单片机的电压检测装置
- 1. 基本功能:基本实现了附件2要求的功能,因为TFT-LCD引脚损坏,故用OLED代替,开发板没有配套24C02,所以使用flash模拟EEPROM,对参数K进行掉电保护。 2. 增加功能: a.按键个数增加1个,多了一个用于时间调整,可以让时间减小。 b.可以通过串口修改实时时间,在屏幕1下,用串口助手输入指令。 c.可以通过串口更新电压上报时间,在屏幕2下,用串口助手输入指令。 d.往串口助手输入:?,即可以获得串口指令提示。更多信息见实验工程下“ReadMe”文件。