首先我们打开openocd的安装目录,打开share/openocd/scripts,里面有很多提前写好的配置文件。 target里存放目标芯片的配置文件,例如stm32f4.cfg interface里存放仿真器相关的配置文件,例如jlink.cfg,stlink.cfg. 当我们启动openocd时,可以用-f参数来指定一个配置文件。例如: openocd –f interface/stlink.cfg –f t...
{ + "name": "hexo-site", + "version": "0.0.0", + "private": true, + "scripts": { + "build": "hexo generate", + "clean": "hexo clean", + "deploy": "hexo deploy", + "server": "hexo server" + }, + "hexo": { + "version": "6.3.0" + }, + "dependencies": { ...