tools.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  1. {
  2. "tools": [
  3. {
  4. "description": "Toolchain for Xtensa (ESP32) based on GCC",
  5. "export_paths": [
  6. [
  7. "xtensa-esp32-elf",
  8. "bin"
  9. ]
  10. ],
  11. "export_vars": {},
  12. "info_url": "https://github.com/espressif/crosstool-NG",
  13. "install": "always",
  14. "license": "GPL-3.0-with-GCC-exception",
  15. "name": "xtensa-esp32-elf",
  16. "version_cmd": [
  17. "xtensa-esp32-elf-gcc",
  18. "--version"
  19. ],
  20. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  21. "version_regex_replace": "\\1-\\2",
  22. "versions": [
  23. {
  24. "linux-amd64": {
  25. "sha256": "44a0b467b9d2b759ab48b2f27aed684581f33c96e2842992781c4e045992c5b0",
  26. "size": 86361217,
  27. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-linux-amd64.tar.gz"
  28. },
  29. "linux-armel": {
  30. "sha256": "fdacdb2a7bbf6293bcafda9b52463a4da8a2f3b7e1df9f83d35ff9d1efa22012",
  31. "size": 84520407,
  32. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-linux-armel.tar.gz"
  33. },
  34. "linux-i686": {
  35. "sha256": "e2024096492dfaa50fc6ac336cd8faa2e395e8cebb617753eab0b5f16d3dd0dc",
  36. "size": 88375391,
  37. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-linux-i686.tar.gz"
  38. },
  39. "macos": {
  40. "sha256": "7bbc6a2b94f009cd8a3351b9c7acf7a5caa1c4d3700500ead60f84965386a61b",
  41. "size": 93357296,
  42. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-macos.tar.gz"
  43. },
  44. "name": "esp-2021r1-8.4.0",
  45. "status": "recommended",
  46. "win32": {
  47. "sha256": "e4f9fdda192abfc9807e3e7fcd6e9fea30c1a0cf3f3c5a5c961b5114fc8c9b7e",
  48. "size": 105603626,
  49. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-win32.zip"
  50. },
  51. "win64": {
  52. "sha256": "f28f525f6554d72fcd60bdc67b6f095d6c022df6036c3c3166dace37d6ea10b3",
  53. "size": 108318363,
  54. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-win64.zip"
  55. }
  56. }
  57. ]
  58. },
  59. {
  60. "description": "Toolchain for Xtensa (ESP32-S2) based on GCC",
  61. "export_paths": [
  62. [
  63. "xtensa-esp32s2-elf",
  64. "bin"
  65. ]
  66. ],
  67. "export_vars": {},
  68. "info_url": "https://github.com/espressif/crosstool-NG",
  69. "install": "always",
  70. "license": "GPL-3.0-with-GCC-exception",
  71. "name": "xtensa-esp32s2-elf",
  72. "version_cmd": [
  73. "xtensa-esp32s2-elf-gcc",
  74. "--version"
  75. ],
  76. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  77. "version_regex_replace": "\\1-\\2",
  78. "versions": [
  79. {
  80. "linux-amd64": {
  81. "sha256": "b127baccfe6949ee7eaf3d0782ea772750a9b8e2732b16ce6bcc9dcd91f7209a",
  82. "size": 86687290,
  83. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-linux-amd64.tar.gz"
  84. },
  85. "linux-armel": {
  86. "sha256": "7ca0d240f11e1c53c01a56257b0c968f876ab405142d1068d8c9b456d939554c",
  87. "size": 84916701,
  88. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-linux-armel.tar.gz"
  89. },
  90. "linux-i686": {
  91. "sha256": "9941f993ff84d1c606b45ffbeeb7bcdc5a72cf24e787bb9230390510fe3511c6",
  92. "size": 88699953,
  93. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-linux-i686.tar.gz"
  94. },
  95. "macos": {
  96. "sha256": "4b55b1a9ca7fc945be6fc3513802b6cece9264bee4cbca76013569cec2695973",
  97. "size": 93757895,
  98. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-macos.tar.gz"
  99. },
  100. "name": "esp-2021r1-8.4.0",
  101. "status": "recommended",
  102. "win32": {
  103. "sha256": "c94ec1e45c81b7e4944d216bab4aa41d46849768d7761fd691661dab1a3df828",
  104. "size": 106013515,
  105. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-win32.zip"
  106. },
  107. "win64": {
  108. "sha256": "2a2a04e45a7dfe93356a2329162f7d013f06e3125fd7fc08a50e3bd5f4110300",
  109. "size": 108698715,
  110. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-win64.zip"
  111. }
  112. }
  113. ]
  114. },
  115. {
  116. "description": "Toolchain for Xtensa (ESP32-S3) based on GCC",
  117. "export_paths": [
  118. [
  119. "xtensa-esp32s3-elf",
  120. "bin"
  121. ]
  122. ],
  123. "export_vars": {},
  124. "info_url": "https://github.com/espressif/crosstool-NG",
  125. "install": "always",
  126. "license": "GPL-3.0-with-GCC-exception",
  127. "name": "xtensa-esp32s3-elf",
  128. "version_cmd": [
  129. "xtensa-esp32s3-elf-gcc",
  130. "--version"
  131. ],
  132. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  133. "version_regex_replace": "\\1-\\2",
  134. "versions": [
  135. {
  136. "linux-amd64": {
  137. "sha256": "36e3a1bc48d9866d1ad9a7fc7d12381604b85fb311b7780a847d63ac8444dd04",
  138. "size": 86699731,
  139. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-linux-amd64.tar.gz"
  140. },
  141. "linux-armel": {
  142. "sha256": "5108571286f8403cc06d951efdfa20e36ace9ee37bc19892cc1c04b52cc2fe83",
  143. "size": 84778877,
  144. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-linux-armel.tar.gz"
  145. },
  146. "linux-i686": {
  147. "sha256": "dc126b60f4492689d675f66a60a74c63e80ac5fbb345cf541c323a0a2592541d",
  148. "size": 88720642,
  149. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-linux-i686.tar.gz"
  150. },
  151. "macos": {
  152. "sha256": "0887e2ff3ac20d36f6754e4f27a5e888b48db603e1026859f257f466e2569824",
  153. "size": 94156313,
  154. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-macos.tar.gz"
  155. },
  156. "name": "esp-2021r1-8.4.0",
  157. "status": "recommended",
  158. "win32": {
  159. "sha256": "6fb1e5b6f9606052af545176616441e00fdff64314a97b29ce349f28e5bfbab3",
  160. "size": 106006033,
  161. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-win32.zip"
  162. },
  163. "win64": {
  164. "sha256": "652305fc18ad653a32b00ac2de4af26c27a6c94ed39deaf09df21975a5957694",
  165. "size": 108872018,
  166. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-win64.zip"
  167. }
  168. }
  169. ]
  170. },
  171. {
  172. "description": "Toolchain for 32-bit RISC-V based on GCC",
  173. "export_paths": [
  174. [
  175. "riscv32-esp-elf",
  176. "bin"
  177. ]
  178. ],
  179. "export_vars": {},
  180. "info_url": "https://github.com/espressif/crosstool-NG",
  181. "install": "always",
  182. "license": "GPL-3.0-with-GCC-exception",
  183. "name": "riscv32-esp-elf",
  184. "version_cmd": [
  185. "riscv32-esp-elf-gcc",
  186. "--version"
  187. ],
  188. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  189. "version_regex_replace": "\\1-\\2",
  190. "versions": [
  191. {
  192. "linux-amd64": {
  193. "sha256": "3459618f33bbd5f54d7d7783e807cb6eef6472a220f2f1eb3faced735b9d13bb",
  194. "size": 152812483,
  195. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-linux-amd64.tar.gz"
  196. },
  197. "linux-armel": {
  198. "sha256": "24b9e54b348bbd5fb816fc4c52abb47337c702beecdbba840750b7cfb9d38069",
  199. "size": 151726623,
  200. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-linux-armel.tar.gz"
  201. },
  202. "linux-i686": {
  203. "sha256": "954d340ebffef12a2ce9be1ea004e6f45a8863f1e6f41f46fd3f04f58499627c",
  204. "size": 155430963,
  205. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-linux-i686.tar.gz"
  206. },
  207. "macos": {
  208. "sha256": "612fb3a3f84f703222327bd16581df8f80fda8cdf137637fe5d611587d1b664e",
  209. "size": 159836199,
  210. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-macos.tar.gz"
  211. },
  212. "name": "esp-2021r1-8.4.0",
  213. "status": "recommended",
  214. "win32": {
  215. "sha256": "527f5f258c28a1fce6264a4f8dcb63fbfbd1e810881783497eccd101ca38cb07",
  216. "size": 195148877,
  217. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-patch1-win32.zip"
  218. },
  219. "win64": {
  220. "sha256": "8e8e3e385833960762e9f007bc3f7785daf282deb0c8a4dfdd6340b2cce556b0",
  221. "size": 197027915,
  222. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-patch1-win64.zip"
  223. }
  224. }
  225. ]
  226. },
  227. {
  228. "description": "Toolchain for ESP32 ULP coprocessor",
  229. "export_paths": [
  230. [
  231. "esp32ulp-elf-binutils",
  232. "bin"
  233. ]
  234. ],
  235. "export_vars": {},
  236. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  237. "install": "always",
  238. "license": "GPL-2.0-or-later",
  239. "name": "esp32ulp-elf",
  240. "platform_overrides": [
  241. {
  242. "install": "never",
  243. "platforms": [
  244. "linux-i686"
  245. ]
  246. }
  247. ],
  248. "version_cmd": [
  249. "esp32ulp-elf-as",
  250. "--version"
  251. ],
  252. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  253. "versions": [
  254. {
  255. "linux-amd64": {
  256. "sha256": "3016c4fc551181175bd9979869bc1d1f28fa8efa25a0e29ad7f833fca4bc03d7",
  257. "size": 8248656,
  258. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-linux-amd64-2.28.51-esp-20191205.tar.gz"
  259. },
  260. "linux-armel": {
  261. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  262. "size": 8033639,
  263. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-linux-armel-2.28.51-esp-20191205.tar.gz"
  264. },
  265. "macos": {
  266. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  267. "size": 8872874,
  268. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  269. },
  270. "name": "2.28.51-esp-20191205",
  271. "status": "recommended",
  272. "win32": {
  273. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  274. "size": 12234162,
  275. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  276. },
  277. "win64": {
  278. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  279. "size": 12234162,
  280. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  281. }
  282. }
  283. ]
  284. },
  285. {
  286. "description": "Toolchain for ESP32-S2 ULP coprocessor",
  287. "export_paths": [
  288. [
  289. "esp32s2ulp-elf-binutils",
  290. "bin"
  291. ]
  292. ],
  293. "export_vars": {},
  294. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  295. "install": "always",
  296. "license": "GPL-2.0-or-later",
  297. "name": "esp32s2ulp-elf",
  298. "platform_overrides": [
  299. {
  300. "install": "never",
  301. "platforms": [
  302. "linux-i686"
  303. ]
  304. }
  305. ],
  306. "version_cmd": [
  307. "esp32s2ulp-elf-as",
  308. "--version"
  309. ],
  310. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  311. "versions": [
  312. {
  313. "linux-amd64": {
  314. "sha256": "df7b2ff6c7c718a7cbe3b4b6dbcd68180d835d164d1913bc4698fd3781b9a466",
  315. "size": 8254018,
  316. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-linux-amd64-2.28.51-esp-20191205.tar.gz"
  317. },
  318. "linux-armel": {
  319. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  320. "size": 8034624,
  321. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-linux-armel-2.28.51-esp-20191205.tar.gz"
  322. },
  323. "macos": {
  324. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  325. "size": 8876194,
  326. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  327. },
  328. "name": "2.28.51-esp-20191205",
  329. "status": "recommended",
  330. "win32": {
  331. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  332. "size": 12239199,
  333. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  334. },
  335. "win64": {
  336. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  337. "size": 12239199,
  338. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  339. }
  340. }
  341. ]
  342. },
  343. {
  344. "description": "CMake build system",
  345. "export_paths": [
  346. [
  347. "bin"
  348. ]
  349. ],
  350. "export_vars": {},
  351. "info_url": "https://github.com/Kitware/CMake",
  352. "install": "on_request",
  353. "license": "BSD-3-Clause",
  354. "name": "cmake",
  355. "platform_overrides": [
  356. {
  357. "install": "always",
  358. "platforms": [
  359. "win32",
  360. "win64"
  361. ]
  362. },
  363. {
  364. "export_paths": [
  365. [
  366. "CMake.app",
  367. "Contents",
  368. "bin"
  369. ]
  370. ],
  371. "platforms": [
  372. "macos"
  373. ]
  374. }
  375. ],
  376. "strip_container_dirs": 1,
  377. "version_cmd": [
  378. "cmake",
  379. "--version"
  380. ],
  381. "version_regex": "cmake version ([0-9.]+)",
  382. "versions": [
  383. {
  384. "linux-amd64": {
  385. "sha256": "12a577aa04b6639766ae908f33cf70baefc11ac4499b8b1c8812d99f05fb6a02",
  386. "size": 39517697,
  387. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.tar.gz"
  388. },
  389. "macos": {
  390. "sha256": "f60e0ef96da48725cd8da7d6abe83cd9501167aa51625c90dd4d31081a631279",
  391. "size": 35802699,
  392. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Darwin-x86_64.tar.gz"
  393. },
  394. "name": "3.16.4",
  395. "status": "recommended",
  396. "win32": {
  397. "sha256": "f37963bcfcebdfe5864926a3623f6c21220c35790c39cd65e64bd521cbb39c55",
  398. "size": 32812189,
  399. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-win64-x64.zip"
  400. },
  401. "win64": {
  402. "sha256": "f37963bcfcebdfe5864926a3623f6c21220c35790c39cd65e64bd521cbb39c55",
  403. "size": 32812189,
  404. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-win64-x64.zip"
  405. }
  406. }
  407. ]
  408. },
  409. {
  410. "description": "OpenOCD for ESP32",
  411. "export_paths": [
  412. [
  413. "openocd-esp32",
  414. "bin"
  415. ]
  416. ],
  417. "export_vars": {
  418. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  419. },
  420. "info_url": "https://github.com/espressif/openocd-esp32",
  421. "install": "always",
  422. "license": "GPL-2.0-only",
  423. "name": "openocd-esp32",
  424. "platform_overrides": [
  425. {
  426. "install": "on_request",
  427. "platforms": [
  428. "linux-i686"
  429. ]
  430. }
  431. ],
  432. "version_cmd": [
  433. "openocd",
  434. "--version"
  435. ],
  436. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  437. "versions": [
  438. {
  439. "linux-amd64": {
  440. "sha256": "0973c2503909af3e430b7a2309b6162ca375671ab2b22e37cba5159eea142139",
  441. "size": 1773107,
  442. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-linux64-0.10.0-esp32-20210401.tar.gz"
  443. },
  444. "linux-armel": {
  445. "sha256": "3703401322cc51f85cb44e3a14a788fdc45883051eac3428b4d7bdf323dee2c7",
  446. "size": 1829351,
  447. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-armel-0.10.0-esp32-20210401.tar.gz"
  448. },
  449. "macos": {
  450. "sha256": "cb9e8d486197fc6e8080fde089fa3e92770f8c7af01971a57d4ca9b424264b63",
  451. "size": 1859246,
  452. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-macos-0.10.0-esp32-20210401.tar.gz"
  453. },
  454. "name": "v0.10.0-esp32-20210401",
  455. "status": "recommended",
  456. "win32": {
  457. "sha256": "931bc4c4587e0713d4fc4fbc81b9a79c8228268e61fcd14b2bdcb2f8bd519ef9",
  458. "size": 2253723,
  459. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-win32-0.10.0-esp32-20210401.zip"
  460. },
  461. "win64": {
  462. "sha256": "931bc4c4587e0713d4fc4fbc81b9a79c8228268e61fcd14b2bdcb2f8bd519ef9",
  463. "size": 2253723,
  464. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-win32-0.10.0-esp32-20210401.zip"
  465. }
  466. }
  467. ]
  468. },
  469. {
  470. "description": "Ninja build system",
  471. "export_paths": [
  472. [
  473. ""
  474. ]
  475. ],
  476. "export_vars": {},
  477. "info_url": "https://github.com/ninja-build/ninja",
  478. "install": "on_request",
  479. "license": "Apache-2.0",
  480. "name": "ninja",
  481. "platform_overrides": [
  482. {
  483. "install": "always",
  484. "platforms": [
  485. "win32",
  486. "win64"
  487. ]
  488. }
  489. ],
  490. "version_cmd": [
  491. "ninja",
  492. "--version"
  493. ],
  494. "version_regex": "([0-9.]+)",
  495. "versions": [
  496. {
  497. "linux-amd64": {
  498. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  499. "size": 106415,
  500. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  501. },
  502. "macos": {
  503. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  504. "size": 240112,
  505. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  506. },
  507. "name": "1.10.2",
  508. "status": "recommended",
  509. "win64": {
  510. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  511. "size": 262670,
  512. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  513. }
  514. }
  515. ]
  516. },
  517. {
  518. "description": "IDF wrapper tool for Windows",
  519. "export_paths": [
  520. [
  521. ""
  522. ]
  523. ],
  524. "export_vars": {},
  525. "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe",
  526. "install": "never",
  527. "license": "Apache-2.0",
  528. "name": "idf-exe",
  529. "platform_overrides": [
  530. {
  531. "install": "always",
  532. "platforms": [
  533. "win32",
  534. "win64"
  535. ]
  536. }
  537. ],
  538. "version_cmd": [
  539. "idf.py.exe",
  540. "-v"
  541. ],
  542. "version_regex": "([0-9.]+)",
  543. "versions": [
  544. {
  545. "name": "1.0.1",
  546. "status": "recommended",
  547. "win32": {
  548. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  549. "size": 11297,
  550. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  551. },
  552. "win64": {
  553. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  554. "size": 11297,
  555. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  556. }
  557. }
  558. ]
  559. },
  560. {
  561. "description": "Ccache (compiler cache)",
  562. "export_paths": [
  563. [
  564. ""
  565. ]
  566. ],
  567. "export_vars": {
  568. "IDF_CCACHE_ENABLE": "1"
  569. },
  570. "info_url": "https://github.com/ccache/ccache",
  571. "install": "never",
  572. "license": "GPL-3.0-or-later",
  573. "name": "ccache",
  574. "platform_overrides": [
  575. {
  576. "install": "always",
  577. "platforms": [
  578. "win64"
  579. ]
  580. }
  581. ],
  582. "version_cmd": [
  583. "ccache.exe",
  584. "--version"
  585. ],
  586. "version_regex": "ccache version ([0-9.]+)",
  587. "versions": [
  588. {
  589. "name": "3.7",
  590. "status": "recommended",
  591. "win64": {
  592. "sha256": "37e833f3f354f1145503533e776c1bd44ec2e77ff8a2476a1d2039b0b10c78d6",
  593. "size": 142401,
  594. "url": "https://dl.espressif.com/dl/ccache-3.7-w64.zip"
  595. }
  596. }
  597. ]
  598. },
  599. {
  600. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  601. "export_paths": [
  602. [
  603. "dfu-util-0.9-win64"
  604. ]
  605. ],
  606. "export_vars": {},
  607. "info_url": "http://dfu-util.sourceforge.net/",
  608. "install": "never",
  609. "license": "GPL-2.0-only",
  610. "name": "dfu-util",
  611. "platform_overrides": [
  612. {
  613. "install": "always",
  614. "platforms": [
  615. "win64"
  616. ]
  617. }
  618. ],
  619. "version_cmd": [
  620. "dfu-util",
  621. "--version"
  622. ],
  623. "version_regex": "dfu-util ([0-9.]+)",
  624. "versions": [
  625. {
  626. "name": "0.9",
  627. "status": "recommended",
  628. "win64": {
  629. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  630. "size": 735635,
  631. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  632. }
  633. }
  634. ]
  635. }
  636. ],
  637. "version": 1
  638. }