Fix paths for OpenOCD 0.10.0

This commit is contained in:
Ivan Kravets 2017-04-06 18:25:26 +03:00
parent 6e5a1405e5
commit 65040d792a
16 changed files with 32 additions and 48 deletions

View File

@ -24,10 +24,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f1x.cfg",
"-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -20,10 +20,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v1.cfg",
"-f", "scripts/interface/stlink-v1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f1x.cfg",
"-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -30,10 +30,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f1x.cfg",
"-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -30,10 +30,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f1x.cfg",
"-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -30,10 +30,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f1x.cfg",
"-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -30,10 +30,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f1x.cfg",
"-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -30,10 +30,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f1x.cfg",
"-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -30,10 +30,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f1x.cfg",
"-f", "scripts/target/stm32f1x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -20,10 +20,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f2x.cfg",
"-f", "scripts/target/stm32f2x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -19,10 +19,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f7x.cfg",
"-f", "scripts/target/stm32f7x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -19,10 +19,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32f7x.cfg",
"-f", "scripts/target/stm32f7x.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -19,10 +19,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32l0.cfg",
"-f", "scripts/target/stm32l0.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -19,10 +19,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32l0.cfg",
"-f", "scripts/target/stm32l0.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -19,10 +19,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32l0.cfg",
"-f", "scripts/target/stm32l0.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -19,10 +19,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32l0.cfg",
"-f", "scripts/target/stm32l0.cfg",
"-c", "reset_config srst_only"
]
},

View File

@ -19,10 +19,9 @@
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-s", "share/openocd/scripts",
"-f", "interface/stlink-v2-1.cfg",
"-f", "scripts/interface/stlink-v2-1.cfg",
"-c", "transport select hla_swd",
"-f", "target/stm32l4x.cfg",
"-f", "scripts/target/stm32l4x.cfg",
"-c", "reset_config srst_only"
]
},