logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

高通平台LCD调试

一、概述1.1 简介       本文档主要包括LCD模块的驱动流程分析、Framebuffer相关知识、Gralloc等相关内容,以及LCD调试的一些经验和相关bug的分析和讲解。1.2  开发环境         Android:4.0         Kernel: Linux3.0         Ubuntu:需要 10.0

linux中信号完成量completion

上节中我们已经掌握了创建大量内核线程的能力,可惜线程之间还缺乏配合。要知道学习ITC(inter thread communication),和学习IPC(inter process communication)一样,不是件简单的事情。本节就暂且解释一种最简单的线程同步手段—completion。        打开include/linux/completion.h,你就会看到compl

关于如何将yaffs2源码打包入linux源码中

git clone git://www.aleph1.co.uk/yaffs2  download source codelsWe’re starting off in the directory where I stored the kernel and Yaffs source.The next step isn’t strictly necessary, but it’s

到底了