Skip to content

Commit

Permalink
Merge branch 'bugfix/add_openocd_arm' into 'master'
Browse files Browse the repository at this point in the history
Tools: Add OpenOCD for the ARM architecture

See merge request espressif/esp-idf!5878
  • Loading branch information
igrr committed Aug 26, 2019
2 parents 8d8d4a5 + 8bf1ef2 commit aa08766
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
{
"install": "on_request",
"platforms": [
"linux-armel",
"linux-i686"
]
}
Expand All @@ -212,6 +211,11 @@
"size": 1675213,
"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20190708/openocd-esp32-linux64-0.10.0-esp32-20190708.tar.gz"
},
"linux-armel": {
"sha256": "f3f01d2b0ec440127b8951b82ee79dd04b9d2774bab4de741067c5f65cffaa7e",
"size": 1729130,
"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20190708/openocd-esp32-armel-0.10.0-esp32-20190708.tar.gz"
},
"macos": {
"sha256": "840c94ce6208c5b21d0ba6c3113a06405daf6b27085a287cfbb6c9d21e80bd70",
"size": 1760060,
Expand Down

0 comments on commit aa08766

Please sign in to comment.