mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/add_openocd_arm' into 'master'
Tools: Add OpenOCD for the ARM architecture See merge request espressif/esp-idf!5878
This commit is contained in:
commit
aa087667df
@ -195,7 +195,6 @@
|
||||
{
|
||||
"install": "on_request",
|
||||
"platforms": [
|
||||
"linux-armel",
|
||||
"linux-i686"
|
||||
]
|
||||
}
|
||||
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user