上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页

2017年6月29日

在 S5PV210 的 开发板上 点亮 一个 LED 灯

摘要: 参考学习教程:周立功嵌入式Linux开发教程-(上册) 材料:首先 准备一个 安装好 Linux 的 开发板 使用 xshell 工具 连接 开发板 ,winscp 工具 连接 开发板 , 准备 一个 Ubuntu 32位 ,装上 交叉编译链。。 使用下面 代码 和 Makefile 文件 进行编译 阅读全文

posted @ 2017-06-29 10:26 所长 阅读(742) 评论(0) 推荐(0) 编辑

2017年5月19日

字符型设备驱动程序-first-printf以及点亮LED灯(四)

摘要: 怎么样 把 写的 代码 和 编译 放到 开发板上 去执行? 2017年5月22日16:34:13 需要 自己 编译 Linux 内核。。 需要 以下 几个 条件: 1、正常运行 Linux 的 开发板 1、烧录 板子上 的Linux 2、用 nfs 挂载 2、内核源码树 3、nfs 挂载的 root 阅读全文

posted @ 2017-05-19 17:22 所长 阅读(218) 评论(0) 推荐(0) 编辑

字符型设备驱动程序-first-printf以及点亮LED灯(三)

摘要: 根据 字符型设备驱动程序-first-printf以及点亮LED灯(二) 学习 修改函数 中的printf 为 printk. #include <linux/module.h> /* Needed by all modules */ #include <linux/kernel.h> /* Nee 阅读全文

posted @ 2017-05-19 09:53 所长 阅读(312) 评论(0) 推荐(0) 编辑

字符型设备驱动程序-first-printf以及点亮LED灯(二)

摘要: 编译这几个函数之前要学一下:Linux 的几个操作命令。 学习地址:http://edu.51cto.com/lesson/id-101824.html 重要的命令 有4个 :分别是 1、lsmod,2、insmod 3、modinfo 4、rmmod. 1、lsmod (list module) 阅读全文

posted @ 2017-05-19 09:18 所长 阅读(365) 评论(0) 推荐(0) 编辑

2017年5月17日

字符型设备驱动程序-first-printf以及点亮LED灯(一)

摘要: 学习使用 Linux 的 字符型设备驱动 来 进行 . 学习地址:http://edu.51cto.com/lesson/id-25710.html 第一步: 首先写 三个函数 ,2017年5月17日15:59:06 第二步:告诉 linux 内核 有这样三个函数 的 存在。2017年5月17日16 阅读全文

posted @ 2017-05-17 16:59 所长 阅读(392) 评论(0) 推荐(0) 编辑

2017年4月25日

翻译 TI SerialBLEbridge V 1.4.1

摘要: 原文地址:http://processors.wiki.ti.com/index.php/SerialBLEbridge_V_1.4.1 Sample App Overview This page details a Serial-to-BLE bridge sample application w 阅读全文

posted @ 2017-04-25 14:23 所长 阅读(537) 评论(0) 推荐(0) 编辑

2017年4月24日

LWIP2.0.2 & FreeRTOS & MQTT 客户端的 使用

摘要: 1、参考链接 :http://www.nongnu.org/lwip/2_0_x/group__mqtt.html 2、首先移植好lwip,然后添加 lwip-2.0.2\src\apps\mqtt 文件下 的 mqtt.c 文件,如果有头文件问题,清解决头文件问题! 3、根据参考链接,做一下修改 阅读全文

posted @ 2017-04-24 09:10 所长 阅读(15496) 评论(3) 推荐(1) 编辑

2017年4月21日

lwip TCP client & FreeRTOS 打开TCP 的 保活机制 LWIP_TCP_KEEPALIVE==1

摘要: 参考大神教程:http://blog.sina.com.cn/s/blog_62a85b950101aw8x.html 老衲五木 :http://blog.sina.com.cn/s/blog_62a85b950102vrr4.html 老衲五木 :http://blog.csdn.net/zhzh 阅读全文

posted @ 2017-04-21 14:30 所长 阅读(7360) 评论(0) 推荐(0) 编辑

lwip TCP client 客户端 & FreeRTOS

摘要: 1、根据某位大神 总结的经验! 阅读全文

posted @ 2017-04-21 12:11 所长 阅读(7877) 评论(4) 推荐(0) 编辑

2017年4月17日

CC2540 OSAL 学习其中原理,以及 给任务 添加 一个事件(定时发送串口消息)

摘要: 参考学习大神博客: http://blog.csdn.net/feilusia/article/details/51083953 : http://blog.csdn.net/xiaoleiacmer/article/details/41723583 1、TI 的 CC2540跑了一个 OSAL ( 阅读全文

posted @ 2017-04-17 11:33 所长 阅读(2630) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页

导航