上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 54 下一页
摘要: 替换某一行的内容,命令如下: sed -i '16cimport containerType' /home/BaselineImpactAnalysis/Product/Feature/pon/testParseJsonPath.py sed -i '28cif(not containerType. 阅读全文
posted @ 2023-02-10 16:00 cnchengv 阅读(21) 评论(0) 推荐(0) 编辑
摘要: https://www.runoob.com/git/git-branch.html 重要,切换后又出现了 如果主分支不为master,如new_trunk:1、# git checkout -b V3.18.45 origin/V3.18.452、# git branch -va3、# git c 阅读全文
posted @ 2023-02-07 16:22 cnchengv 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://gitcode.net/mirrors/tsingsee/EasyPlayer-RTSP-Win/-/tree/master/Src/C%2B%2B/EasyPlayer 阅读全文
posted @ 2023-02-04 23:34 cnchengv 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1、剖 https://blog.csdn.net/engineer0/article/details/117385723 https://blog.csdn.net/weixin_56646002/article/details/127905263?spm=1001.2101.3001.6650. 阅读全文
posted @ 2023-01-02 21:21 cnchengv 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-12-30 09:03 cnchengv 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/baidu_19348579/article/details/126096687 设备树 这里就不需要设备树参与了,就像IIC一样,是挂载到现有的总线上,所以这里只需要注册usb设备就可以了。 代码框架(HID) 先来看一个通用的框架 #include < 阅读全文
posted @ 2022-12-14 20:48 cnchengv 阅读(393) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/baidu_19348579/article/details/126283743 1、重要 register_netdev static struct net_device *virt_net;static const struct net_device_ 阅读全文
posted @ 2022-12-14 15:08 cnchengv 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 1、led 2、pinctrl和gpio子系统 3、蜂鸣器 } 4、按键 5、linux中断 1、key{ 6、linux自带led驱动 7、i2c 8、spi 阅读全文
posted @ 2022-12-12 18:34 cnchengv 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 1、spi https://cloud.tencent.com/developer/article/1739446 韦的to thi. https://mbb.eet-china.com/forum/topic/86415_1_1.html 2、要试验为当前系统编写ko cat /proc/vers 阅读全文
posted @ 2022-12-09 16:04 cnchengv 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1、 a、 retvalue = register_chrdev(LED_MAJOR, LED_NAME, &led_fops); if(retvalue < 0){ printk("register chrdev failed!\r\n"); return -EIO; }//加上手工创建设备文件 阅读全文
posted @ 2022-12-08 19:38 cnchengv 阅读(15) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 54 下一页