diff --git a/.gitignore b/.gitignore index ccff5c3..df98fca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -.vscode/settings.json +.vscode projects/core135_llm_product_test_ui projects/imx678_test -projects/test_* \ No newline at end of file +projects/test_* +.vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index e1b8c1b..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - "name": "gdb 启动", - "type": "cppdbg", - "request": "launch", - "program": "/home/nihao/w2T/axera/StackFlow/projects/test_kit_demo3/dist/test_kit_demo3", - "args": [], - "stopAtEntry": false, - "cwd": "${workspaceFolder}", - "miDebuggerPath": "/opt/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-gdb", - "miDebuggerServerAddress": "localhost:1234", - "environment": [], - "externalConsole": true, - "MIMode": "gdb", - "setupCommands":[{ - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - }] - - ] -} \ No newline at end of file