- 博客(16)
- 资源 (10)
- 收藏
- 关注
转载 Android.mk 文件语法详解
0. Android.mk简介:Android.mk文件用来告知NDK Build 系统关于Source的信息。 Android.mk将是GNU Makefile的一部分,且将被Build System解析一次或多次。所以,请尽量少的在Android.mk中声明变量,也不要假定任何东西不会在解析过程中定义。Android.mk文件语法允许我们将Source打包成一个"m
2016-01-22 18:05:15
451
转载 Android编译过程详解
Android编译过程详解(一) Android编译过程详解(一):http://www.cnblogs.com/mr-raptor/archive/2012/06/07/2540359.html Android编译过程详解(二):http://www.cnblogs.com/mr-raptor/archive/2012/06/08/2541571.html
2016-01-22 13:41:00
531
转载 Linux power supply class(1)_软件架构及API汇整
1. 前言power supply class为编写供电设备(power supply,后面简称PSY)的驱动提供了统一的框架,功能包括:1)抽象PSY设备的共性,向用户空间提供统一的API。2)为底层PSY驱动的编写,提供简单、统一的方式。同时封装并实现公共逻辑,驱动工程师只需把精力集中在和硬件相关的部分即可。本文将从设计思路、软件架构、API说明以及怎么编写power supp
2015-08-19 11:47:45
1633
转载 USB port 如何识别不同的Charger类型
http://www.xuebuyuan.com/1023205.html基于Qualcom 8960/8921平台一,软件分析1. USB charger types & Power supply typesUSB_INVALID_CHARGER Invalid USB charger.USB
2015-08-19 07:13:14
1346
转载 android电池管理系统
1、概述随着移动智能设备的快速发屏,电池的续航能力在很大情况下诱导了大众消费者的购买选择,android系统对电源管理的合理与否直接影响到电池的续航能力,而电池系统作为其中的一部分,主要用于对电池状态的监控(电池电量、电池状态及电池温度等)。下面将详细分析android的电池系统架构。2、Android电池系统架构Android系统中对电池的管理驱动层继承了linux下的power s
2015-08-19 06:54:39
994
转载 Anreoid repo 切换分支
查看可切换的分支cd .repo/manifestsgit branch -a | cut -d / -f 3以 gingerbread-release 分支为例repo init -b android-4.1.2_r1repo sync (not needed if your local copy is up to date)repo start androi
2014-10-19 08:42:54
1774
转载 mipi协议PCB设计指南
MIPI Layout 说明前言:随着新的总线协议不断提高信号速率,如今的PCB 设计人员需要充分理解高速布线的要求并控制PCB 走线的阻抗;对于MIPI 信号来说,PCB 走线不再是简单的连接,而是传输线。MIPI 属于差分信号(Differential Signal),差分信号的优点在于更好的抗干扰性、更高的速率和更少的信号线连接。关键词:线对:指一组差分线,如CLK+和C
2014-07-18 08:16:48
9424
转载 Platform Devices and Drivers
Platform Devices and Drivers~~~~~~~~~~~~~~~~~~~~~~~~~~~~See for the driver model interface to theplatform bus: platform_device, and platform_driver. This pseudo-busis used to connect device
2014-07-06 19:57:54
799
转载 .vimrc文件配置参考
"********************************************************" 一般性配置 *"******************************************************** "关闭vim一致性原则set nocompatible "显示行号
2014-07-06 19:47:04
676
转载 How to turn Vim into a full-fledged IDE
If you code a little, you know how handy an Integrated Development Environment (IE) can be. Java, C, Python, they all become a lot more accessible when the IDE software is checking the syntax for you,
2014-07-06 19:39:23
637
转载 What is a good text editor on Linux?
Want to launch a heated debate among Linux aficionados? Ask them what is their favorite text editor. In the open source community, choosing a software to write text with, and potentially to write code
2014-07-06 19:31:38
1066
转载 无插件Vim编程技巧
1写在前面 Linux下编程一直被诟病的一点是: 没有一个好用的IDE, 但是听说Linux牛人, 黑客之类的也都不用IDE. 但是对我等从Windows平台转移过来的Coder来说, 一个好用的IDE是何等的重要啊, 估计很多人就是卡在这个门槛上了, "工欲善其事, 必先利其器"嘛, 我想如果有一个很好用的IDE, 那些Linux牛人也会欢迎的. 这都是劳动人民的美好愿望罢了
2014-07-06 07:16:50
492
转载 Android for MSM Project
The Android for MSM project allows users to build an Android based platform containing additional enhancements for Qualcomm chipsets.The platform is based upon Android Open Source Project process
2014-07-06 07:05:56
1124
原创 Android驱动开发环境搭建
主机要求: 需要准备一台安装Linux系统的电脑作为开发和编译主机。电脑主机最低配置要求: 1)硬盘容量不少于128GB; 2)RAM不小于4GB;安装步骤:1. 在电脑主机上安装64位的Ubuntu-12.04系统(Android编译环境要求必须是64位系统)2. 安装必需的软件包: $ sud
2014-07-06 06:51:07
889
C/C++华为公司面试题
2012-02-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人