自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Tracy Mcgrady的专栏

冰山一角。

  • 博客(10)
  • 资源 (16)
  • 收藏
  • 关注

原创 u-boot reset命令分析

首先看命令定义: 72 extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); 73  74 U_BOOT_CMD( 75         reset, 1, 0,    do_reset, 76         "Perform RESET of the CPU", 77

2012-03-23 14:21:21 4290

原创 S3C2440看门狗电路分析

看门狗的作用我想大家都应该清楚,S3C2440看门狗定时器它不仅可以当作看门狗来使用,还可以当作普通的定时器来使用。S3C2440看门狗电路模块框图:看门狗电路采用PCLK作为时钟源,PCLK通过两个分频器之后才是看门狗定时器的工作时钟。那看门狗定时器的时钟到底是多少呢,有如下计算公式:t_watchdog= 1/[ PCLK / (Prescaler valu

2012-03-23 14:14:12 1394

原创 linux系统库函数之strlen

370 #ifndef __HAVE_ARCH_STRLEN371 /**372  * strlen - Find the length of a string373  * @s: The string to be sized374  */375 size_t strlen(const char *s)376 {377         const char *sc;

2012-03-20 14:47:31 4445

原创 linux系统库函数之strcmp、strncmp

240 #ifndef __HAVE_ARCH_STRCMP241 /**242  * strcmp - Compare two strings243  * @cs: One string244  * @ct: Another string245  */246 #undef strcmp247 int strcmp(const char *cs, const char

2012-03-20 14:44:57 12683

原创 linux系统库函数之strcat、strncat

164 #ifndef __HAVE_ARCH_STRCAT165 /**166  * strcat - Append one %NUL-terminated string to another167  * @dest: The string to be appended to168  * @src: The string to append to it169  */170

2012-03-20 14:30:41 4835

原创 linux系统库函数之strcpy、strncpy

91 #ifndef __HAVE_ARCH_STRCPY 92 /** 93  * strcpy - Copy a %NUL terminated string 94  * @dest: Where to copy the string to 95  * @src: Where to copy the string from 96  */ 97 #undef strcpy

2012-03-20 14:04:09 14652

原创 linux系统库函数之memset

531 #ifndef __HAVE_ARCH_MEMSET532 /**533  * memset - Fill a region of memory with the given value534  * @s: Pointer to the start of the area.535  * @c: The byte to fill the area with536  * @

2012-03-20 13:51:30 1768

原创 linux系统库函数之memmove

573 #ifndef __HAVE_ARCH_MEMMOVE574 /**575  * memmove - Copy one area of memory to another576  * @dest: Where to copy to577  * @src: Where to copy from578  * @count: The size of the area.57

2012-03-20 13:46:20 3320

原创 linux系统库函数之memcpy

551 #ifndef __HAVE_ARCH_MEMCPY552 /**553  * memcpy - Copy one area of memory to another554  * @dest: Where to copy to555  * @src: Where to copy from556  * @count: The size of the area.557

2012-03-20 13:38:47 12560

原创 linux远程访问工具介绍

远程访问就是通过网络远端访问你的计算机1.SecureCRT这也是我最早使用的一款软件,那个时候刚使用linux,是在winddows虚拟机中装的linux,当时用的虚拟机是VMware Workstation,linux是Fedora9。因为有些文件需要从windows下传输到虚拟机的linux中,到网上就搜到了这款软件,因为它有ftp功能,并且有个窗口,一端可选择windows下目

2012-03-07 13:51:03 12500

ubox gps协议

本文档是ubox gps协议的详细介绍,在于对nmea语句的了解。

2016-01-18

hx8389b datasheet

hx8389b datasheet,方便做mipi开发的朋友们。

2015-01-05

J-Flash s3c2440的配置文件

用于J-Link J-Flash的2440配置文件,可用于mini2440 micro2440等开发板。

2014-07-05

led.tar.gz

sdcc使用Makefile的led工程实例

2014-01-13

sdcc-3.3.0-i386-unknown-linux2.5.tar.bz2

sdccc Linux x86二进制包。

2014-01-02

u-boot nor flash驱动

u-boot的完整nor flash驱动,nor flash型号为sst39vf1601。

2012-06-01

64-ia-32-architectures-software-developer

Intel处理器软件开发参考手册,对于理解Intel体系架构,以及汇编程序编程都有帮助

2011-12-02

Linux汇编教程

Linux下AT&T语法汇编教程,讲AT&T语法汇编比较少,讲的好的就更少了

2011-11-29

AT&T语法汇编教程

Linux下AT&T语法汇编程序教程,将AT&T语法书比较少,好的书就更少了

2011-11-28

深入理解计算机系统

以程序员角度理解计算机系统知识,适用于那些想要写出更快、更可靠程序的程序员。

2011-11-28

QT编程艺术

QT编程艺术,个人觉得比较好的QT编程书籍

2011-11-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除