Skip to content

Commit

Permalink
Fix J-Link device names
Browse files Browse the repository at this point in the history
Resolves #19
  • Loading branch information
valeros committed Dec 20, 2023
1 parent 695525c commit e522882
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/portenta_c33.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"variant": "PORTENTA_C33"
},
"debug": {
"jlink_device": "R7FA6M5",
"jlink_device": "R7FA6M5BH",
"svd_path": "R7FA6M5BH.svd"
},
"frameworks": [
Expand Down
2 changes: 1 addition & 1 deletion boards/uno_r4_minima.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"variant": "MINIMA"
},
"debug": {
"jlink_device": "ra4m1",
"jlink_device": "R7FA4M1AB",
"svd_path": "R7FA4M1AB.svd"
},
"frameworks": [
Expand Down
2 changes: 1 addition & 1 deletion boards/uno_r4_wifi.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"onboard_tools": [
"cmsis-dap"
],
"jlink_device": "ra4m1",
"jlink_device": "R7FA4M1AB",
"openocd_config": "openocd.cfg",
"svd_path": "R7FA4M1AB.svd"
},
Expand Down

0 comments on commit e522882

Please sign in to comment.