摘要: itop4412 LCD设备驱动详解: https://blog.csdn.net/cmh477660693/article/details/53047495 Android LCD https://blog.csdn.net/xubin341719/article/details/9125799 阅读全文
posted @ 2018-04-22 10:25 王掌柜 阅读(96) 评论(0) 推荐(0)
摘要: 1 #include <linux/module.h> 2 #include <linux/init.h> 3 4 //#include <linux/kernel.h> 5 //#include <linux/fs.h> 6 #include <linux/interrupt.h> 7 #incl 阅读全文
posted @ 2018-04-07 22:32 王掌柜 阅读(155) 评论(0) 推荐(0)
摘要: linux命令全称: http://blog.csdn.net/chinayuan/article/details/51291666 1、pwd print name of current/working directory 显示路径 2、mv 可用于重命名 将目录A重命名为B :mv A B 阅读全文
posted @ 2018-02-24 23:22 王掌柜 阅读(150) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/ruglcc/article/details/7814546 Makefile经典教程 https://blog.csdn.net/liuhaoyutz/article/details/7382956 Makefile 模板 阅读全文
posted @ 2018-02-07 16:52 王掌柜 阅读(97) 评论(0) 推荐(0)