Merge pull request #12737 from Jason2866/openocd

Openocd fix debug config in boards.json
This commit is contained in:
Jason2866 2021-07-24 20:05:01 +02:00 committed by GitHub
commit ec7330a76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
"can"
],
"debug": {
"openocd_board": "esp32.cfg"
"openocd_target": "esp32.cfg"
},
"frameworks": [
"arduino",

View File

@ -19,7 +19,7 @@
"can"
],
"debug": {
"openocd_board": "esp32.cfg"
"openocd_target": "esp32.cfg"
},
"frameworks": [
"arduino",

View File

@ -19,7 +19,7 @@
"can"
],
"debug": {
"openocd_board": "esp32.cfg"
"openocd_target": "esp32.cfg"
},
"frameworks": [
"arduino",

View File

@ -19,7 +19,7 @@
"can"
],
"debug": {
"openocd_board": "esp32.cfg"
"openocd_target": "esp32.cfg"
},
"frameworks": [
"arduino",

View File

@ -19,7 +19,7 @@
"can"
],
"debug": {
"openocd_board": "esp32.cfg"
"openocd_target": "esp32.cfg"
},
"frameworks": [
"arduino",

View File

@ -19,7 +19,7 @@
"can"
],
"debug": {
"openocd_board": "esp32.cfg"
"openocd_target": "esp32.cfg"
},
"frameworks": [
"arduino",