发布时间:2012-12-25 17:37:05
串口的头文件: 点击(此处)折叠或打开#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <termios.h>#include <errno.h>#include <string.h>串口的参数设置: 点击(此处)折叠或打开/* set the terminal parameter */v......【阅读全文】
发布时间:2011-04-29 14:33:21
profile使用:profile功能是架构无关的,可以用来监视linux内核的4项功能,即: 11 #define CPU_PROFILING 1 12 #define SCHED_PROFILING 2 13 #define SLEEP_PROFILING 3 14 #define KVM_PROFILING 4要想找开profile功能,除了要在menuconfig中打开支持选项外.........【阅读全文】