Location:
Search - linux rtc
Search list
Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下:
linuxdriver_code_tool
|-- 03
| `-- 2.6内核升级工具
| |-- device-mapper-1.00.19-2.i386.rpm
| |-- lvm2-2.00.25-1.01.i386.rpm
| |-- mkinitrd-4.2.0.3.tar.tar
| |-- module-init-tools-3.2.2.tar.bz2
| `-- modutils-2.4.5-1.src.rpm
|-- 04
| |-- 内核模块参数范例
| | `-- book.c
| |-- 内核模块导出符号
| | `-- export_symb.c
| `-- 最简单的内核模块
| `-- hello.c
|-- 05
| `-- udev源代码
| `-- udev-114.tar.gz
|-- 06
| |-- globalmem驱动
| | `-- globalmem.c
| `-- 包含2个globalmem设备的驱动
| `-- globalmem_two.c
|-- 07
| `-- 含并发控制的globalmem驱动
| `-- globalmem_lock.c
|-- 08
| |-- globalfifo驱动
| | `-- globalfifo.c
| `-- poll应用程序范例
| `-- pollmonitor.c
|-- 09
| |-- 异步通知应用程序范例
| | `-- asyncmonitor.c
| `-- 支持异步通知的globalfifo
| `-- globalfifo_async.c
|-- 10
| |-- S3C2410实时钟驱动
| | `-- s3c2410-rtc.c
| `-- 秒设备驱动与应用程序
| |-- second.c
| `-- second_test.c
|-- 11
| |-- DMA范例
| | |-- 3c505.c
| | |-- 3c505.h
| | `-- dma.h
| `-- 静态映射范例
| `-- mach-smdk2440.c
|-- 12
| |-- NVRAM驱动
| | `-- generic_nvram.c
| |-- 触摸屏驱动
| | |-- 作为input设备
| | | |-- s3c2410_ts.c
| | | `-- s3c2410_ts.h
| | `-- 作为普通字符设备
| | `-- s3c2410-ts.c
| |-- 看门狗驱动
| | `-- s3c2410_wdt.c
| `-- 平台设备
| `-- devs.c
|-- 13
| |-- IDE驱动
| | |-- ide-disk.c
| | `-- ide-h8300.c
| `-- RAMDISK驱动
| `-- rd.c
|-- 14
| |-- S3C2410串口驱动
| | |-- regs-gpio.h
| | |-- regs-serial.h
| | `-- s3c2410.c
| `-- 串口核心层
| |-- serial_core.c
| `-- serial_core.h
|-- 15
| |-- S3C2410 I2C主机驱动
| | |-- i2c-s3c2410.c
| | |-- iic.h
| | |-- regs-gpio.h
| | `-- regs-iic.h
| `-- SAA711x I2C设备驱动
| `-- saa711x.c
|-- 16
| `-- CS8900以太网设备驱动
| |-- cs89x0.c
| `-- cs89x0.h
|-- 17
| |-- ALSA工具及库
| | |-- alsa-driver-1.0.15.tar.bz2
| | |-- alsa-firmware-1.0.15.tar.bz2
| | |-- alsa-lib-1.0.15.tar.bz2
| | |-- alsa-oss-1.0.15.tar.bz2
| | |-- alsa-tools-1.0.15.tar.bz2
| | |-- alsa-utils-1.0.13.tar.bz2
| | `-- pyalsa-1.0.15.tar.bz2
| |-- ALSA驱动范例
| | |-- sa11xx-uda1341.c
| | `-- uda1341.h
| |-- ALSA应用程序范例
| | |-- pcm.c
| | `-- pcm_min.c
| |-- OSS驱动范例
| | `-- s3c2410-uda1341.c
| `-- OSS应用程序范例
| |-- mixer.c
| `-- sound.c
|-- 18
| |-- FRAMEBUFFER应用程序范例
| | `-- fb_display
| | |-- fb_display.c
| | |-- fb_display.h
| | |-- Makefile
| | |-- README
| | `-- test.c
| `-- S3C2410 LCD驱动
| |-- s3c2410fb.c
| `-- s3c2410fb.h
|-- 19
| |-- busybox源代码
| | `-- busybox-1.2.1.tar.bz2
| |-- MTD工具
| | `-- mtd-utils-1.0.0.tar.gz
| |-- nand驱动范例
| | `-- s3c2410.c
| |-- nor驱动范例
| | `-- s3c2410nor.c
| `-- yaffs&yaffs2源代码
| |-- yaffs.tar.gz
| `-- yaffs2.tar.gz
|-- 20
| |-- USB串口驱动
| | |-- usb-serial.c
| | `-- usb-serial.h
| |-- USB工具
| | `-- usbview-1.0.tar.tar
| |-- USB骨架程序
| | `-- usb-skeleton.c
| |-- USB键盘驱动
| | |-- input.h
| | |-- usb_input.h
| | `-- usbkbd.c
| `-- usb主机控制器驱动范例
| |-- ohci-s3c2410.c
| `-- usb-control.h
|-- 21
| |-- PCI骨架程序
| | `-- pci-skeleton.c
| `-- PCI驱动范例
| `-- i810_audio.c
`-- 22
|-- 范例代码
| |-- oops范例
| | |-- oops_example.asm
| | `-- oops_example.c
| `-- proc范例
| `-- sim_proc.c
`-- 内核调试工具
|-- ddd-3.3.11.tar.gz
|-- gdbmod-2.4.bz2
|-- kdb-v4.4-2.6.15-rc5-common-1.bz2
|-- kdb-v4.4-2.6.15-rc5-common-2.bz2
|-- kdb-v4.4-2.6.15-rc5-i386-1.bz2
`-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: |
Size: 25078324 |
Author: zxx000 |
Hits:
Description: 最近完成的LINUX下RTC8025的驱动,平台:AT91RM9200,主要实现时钟操作的几个接口,对开发同类产品的驱动很有借鉴作用。-recently completed RTC8025 LINUX driven platforms : AT91RM9200. main clock operation of several interfaces, the development of similar products in a very useful reference drive.
Platform: |
Size: 5120 |
Author: 周建政 |
Hits:
Description: 基于I2C的RTC(实时时钟)的小程序,用c编写的,实现的是年历功能-based on the I2C RTC (real-time clock) a small program, c prepare, and achieving the calendar function
Platform: |
Size: 9216 |
Author: 二进 |
Hits:
Description: 平台:ARM9的嵌入式LINUX
RTC时钟驱动-platforms : ARM9 Embedded Linux RTC clock drivers
Platform: |
Size: 13312 |
Author: 路晓光 |
Hits:
Description: linux开发的一些经验和总结 -linux development of some of the experience and lessons of the Linux development experience and lessons
Platform: |
Size: 136192 |
Author: 林智文 |
Hits:
Description: 测试DaVinci平台硬件RTC的linux端程序
Platform: |
Size: 1024 |
Author: liyufeng |
Hits:
Description: linux下RTC应用程序编写例子程序。
实现了gettime,settime。有makefile。
适合在arm平台运行-RTC under linux application procedures for the preparation of examples. Realize the gettime, settime. Have makefile. Suitable platform to run in the arm
Platform: |
Size: 2048 |
Author: 我电子 |
Hits:
Description: 2410平台linux下实时时钟驱动程序-2410 under the linux platform for real-time clock driver
Platform: |
Size: 5120 |
Author: maming |
Hits:
Description: linux平台下 RTC 8563驱动-linux platform RTC 8563 driver
Platform: |
Size: 3072 |
Author: pengxing |
Hits:
Description: RTC开发 ,linux下的功能,可以作为入门教程-RTC development, linux under the function, can be used as Tutorial
Platform: |
Size: 1024 |
Author: 尤金刚 |
Hits:
Description: pcf8593实时时钟的驱动实例
Real Time Clock interface for Linux on CPE with FTRTC010-pcf8593 examples of real-time clock driver Real Time Clock interface for Linux on CPE with FTRTC010
Platform: |
Size: 10240 |
Author: monk_lee |
Hits:
Description: i2c接口的实时时钟芯片rx8025的linux驱动程序-i2c interface real time clock chip rx8025
Platform: |
Size: 5120 |
Author: zh |
Hits:
Description: DS3231 RTC的Linux驱动程序,实现时间同步功能。-DS3231 RTC s Linux driver, to achieve time synchronization.
Platform: |
Size: 6144 |
Author: wenbinwu |
Hits:
Description: 标准linux 2.4.20 针对ds1302 的RTC 源码,具有充电功能!-DS1302 standard for the linux 2.4.20 source RTC with charging function!
Platform: |
Size: 33792 |
Author: tanyunxin |
Hits:
Description: Linux音频编程指南,通过代码详细介绍了Linux环境下的音频编程。-Linux Audio Programming Guide, by the code described in detail under the Linux audio programming environment.
Platform: |
Size: 33792 |
Author: wangwei |
Hits:
Description: A sample C program to demonstrate the usage of rtc() function in Linux to read the read time clock.
Platform: |
Size: 1024 |
Author: jeff |
Hits:
Description: at91sam9260 rx8025 driver(linux)
Platform: |
Size: 4096 |
Author: 常桂香 |
Hits:
Description: linux RTC 测试代码,利用三星S3C2410处理器,测试RTC模块,可以读出时间。-linux RTC test code
Platform: |
Size: 16384 |
Author: 王金波 |
Hits:
Description: s3c2410 芯片的RTC linux源码-s3c2410 chip RTC linux source
Platform: |
Size: 6144 |
Author: hujing |
Hits:
Description: linux下测试 rtc功能完整性,确保rtc模块功能完好-test for linux rtc function
Platform: |
Size: 6144 |
Author: 丛旭东 |
Hits: