08 2018 档案

新手搭建 x-boot 编译环境笔记
摘要:1、需要先搭建交叉编译环境,即制作交叉编译工具链,这个过程比较复杂,所以我在这里使用别人做好的交叉编译工具链。 2018年8月27日15:03:37 2、X-boot 源码github地址:https://github.com/xboot/xboot 3、交叉编译工具链下载地址:(下面截图在上面的链 阅读全文

posted @ 2018-08-29 14:42 所长 阅读(971) 评论(0) 推荐(0)

nRF5282 资料链接帖子
摘要:官方硬件设计参考 阅读全文

posted @ 2018-08-02 15:37 所长 阅读(315) 评论(0) 推荐(0)

树莓派 log 日志 打印到 TXT
摘要:#include #include #include #include #include #include #include int vAppLogPrintf( uint8_t *buff, uint32_t len ) { int f_log; f_log = open( "log.txt", O_CREAT|O_RDWR... 阅读全文

posted @ 2018-08-02 14:45 所长 阅读(699) 评论(0) 推荐(0)

导航