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"
}