flash: add openocd settings to atsamd21 / atsamd51

This commit is contained in:
sago35
2020-08-24 22:24:25 +09:00
committed by Ayke
parent 743254d5bc
commit b132b5bc60
6 changed files with 18 additions and 6 deletions
+3 -1
View File
@@ -9,5 +9,7 @@
"linkerscript": "targets/atsamd21.ld",
"extra-files": [
"src/device/sam/atsamd21e18a.s"
]
],
"openocd-transport": "swd",
"openocd-target": "at91samdXX"
}
+3 -1
View File
@@ -9,5 +9,7 @@
"linkerscript": "targets/atsamd21.ld",
"extra-files": [
"src/device/sam/atsamd21g18a.s"
]
],
"openocd-transport": "swd",
"openocd-target": "at91samdXX"
}
+3 -1
View File
@@ -7,5 +7,7 @@
"linkerscript": "targets/atsamd51.ld",
"extra-files": [
"src/device/sam/atsamd51g19a.s"
]
],
"openocd-transport": "swd",
"openocd-target": "atsame5x"
}
+3 -1
View File
@@ -7,5 +7,7 @@
"linkerscript": "targets/atsamd51.ld",
"extra-files": [
"src/device/sam/atsamd51j19a.s"
]
],
"openocd-transport": "swd",
"openocd-target": "atsame5x"
}
+3 -1
View File
@@ -7,5 +7,7 @@
"linkerscript": "targets/atsamd51j20a.ld",
"extra-files": [
"src/device/sam/atsamd51j20a.s"
]
],
"openocd-transport": "swd",
"openocd-target": "atsame5x"
}
+3 -1
View File
@@ -7,5 +7,7 @@
"linkerscript": "targets/atsamd51.ld",
"extra-files": [
"src/device/sam/atsamd51p19a.s"
]
],
"openocd-transport": "swd",
"openocd-target": "atsame5x"
}