会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阿青1987
我们忠于理想,我们面对现实。
首页
新随笔
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
43
下一页
2015年5月13日
为qt 添加 Inconsolata 字体
摘要: 1、字体介绍号称等宽字体第一位的 Inconsolatahttp://www.levien.com/type/myfonts/inconsolata.html2、下载 Inconsolata.otf3、安装到window系统中将 Inconsolata.otf 复制到 C:\Windows\Font...
阅读全文
posted @ 2015-05-13 15:41 阿青1987
阅读(505)
评论(0)
推荐(0)
2015年5月12日
imx6 spi slave 数据接收时移位寄存器的工作机理
摘要: 如上图, 移位寄存器(shift register)及 接收FIFO (RXDATA)对程序来说是透明的。唯一可访问的 Receive Data Register (ECSPIx_RXDATA) 只能访问 接收FIFO的 top 字。如下:当把 spi2 配置成为 slave 模式时,外部的主spi...
阅读全文
posted @ 2015-05-12 14:48 阿青1987
阅读(1085)
评论(0)
推荐(0)
imx6 查看设置寄存器的应用介绍
摘要: 可用于查看及设置 imx5, imx6的寄存器http://boundarydevices.com/i-mx5x-device-register-access/https://github.com/boundarydevices/imx-utils1)将下载后的 devregs_imx6x.dat ...
阅读全文
posted @ 2015-05-12 14:22 阿青1987
阅读(1244)
评论(0)
推荐(0)
2015年5月11日
imx6 spi5 master 模式下发送一包数据是按字进行片选的么?
摘要: 在使用 imx6q spi5 (spi5是我添加的)的过程中遇到了这样一个问题:1)上层app 通过 write() 向spi5发送3个字节的数据,使用示波器抓其片选信号,如下图示:2)相同的驱动程序,上层app通过 write() 向spi2发送3个字节的数据,使用示波器抓其片选信号,则每发送完一...
阅读全文
posted @ 2015-05-11 09:45 阿青1987
阅读(363)
评论(0)
推荐(0)
linux 内核源码牛人分析 链接分享
摘要: 0xAX 在这一块走的很远呀~https://github.com/0xAX/linux-insides涉及:bootingconceptsdatastructuresinitializationtheorymm
阅读全文
posted @ 2015-05-11 09:12 阿青1987
阅读(239)
评论(0)
推荐(0)
2015年5月6日
Imx6 spi时钟
摘要: 阅读手册知,imx6 的 spi 时钟是针对某一个 spi 通道进行配置的。imx6下共有5个 spi通道,spi1 ~ spi5以下为手册相关内容说明:CCGR1 寄存器相关内容
阅读全文
posted @ 2015-05-06 09:10 阿青1987
阅读(818)
评论(0)
推荐(0)
2015年5月4日
linux find 样例
摘要: 一、语法find [directories] [expression]二、参数说明-name pattern // pattern 为待查找文件配置格式,允许使用通配符,通配符前需要加转义字符如, \*,\?-type t // t 可为 f (文件),d (目录),l (符号连接),b (块设备)...
阅读全文
posted @ 2015-05-04 17:02 阿青1987
阅读(184)
评论(0)
推荐(0)
2015年4月29日
linux imx6 gpio_request 的冲突问题
摘要: imx6q 下为 c20 写gpio的驱动,在上层调用 open() 函数时总是报错,返回 -1 。之后分析 gpio_request 函数,并查找 IMX_GPIO_NR(1, 17) 在board-mx6q_sabresd.c 中的定义,发现有两处定义了, (1, 17) 并且在 mx6_sab...
阅读全文
posted @ 2015-04-29 22:07 阿青1987
阅读(1110)
评论(0)
推荐(0)
The days are long but the decades are short
摘要: Reference:http://blog.samaltman.com/the-days-are-long-but-the-decades-are-shortI turned 30 last week and a friend asked me if I'd figured out any life...
阅读全文
posted @ 2015-04-29 10:25 阿青1987
阅读(786)
评论(0)
推荐(0)
2015年4月28日
在当前shell下运行emacs 出现 fontset 'tty' does not exist.
摘要: 在终端下执行以下命令进入,shell模式的 emacs,出现如下错误$ emacs -nwerror: Fontset `tty' does not exist解决办法:修改.emacs 中关于字体的设置。(defun s-font() (interactive) ;; font config ...
阅读全文
posted @ 2015-04-28 21:36 阿青1987
阅读(1888)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
43
下一页
公告