Skip to content

Commit

Permalink
Update OpenOCD target for at91sam3X8E-based boards // Resolve #109
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed May 19, 2020
1 parent 990dfc1 commit d51248d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boards/digix.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"debug": {
"jlink_device": "ATSAM3X8E",
"openocd_chipname": "at91sam3X8E",
"openocd_target": "at91sam3XXX",
"openocd_target": "at91sam3ax_8x",
"svd_path": "ATSAM3X8E.svd"
},
"frameworks": [
Expand Down
2 changes: 1 addition & 1 deletion boards/due.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"debug": {
"jlink_device": "ATSAM3X8E",
"openocd_chipname": "at91sam3X8E",
"openocd_target": "at91sam3XXX",
"openocd_target": "at91sam3ax_8x",
"svd_path": "ATSAM3X8E.svd"
},
"frameworks": [
Expand Down
2 changes: 1 addition & 1 deletion boards/dueUSB.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"debug": {
"jlink_device": "ATSAM3X8E",
"openocd_chipname": "at91sam3X8E",
"openocd_target": "at91sam3XXX",
"openocd_target": "at91sam3ax_8x",
"svd_path": "ATSAM3X8E.svd"
},
"frameworks": [
Expand Down
2 changes: 1 addition & 1 deletion boards/sainSmartDue.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"debug": {
"jlink_device": "ATSAM3X8E",
"openocd_chipname": "at91sam3X8E",
"openocd_target": "at91sam3XXX",
"openocd_target": "at91sam3ax_8x",
"svd_path": "ATSAM3X8E.svd"
},
"frameworks": [
Expand Down
2 changes: 1 addition & 1 deletion boards/sainSmartDueUSB.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"debug": {
"jlink_device": "ATSAM3X8E",
"openocd_chipname": "at91sam3X8E",
"openocd_target": "at91sam3XXX",
"openocd_target": "at91sam3ax_8x",
"svd_path": "ATSAM3X8E.svd"
},
"frameworks": [
Expand Down

0 comments on commit d51248d

Please sign in to comment.