摘要:
应用层除了通过setitimer/getitimer设置获取timer外,还可通过timer_create()等一系列函数实现应用层timer功能。 应用流程 The timers created by timer_create() are commonly known as "POSIX (int 阅读全文
摘要:
查看内存 常用的查看内存工具有:top,ps,free,/proc/meminfo,/proc/$PID/status等,一般都指定了虚拟内存占用情况,但ps或/proc/$PID/status中RSS或RSZ指定的是实际内存大小。 1)free root:~# free total used fr 阅读全文
摘要:
配置内核 make menuconfig,选中device驱动 Device Drivers >USB support >USB Serial Converter support > (1)USB Generic Serial Driver. (2)USB FTDI Single Port Seri 阅读全文