上一页 1 ··· 4 5 6 7 8 9 10 下一页

2017年2月24日

Raspberry Pi Hardware

摘要: The hardware in the Raspberry Pi Raspberry Pi Camera Module Compute Module Sense HAT Display Schematics Schematics for the Raspberry Pi Schematics for 阅读全文

posted @ 2017-02-24 09:49 merlindu 阅读(175) 评论(0) 推荐(0) 编辑

2017年2月23日

LEDE Project

摘要: https://lede-project.org/ The LEDE Project (“Linux Embedded Development Environment”) is a Linux operating system based on OpenWrt. It is a complete r 阅读全文

posted @ 2017-02-23 20:15 merlindu 阅读(546) 评论(0) 推荐(0) 编辑

Raspberry Pi 3 with Openwrt

摘要: https://wiki.openwrt.org/toh/raspberry_pi_foundation/raspberry_pi#boot_log_raspberry_pi_3 <!-- BREADCRUMBS --> Table of Contents Supported Versions Ha 阅读全文

posted @ 2017-02-23 20:02 merlindu 阅读(2559) 评论(0) 推荐(0) 编辑

2017年2月21日

OpenWrt's build system

摘要: https://wiki.openwrt.org/about/toolchain <!-- wikipage start --> <!-- TOC START --> Table of Contents OpenWrt build system – Features OpenWrt build sy 阅读全文

posted @ 2017-02-21 23:31 merlindu 阅读(695) 评论(0) 推荐(0) 编辑

Creating packages

摘要: https://wiki.openwrt.org/doc/devel/packages 中文版本 BuildPackage variables PKG_FIXUP Tips Package Sourcecode Use packed source code archive Use repositor 阅读全文

posted @ 2017-02-21 17:15 merlindu 阅读(571) 评论(0) 推荐(0) 编辑

创建软件包

摘要: https://wiki.openwrt.org/zh-cn/doc/devel/packages English 软件包变量 BuildPackage相关的宏 创建内核模块软件包 <!-- TOC END --> 创建软件包 我们已经尝试做的一件事情,是让移植软件到OpenWrt的操作变得非常容易 阅读全文

posted @ 2017-02-21 17:01 merlindu 阅读(1042) 评论(0) 推荐(0) 编辑

2017年2月20日

C语言隐含类型转换

摘要: 在C语言的表达式中,如果一个运算符的各个操作数的类型不同,那么编译器就必须进行隐含的数据类型转换。 C语言按照一定的规则(通常被称为正常算术转换,即Usual Arithmetic Conversion)来进行类型转换。转换顺序是(由右往左转换): double <-- float <-- unsi 阅读全文

posted @ 2017-02-20 15:17 merlindu 阅读(788) 评论(0) 推荐(0) 编辑

C语言union(联合体、共用体)及应用

摘要: C语言union(联合体、共用体)及应用 在结构体(变量)中,结构的各成员顺序排列存储,每个成员都有自己独立的存储位置。联合(union)变量的所有成员共享同片存储区/内存。因此联合变量每个时刻里只能保存它的某一个成员的值。 联合变量也可以在定义时直接初始化,但这个初始化只能对第一个成员进行。例如下 阅读全文

posted @ 2017-02-20 00:22 merlindu 阅读(28678) 评论(0) 推荐(3) 编辑

2017年2月19日

git manual

摘要: NAME git - the stupid content tracker git - the stupid content tracker git - the stupid content tracker SYNOPSIS git [--version] [--help] [-C <path>] 阅读全文

posted @ 2017-02-19 22:44 merlindu 阅读(307) 评论(0) 推荐(0) 编辑

git-rebase(1)

摘要: https://www.kernel.org/pub/software/scm/git/docs/git-rebase.html git-rebase(1) Manual Page NAME git-rebase - Reapply commits on top of another base ti 阅读全文

posted @ 2017-02-19 22:43 merlindu 阅读(489) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 下一页

导航