摘要:
转:教你一种修改配置文件的方法 阅读全文
摘要:
转:如何远程登录开发板? 阅读全文
摘要:
转:WiFi网卡(RTL8723)驱动移植 阅读全文
摘要:
转:10分钟教你搭建一个嵌入式web服务器 阅读全文
摘要:
转:Linux下的ELF文件、链接、加载与库 我们有两个C代码: // entry.c #include <stdio.h> __attribute((constructor)) void before_main() { printf("%s\n",__FUNCTION__); } int main 阅读全文