上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 73 下一页

2021年11月5日

Linux串口应用编程

摘要: 参考资料: [Serial Programming Guide for POSIX Operating Systems] https://digilander.libero.it/robang/rubrica/serial.htm [Linux串口编程] https://www.cnblogs.co 阅读全文

posted @ 2021-11-05 11:53 lh03061238 阅读(123) 评论(0) 推荐(0)

Linux系统中的TTY

摘要: 参考: 解密TTY]https://www.cnblogs.com/liqiuhao/p/9031803.html 彻底理解Linux的各种终端类型以及概念 https://blog.csdn.net/dog250/article/details/78766716 Linux终端和Line disc 阅读全文

posted @ 2021-11-05 11:50 lh03061238 阅读(85) 评论(0) 推荐(0)

2021年11月3日

linux 系统中断信息

摘要: 参考韦东山驱动大全: GIC驱动程序分析 阅读全文

posted @ 2021-11-03 14:32 lh03061238 阅读(51) 评论(0) 推荐(0)

2021年9月28日

RS-422与RS-485

摘要: 参考:https://zhuanlan.zhihu.com/p/94746958 https://blog.csdn.net/weixin_39996739/article/details/109885588?utm_medium=distribute.pc_relevant.none-task-b 阅读全文

posted @ 2021-09-28 14:13 lh03061238 阅读(64) 评论(0) 推荐(0)

2021年9月13日

70 进程创建的优化设计 下

摘要: 参考 https://blog.51cto.com/13475106/category6.html及狄泰软件相关课程 阅读全文

posted @ 2021-09-13 16:11 lh03061238 阅读(46) 评论(0) 推荐(0)

2021年9月3日

RGB液晶接口

摘要: RGB同步信号 DCLK/HS/VS/DE信号介绍 https://www.cnblogs.com/ransn/p/5122443.html 阅读全文

posted @ 2021-09-03 15:51 lh03061238 阅读(41) 评论(0) 推荐(0)

2021年8月30日

开源minigui移植

摘要: Linux在arm下完整吗,minigui 1.6.10 在arm-linux下 完整移植过程 https://blog.csdn.net/weixin_39905500/article/details/116951504?utm_medium=distribute.pc_relevant.none 阅读全文

posted @ 2021-08-30 11:39 lh03061238 阅读(126) 评论(0) 推荐(0)

嵌入式GUI总结

摘要: 有哪些好的嵌入式操作系统界面库(GUI library)? https://www.zhihu.com/question/20751611 嵌入式GUI的选择 https://blog.csdn.net/EastTao/article/details/109624034?utm_medium=dis 阅读全文

posted @ 2021-08-30 11:32 lh03061238 阅读(274) 评论(0) 推荐(0)

2021年8月28日

short int 变量的取值范围

摘要: 为什么 C 语言中 short int (若为16位)变量的取值范围是 -32768 ~ 32767 ??? 而并不是 -32767 ~ 32767. 1. 最高位为符号位;最高位为0表示正数,最高位为1表示负数; 2. 若以原码表示,16位二进制原码最大为 0111 1111 1111 1111 阅读全文

posted @ 2021-08-28 21:40 lh03061238 阅读(1829) 评论(0) 推荐(0)

2021年8月27日

68 进程等待机制的实现 下

摘要: 参考 https://blog.51cto.com/13475106/category6.html及狄泰软件相关课程 阅读全文

posted @ 2021-08-27 09:42 lh03061238 阅读(26) 评论(0) 推荐(0)

上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 73 下一页

导航