Skip to content

Commit

Permalink
Fix default debugger for E103 eval boards
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Dec 13, 2024
1 parent 7d4a7d8 commit 959a2f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion boards/gd32e103v_eval.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
"upload": {
"maximum_ram_size": 32768,
"maximum_size": 131072,
"protocol": "stlink",
"protocol": "cmsis-dap",
"protocols": [
"cmsis-dap",
"jlink",
"stlink",
"blackmagic",
Expand Down
3 changes: 2 additions & 1 deletion boards/gd32e103vb_mbed.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
"upload": {
"maximum_ram_size": 32768,
"maximum_size": 131072,
"protocol": "stlink",
"protocol": "cmsis-dap",
"protocols": [
"cmsis-dap",
"jlink",
"stlink",
"blackmagic",
Expand Down

0 comments on commit 959a2f0

Please sign in to comment.