SuperTao / LinuxDriverLinks
总结Linux驱动写法,编写关于字符设备,platform,锁,中断等example。
☆18Updated 3 years ago
Alternatives and similar repositories for LinuxDriver
Users that are interested in LinuxDriver are comparing it to the libraries listed below
Sorting:
- Linux设备驱动开发详解代码清单☆19Updated 10 years ago
- A demo use rkmedia to encode H.264 on Rockchip RV1109/RV1126.☆32Updated 5 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- 相对于以前的板级文件的配置,Linux内核设备树(dts)成为了主流,记录学习过程。☆15Updated 6 years ago
- 一个基于libmad与alsa的mp3播放器☆14Updated 8 years ago
- 韦东山驱动开发源代码☆15Updated 9 years ago
- awtk port for linux framebuffer☆114Updated 2 months ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- embedfire all linux serial product kernel code☆19Updated 3 months ago
- embedfire Linux Qt Demo☆91Updated 4 years ago
- My Makefile for Linux, application & driver☆44Updated 5 years ago
- 嵌入式Qt应用开发教程配套代码☆27Updated 4 years ago
- 该库首先是学习framebuffer的一些例程,后面就是使用framebuffer实现linux的屏幕截屏,然后再使用framebuffer实现一款android app的屏幕截屏,最后,尝试使用frame buffer来实现屏幕录制.☆30Updated 10 years ago
- 《Linux 设备驱动开发详解》(宋宝华) 学习笔记☆21Updated 6 years ago
- Camkit是一个摄像头相关的工具箱,使用C语言写成,包含了从:图像采集-->色彩转换-->H264编码-->RTP打包-->网络发送的全套接口。☆50Updated 8 years ago
- 应用程序基于UVC驱动的任意USB/COMS摄像头,支 持输入格式YUYV、MJPEG以及标准RGB的原始格式,将数据转化为标准的RGB,缩放并合并,最终在LCD和PC虚拟终端(SVGA)显示实时视频监控。☆16Updated 5 years ago
- ☆29Updated 7 years ago
- ☆74Updated last year
- ARM体系结构学习+ARM uboot+Linux内核+Linux驱动☆165Updated 4 years ago
- Linux环境C语言编程项目多级Makefile管理模板☆26Updated 8 years ago
- 以一个简单计算器为例,展示传统、MVC、MVP和MVVM几种模式在AWTK上的实现方法。☆11Updated 4 years ago
- 学习Linux设备树,基于高通SDM450芯片,分析GPIO,I2C,SPI,UART。☆24Updated 6 years ago
- 《Linux设备驱动开发详解——基于最新的Linux4.0内核》源码☆31Updated 3 years ago
- hardware && Linux drive && Android☆32Updated 6 years ago
- libusb test demo☆37Updated 7 years ago
- ☆21Updated 8 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆25Updated 4 years ago
- ☆33Updated 4 years ago
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 4 years ago
- luvcview is a camera viewer for UVC based webcams. It includes an mjpeg decoder and is able to save the video stream as an AVI file.☆44Updated 10 years ago