Skip to content

Commit

Permalink
Remove RISC-V debug configurations from MAX32657 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccalluADI committed Dec 20, 2024
1 parent 57deaf6 commit 2667ed0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 200 deletions.
50 changes: 0 additions & 50 deletions Examples/MAX32657/Bluetooth/BLE5_ctr/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,56 +78,6 @@
{ "text":"set $pc=Reset_Handler"},
{ "text":"b main" }
]
},
{
"name": "GDB (RISC-V)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/buildrv/${config:program_file}",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"linux": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/openocd",
},
"windows": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb.exe",
"debugServerPath": "${config:OCD_path}/openocd.exe",
},
"osx": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/bin/openocd",
},
"logging": {
"exceptions": true,
"trace": false,
"traceResponse": false,
"engineLogging": false
},
"miDebuggerServerAddress": "localhost:3334",
"debugServerArgs": "-c \"gdb_port 3334\" -s ${config:OCD_path}/scripts -f interface/${config:RV_OCD_interface_file} -f target/${config:RV_OCD_target_file}",
"serverStarted": "Info : Listening on port 3334 for gdb connections",
"filterStderr": true,
"customLaunchSetupCommands": [
{"text":"-list-features"}
],
"targetArchitecture": "arm",
"setupCommands": [
{ "text":"set logging overwrite on"},
{ "text":"set logging file debug-riscv.log"},
{ "text":"set logging on"},
{ "text":"cd ${workspaceFolder}" },
{ "text": "set architecture riscv:rv32", "ignoreFailures": false },
{ "text":"exec-file build/${config:program_file}", "ignoreFailures": false },
{ "text":"symbol-file buildrv/${config:symbol_file}", "ignoreFailures": false },
{ "text":"target remote localhost:3334" },
{ "text":"b main" },
{ "text": "set $pc=Reset_Handler","ignoreFailures": false }
]
}
]
}
50 changes: 0 additions & 50 deletions Examples/MAX32657/Hello_World/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,56 +78,6 @@
{ "text":"set $pc=Reset_Handler"},
{ "text":"b main" }
]
},
{
"name": "GDB (RISC-V)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/buildrv/${config:program_file}",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"linux": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/openocd",
},
"windows": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb.exe",
"debugServerPath": "${config:OCD_path}/openocd.exe",
},
"osx": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/bin/openocd",
},
"logging": {
"exceptions": true,
"trace": false,
"traceResponse": false,
"engineLogging": false
},
"miDebuggerServerAddress": "localhost:3334",
"debugServerArgs": "-c \"gdb_port 3334\" -s ${config:OCD_path}/scripts -f interface/${config:RV_OCD_interface_file} -f target/${config:RV_OCD_target_file}",
"serverStarted": "Info : Listening on port 3334 for gdb connections",
"filterStderr": true,
"customLaunchSetupCommands": [
{"text":"-list-features"}
],
"targetArchitecture": "arm",
"setupCommands": [
{ "text":"set logging overwrite on"},
{ "text":"set logging file debug-riscv.log"},
{ "text":"set logging on"},
{ "text":"cd ${workspaceFolder}" },
{ "text": "set architecture riscv:rv32", "ignoreFailures": false },
{ "text":"exec-file build/${config:program_file}", "ignoreFailures": false },
{ "text":"symbol-file buildrv/${config:symbol_file}", "ignoreFailures": false },
{ "text":"target remote localhost:3334" },
{ "text":"b main" },
{ "text": "set $pc=Reset_Handler","ignoreFailures": false }
]
}
]
}
50 changes: 0 additions & 50 deletions Examples/MAX32657/Hello_World_TZ/NonSecure/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,56 +78,6 @@
{ "text":"set $pc=Reset_Handler"},
{ "text":"b main" }
]
},
{
"name": "GDB (RISC-V)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/buildrv/${config:program_file}",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"linux": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/openocd",
},
"windows": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb.exe",
"debugServerPath": "${config:OCD_path}/openocd.exe",
},
"osx": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/bin/openocd",
},
"logging": {
"exceptions": true,
"trace": false,
"traceResponse": false,
"engineLogging": false
},
"miDebuggerServerAddress": "localhost:3334",
"debugServerArgs": "-c \"gdb_port 3334\" -s ${config:OCD_path}/scripts -f interface/${config:RV_OCD_interface_file} -f target/${config:RV_OCD_target_file}",
"serverStarted": "Info : Listening on port 3334 for gdb connections",
"filterStderr": true,
"customLaunchSetupCommands": [
{"text":"-list-features"}
],
"targetArchitecture": "arm",
"setupCommands": [
{ "text":"set logging overwrite on"},
{ "text":"set logging file debug-riscv.log"},
{ "text":"set logging on"},
{ "text":"cd ${workspaceFolder}" },
{ "text": "set architecture riscv:rv32", "ignoreFailures": false },
{ "text":"exec-file build/${config:program_file}", "ignoreFailures": false },
{ "text":"symbol-file buildrv/${config:symbol_file}", "ignoreFailures": false },
{ "text":"target remote localhost:3334" },
{ "text":"b main" },
{ "text": "set $pc=Reset_Handler","ignoreFailures": false }
]
}
]
}
50 changes: 0 additions & 50 deletions Examples/MAX32657/Hello_World_TZ/Secure/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,56 +78,6 @@
{ "text":"set $pc=Reset_Handler"},
{ "text":"b main" }
]
},
{
"name": "GDB (RISC-V)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/buildrv/${config:program_file}",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"linux": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/openocd",
},
"windows": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb.exe",
"debugServerPath": "${config:OCD_path}/openocd.exe",
},
"osx": {
"miDebuggerPath": "${config:xPack_GCC_path}/bin/riscv-none-elf-gdb",
"debugServerPath": "${config:OCD_path}/bin/openocd",
},
"logging": {
"exceptions": true,
"trace": false,
"traceResponse": false,
"engineLogging": false
},
"miDebuggerServerAddress": "localhost:3334",
"debugServerArgs": "-c \"gdb_port 3334\" -s ${config:OCD_path}/scripts -f interface/${config:RV_OCD_interface_file} -f target/${config:RV_OCD_target_file}",
"serverStarted": "Info : Listening on port 3334 for gdb connections",
"filterStderr": true,
"customLaunchSetupCommands": [
{"text":"-list-features"}
],
"targetArchitecture": "arm",
"setupCommands": [
{ "text":"set logging overwrite on"},
{ "text":"set logging file debug-riscv.log"},
{ "text":"set logging on"},
{ "text":"cd ${workspaceFolder}" },
{ "text": "set architecture riscv:rv32", "ignoreFailures": false },
{ "text":"exec-file build/${config:program_file}", "ignoreFailures": false },
{ "text":"symbol-file buildrv/${config:symbol_file}", "ignoreFailures": false },
{ "text":"target remote localhost:3334" },
{ "text":"b main" },
{ "text": "set $pc=Reset_Handler","ignoreFailures": false }
]
}
]
}

0 comments on commit 2667ed0

Please sign in to comment.