上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: 有些时候我们没有办法到客户的环境里进行debug,此时可以采用的方法是将客户的数据录取回来,在自己的环境里通过canoe回放这些数据以模拟客户当时的环境 下面是具体的操作步骤。 1.打开canoe的Simulation Setup子窗口,鼠标移动到can总线上,右键,选择Insert Replay 阅读全文
posted @ 2022-10-25 15:26 midhillzhou 阅读(3018) 评论(0) 推荐(0) 编辑
摘要: 1.git submodule指什么 关于git submodule是什么,可以看下面这个链接。 https://www.cnblogs.com/hwx0000/p/14146838.html 2.git submodule init做了什么 当我们git clone某一个git之后,在主目录下会有 阅读全文
posted @ 2022-08-14 16:33 midhillzhou 阅读(713) 评论(0) 推荐(0) 编辑
摘要: 1.官网下载python并安装 https://www.python.org/downloads/windows/ 官网下载,目前我下载的是稳定版本里面的最新版3.10.5,下载好后一步一步点击下一步,就可以安装好了。 注意:在安装界面中可以勾选 添加环境变量这个选项。即添加python310的环境 阅读全文
posted @ 2022-07-21 23:53 midhillzhou 阅读(2534) 评论(0) 推荐(0) 编辑
摘要: 1.vscode选中变量后高亮显示的颜色 setting->command Palettre... 在输入框里输入setting.json,选择Preferences:Open Settings(JSON) 添加如下文本,并保存 "workbench.colorCustomizations": { 阅读全文
posted @ 2022-06-04 15:15 midhillzhou 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 看《ARM System Developer's Guide: Designing and Optimizing System Software》中5.5节function call,讲的不是很具体 发现网上的这份资料讲解非常好,以arm64为target,言简意赅,下面是目录 (1) Callin 阅读全文
posted @ 2022-03-18 09:31 midhillzhou 阅读(273) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 ··· 15 下一页