测试图像代码

This commit is contained in:
Glz
2023-12-24 22:24:21 +08:00
parent 240ada9388
commit eca0d27752
3 changed files with 57 additions and 30 deletions

10
.vscode/launch.json vendored
View File

@@ -5,13 +5,13 @@
"cwd": "${workspaceRoot}",
"type": "cortex-debug",
"request": "launch",
"name": "jlink",
"servertype": "jlink",
"interface": "swd",
"name": "openocd",
"servertype": "openocd",
"executable": "build\\Debug\\violet_firmware_zf.elf",
"runToEntryPoint": "main",
"device": "null",
"toolchainPrefix": "riscv-none-embed"
"configFiles": [
"${workspaceFolder}/tools/wch-riscv.cfg"
]
}
]
}