资源列表
stm32
- 用STM32做为主控制芯片,步进电机的控制程序-Mainly to do with the STM32 chip control, stepper motor control program
s3cfb_ls035b3sx01_dsi
- S5PV110 MIPI DSI driver s3cfb_ls035b3sx01_dsi.c-S5PV110 MIPI DSI driver s3cfb_ls035b3sx01_dsi.c
I2C
- IIC总线的初始化 以及常见的IIC接口函数的初始化-IIC bus initialization initialization and common IIC interface function
memdev
- linux入门驱动 将内存一块区域当文件,在用户模式对其进行读写 包括驱动和应用两部分-Linux driver example
msgqueue
- 自编linux中基于消息队列的进程间通信模块,经过调试恩能够成功应用的模块-Editing the Linux interprocess communication module based on message queue, after debugging successfully application module
EmbedSky_irq
- linux的ad驱动,spi通信,而且是模拟spi通信,每5毫秒采集一次,一共采集10秒钟,平台是s3c2440+linux3.6.9-linux driver of the ad, spi communication, and simulation spi communication, collected once every 5 milliseconds, 10 seconds total acquisition platform is s3c2440+ linux3.6.9-Linux A
a20_tvout_patch
- a20_tvout patch a20_tvout patch
mpu6050driver
- 基于linux的mpu6050驱动。使用模拟的iic驱动,六轴陀螺仪-Linux-based mpu6050 drive. Using simulated iic driver, six-axis gyroscope
ts209-setup
- QNAP TS-109/TS-209 Board Setup for linux.
TIM_PWM_Output-main
- STM32 TIM PWM输出示例 TIM_PWM_Output-main.c-STM32 TIM PWM output demo code TIM_PWM_Output-main.c
ADCdrives
- ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
makefile
- 该文档是s3c2440芯片的spi1接口在linux系统中驱动模块的makefile文件。可以直接在文档目录下执行make命令。-this file is the makefile of the driver of s3c2440 s spi interface。you can exercise the command make in the same pathetic。