Skip to content

Commit

Permalink
Update debug_custom.json (#240)
Browse files Browse the repository at this point in the history
Update debug_custom.json to solve debugging issue on windows and linux
  • Loading branch information
pammyleong authored May 16, 2024
1 parent df3a878 commit 522ff3f
Showing 1 changed file with 20 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "JLink Attach",
"request": "attach",
"servertype": "jlink",
"interface": "swd",
"device": "Cortex-M33",
"serverArgs": ["-timeout", "10000", "-confirm", "0", "-scriptfile", "{replace with your Arduino15 packages directory}/packages/realtek/tools/ameba_pro2_tools/{replace with tools version number}/debug/RTL8735B_Arduino_debug.JLinkScript"],
"debuggerArgs": ["-init-eval-command", "maintenance set target-async on"],
"postAttachCommands": [
"pwd",
"monitor clrbp",
"monitor reset",
"continue"
]
}
[
{
"name": "JLink Attach",
"request": "attach",
"configId": "realtek:AmebaPro2:Ameba_AMB82-MINI",
"server": "jlink",
"servertype": "jlink",
"device": "Cortex-M33",
"serverArgs": ["-timeout", "10000", "-confirm", "0", "-scriptfile", "{replace with your Arduino15 packages directory}/packages/realtek/tools/ameba_pro2_tools/{replace with tools version number}/debug/RTL8735B_Arduino_debug.JLinkScript"],
"interface": "swd",
"serverPath": "{JLinkGDBServerCL or JLinkGDBServer path}",
"serverpath": "{JLinkGDBServerCL or JLinkGDBServer path}",
"postAttachCommands": [
"pwd",
"monitor clrbp",
"monitor reset",
"continue"
]
}
]

0 comments on commit 522ff3f

Please sign in to comment.