tools.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  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": "674080a12f9c5ebe5a3a5ce51c6deaeffe6dfb06d6416233df86f25b574e9279",
  26. "size": 85731226,
  27. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz"
  28. },
  29. "linux-armel": {
  30. "sha256": "6771e011dffa2438ef84ff3474538b4a69df8f9d4cfae3b3707ca31c782ed7db",
  31. "size": 83888892,
  32. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-armel.tar.gz"
  33. },
  34. "linux-i686": {
  35. "sha256": "076b7e05304e26aa6ec105c9e0dc74addca079bc2cae6e42ee7575c5ded29877",
  36. "size": 87715092,
  37. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-i686.tar.gz"
  38. },
  39. "macos": {
  40. "sha256": "6845f786303b26c4a55ede57487ba65bd25737232fe6104be03f25bb62f4631c",
  41. "size": 92424226,
  42. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-macos.tar.gz"
  43. },
  44. "name": "esp-2020r3-8.4.0",
  45. "status": "recommended",
  46. "win32": {
  47. "sha256": "81cecd5493a3fcf2118977f3fd60bd0a13a4aeac8fe6760d912f96d2c34fab66",
  48. "size": 104226379,
  49. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-win32.zip"
  50. },
  51. "win64": {
  52. "sha256": "58419852fefb7111fdec056ac2fd7c4bd09c1f4c17610a761a97b788413527cf",
  53. "size": 106855139,
  54. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-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": "40fafa47045167feda0cd07827db5207ebfeb4a3b6b24475957a921bc92805ed",
  82. "size": 86069526,
  83. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32s2-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz"
  84. },
  85. "linux-armel": {
  86. "sha256": "6c1efec4c7829202279388ccb388e8a17a34464bc351d677c4f04d95ea4b4ce0",
  87. "size": 84254468,
  88. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32s2-elf-gcc8_4_0-esp-2020r3-linux-armel.tar.gz"
  89. },
  90. "linux-i686": {
  91. "sha256": "bd3a91166206a1a7ff7c572e15389e1938c3cdce588032a5e915be677a945638",
  92. "size": 88053499,
  93. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32s2-elf-gcc8_4_0-esp-2020r3-linux-i686.tar.gz"
  94. },
  95. "macos": {
  96. "sha256": "fe19b0c873879d8d89ec040f4db04a3ab27d769d3fd5f55fe59a28b6b111d09c",
  97. "size": 92817351,
  98. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32s2-elf-gcc8_4_0-esp-2020r3-macos.tar.gz"
  99. },
  100. "name": "esp-2020r3-8.4.0",
  101. "status": "recommended",
  102. "win32": {
  103. "sha256": "d078d614ae864ae4a37fcb5b83323af0a5cfdbd8243607664becdd0f977a1e33",
  104. "size": 104659541,
  105. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32s2-elf-gcc8_4_0-esp-2020r3-win32.zip"
  106. },
  107. "win64": {
  108. "sha256": "6ea78b72ec52330b69af91dbe6c77c22bdc827817f044aa30306270453032bb4",
  109. "size": 107228353,
  110. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32s2-elf-gcc8_4_0-esp-2020r3-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": "22bf5e63baf3f3f5103ae21bcc35d80cd888d8032095e7b9e8f9631074ac462a",
  138. "size": 86029457,
  139. "url": "https://dl.espressif.com/dl/xtensa-esp32s3-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz"
  140. },
  141. "linux-armel": {
  142. "sha256": "27f423af3cfb9d8ed7a02173ccd8dc3b0fd3b3e76a92e9ba507121e73bfa5df3",
  143. "size": 84120606,
  144. "url": "https://dl.espressif.com/dl/xtensa-esp32s3-elf-gcc8_4_0-esp-2020r3-linux-armel.tar.gz"
  145. },
  146. "linux-i686": {
  147. "sha256": "479a71cfb4b0c0b36371a1aaed2e6095dfc3241937a54f60a1ba115da73ddec5",
  148. "size": 88015798,
  149. "url": "https://dl.espressif.com/dl/xtensa-esp32s3-elf-gcc8_4_0-esp-2020r3-linux-i686.tar.gz"
  150. },
  151. "macos": {
  152. "sha256": "c09b8fcbb840540a3f59429b1bbfbe5abfcacccf7a8a955e4e01e3f50b53a079",
  153. "size": 93013216,
  154. "url": "https://dl.espressif.com/dl/xtensa-esp32s3-elf-gcc8_4_0-esp-2020r3-macos.tar.gz"
  155. },
  156. "name": "esp-2020r3-8.4.0",
  157. "status": "recommended",
  158. "win32": {
  159. "sha256": "9591fc32896b13d7fe77310afbbff197cbbc20437d316e0e2460c5c50a10d7b5",
  160. "size": 104536285,
  161. "url": "https://dl.espressif.com/dl/xtensa-esp32s3-elf-gcc8_4_0-esp-2020r3-win32.zip"
  162. },
  163. "win64": {
  164. "sha256": "1caf56e9588214d8f1bc17734680ebab2906da3b5f31095e60407dad170f1221",
  165. "size": 107245907,
  166. "url": "https://dl.espressif.com/dl/xtensa-esp32s3-elf-gcc8_4_0-esp-2020r3-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": "425454c5c4e2cde5dd2dd3a1d398befc70addf71547840fb6d0ec4b307b08894",
  194. "size": 152042971,
  195. "url": "https://dl.espressif.com/dl/toolchains/preview/riscv32-esp-elf-gcc8_4_0-crosstool-ng-1.24.0-123-g64eb9ff-linux-amd64.tar.gz"
  196. },
  197. "linux-armel": {
  198. "sha256": "8ae098751b5196ca8a80d832cc9930bc4d639762a6cb22be3cfe0a8d71b2f230",
  199. "size": 150801079,
  200. "url": "https://dl.espressif.com/dl/toolchains/preview/riscv32-esp-elf-gcc8_4_0-crosstool-ng-1.24.0-123-g64eb9ff-linux-armel.tar.gz"
  201. },
  202. "macos": {
  203. "sha256": "35b1aef85b7e6b4268774f627e8e835d087bcf8b9972cfb6436614aa2e40d4a9",
  204. "size": 158594401,
  205. "url": "https://dl.espressif.com/dl/toolchains/preview/riscv32-esp-elf-gcc8_4_0-crosstool-ng-1.24.0-123-g64eb9ff-macos.tar.gz"
  206. },
  207. "name": "1.24.0.123_64eb9ff-8.4.0",
  208. "status": "recommended",
  209. "win32": {
  210. "sha256": "4f576b08620f57c270ac677cc94dce2767fff72d27a539e348d448f63b480d1f",
  211. "size": 190014086,
  212. "url": "https://dl.espressif.com/dl/toolchains/preview/riscv32-esp-elf-gcc8_4_0-crosstool-ng-1.24.0-123-g64eb9ff-win32.zip"
  213. },
  214. "win64": {
  215. "sha256": "51e392ed88498f3fc4ad07e9ff4b5225f6533b1c363ecd7dd67c10d8d31b6b23",
  216. "size": 191565525,
  217. "url": "https://dl.espressif.com/dl/toolchains/preview/riscv32-esp-elf-gcc8_4_0-crosstool-ng-1.24.0-123-g64eb9ff-win64.zip"
  218. }
  219. }
  220. ]
  221. },
  222. {
  223. "description": "Toolchain for ESP32 ULP coprocessor",
  224. "export_paths": [
  225. [
  226. "esp32ulp-elf-binutils",
  227. "bin"
  228. ]
  229. ],
  230. "export_vars": {},
  231. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  232. "install": "always",
  233. "license": "GPL-2.0-or-later",
  234. "name": "esp32ulp-elf",
  235. "platform_overrides": [
  236. {
  237. "install": "never",
  238. "platforms": [
  239. "linux-i686"
  240. ]
  241. }
  242. ],
  243. "version_cmd": [
  244. "esp32ulp-elf-as",
  245. "--version"
  246. ],
  247. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  248. "versions": [
  249. {
  250. "linux-amd64": {
  251. "sha256": "3016c4fc551181175bd9979869bc1d1f28fa8efa25a0e29ad7f833fca4bc03d7",
  252. "size": 8248656,
  253. "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"
  254. },
  255. "linux-armel": {
  256. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  257. "size": 8033639,
  258. "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"
  259. },
  260. "macos": {
  261. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  262. "size": 8872874,
  263. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  264. },
  265. "name": "2.28.51-esp-20191205",
  266. "status": "recommended",
  267. "win32": {
  268. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  269. "size": 12234162,
  270. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  271. },
  272. "win64": {
  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. }
  278. ]
  279. },
  280. {
  281. "description": "Toolchain for ESP32-S2 ULP coprocessor",
  282. "export_paths": [
  283. [
  284. "esp32s2ulp-elf-binutils",
  285. "bin"
  286. ]
  287. ],
  288. "export_vars": {},
  289. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  290. "install": "always",
  291. "license": "GPL-2.0-or-later",
  292. "name": "esp32s2ulp-elf",
  293. "platform_overrides": [
  294. {
  295. "install": "never",
  296. "platforms": [
  297. "linux-i686"
  298. ]
  299. }
  300. ],
  301. "version_cmd": [
  302. "esp32s2ulp-elf-as",
  303. "--version"
  304. ],
  305. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  306. "versions": [
  307. {
  308. "linux-amd64": {
  309. "sha256": "df7b2ff6c7c718a7cbe3b4b6dbcd68180d835d164d1913bc4698fd3781b9a466",
  310. "size": 8254018,
  311. "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"
  312. },
  313. "linux-armel": {
  314. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  315. "size": 8034624,
  316. "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"
  317. },
  318. "macos": {
  319. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  320. "size": 8876194,
  321. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  322. },
  323. "name": "2.28.51-esp-20191205",
  324. "status": "recommended",
  325. "win32": {
  326. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  327. "size": 12239199,
  328. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  329. },
  330. "win64": {
  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. }
  336. ]
  337. },
  338. {
  339. "description": "CMake build system",
  340. "export_paths": [
  341. [
  342. "bin"
  343. ]
  344. ],
  345. "export_vars": {},
  346. "info_url": "https://github.com/Kitware/CMake",
  347. "install": "on_request",
  348. "license": "BSD-3-Clause",
  349. "name": "cmake",
  350. "platform_overrides": [
  351. {
  352. "install": "always",
  353. "platforms": [
  354. "win32",
  355. "win64"
  356. ]
  357. },
  358. {
  359. "export_paths": [
  360. [
  361. "CMake.app",
  362. "Contents",
  363. "bin"
  364. ]
  365. ],
  366. "platforms": [
  367. "macos"
  368. ]
  369. }
  370. ],
  371. "strip_container_dirs": 1,
  372. "version_cmd": [
  373. "cmake",
  374. "--version"
  375. ],
  376. "version_regex": "cmake version ([0-9.]+)",
  377. "versions": [
  378. {
  379. "linux-amd64": {
  380. "sha256": "12a577aa04b6639766ae908f33cf70baefc11ac4499b8b1c8812d99f05fb6a02",
  381. "size": 39517697,
  382. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.tar.gz"
  383. },
  384. "macos": {
  385. "sha256": "f60e0ef96da48725cd8da7d6abe83cd9501167aa51625c90dd4d31081a631279",
  386. "size": 35802699,
  387. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Darwin-x86_64.tar.gz"
  388. },
  389. "name": "3.16.4",
  390. "status": "recommended",
  391. "win32": {
  392. "sha256": "f37963bcfcebdfe5864926a3623f6c21220c35790c39cd65e64bd521cbb39c55",
  393. "size": 32812189,
  394. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-win64-x64.zip"
  395. },
  396. "win64": {
  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. }
  402. ]
  403. },
  404. {
  405. "description": "OpenOCD for ESP32",
  406. "export_paths": [
  407. [
  408. "openocd-esp32",
  409. "bin"
  410. ]
  411. ],
  412. "export_vars": {
  413. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  414. },
  415. "info_url": "https://github.com/espressif/openocd-esp32",
  416. "install": "always",
  417. "license": "GPL-2.0-only",
  418. "name": "openocd-esp32",
  419. "platform_overrides": [
  420. {
  421. "install": "on_request",
  422. "platforms": [
  423. "linux-i686"
  424. ]
  425. }
  426. ],
  427. "version_cmd": [
  428. "openocd",
  429. "--version"
  430. ],
  431. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  432. "versions": [
  433. {
  434. "linux-amd64": {
  435. "sha256": "0973c2503909af3e430b7a2309b6162ca375671ab2b22e37cba5159eea142139",
  436. "size": 1773107,
  437. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-linux64-0.10.0-esp32-20210401.tar.gz"
  438. },
  439. "linux-armel": {
  440. "sha256": "3703401322cc51f85cb44e3a14a788fdc45883051eac3428b4d7bdf323dee2c7",
  441. "size": 1829351,
  442. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-armel-0.10.0-esp32-20210401.tar.gz"
  443. },
  444. "macos": {
  445. "sha256": "cb9e8d486197fc6e8080fde089fa3e92770f8c7af01971a57d4ca9b424264b63",
  446. "size": 1859246,
  447. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-macos-0.10.0-esp32-20210401.tar.gz"
  448. },
  449. "name": "v0.10.0-esp32-20210401",
  450. "status": "recommended",
  451. "win32": {
  452. "sha256": "931bc4c4587e0713d4fc4fbc81b9a79c8228268e61fcd14b2bdcb2f8bd519ef9",
  453. "size": 2253723,
  454. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-win32-0.10.0-esp32-20210401.zip"
  455. },
  456. "win64": {
  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. }
  462. ]
  463. },
  464. {
  465. "description": "Ninja build system",
  466. "export_paths": [
  467. [
  468. ""
  469. ]
  470. ],
  471. "export_vars": {},
  472. "info_url": "https://github.com/ninja-build/ninja",
  473. "install": "on_request",
  474. "license": "Apache-2.0",
  475. "name": "ninja",
  476. "platform_overrides": [
  477. {
  478. "install": "always",
  479. "platforms": [
  480. "win32",
  481. "win64"
  482. ]
  483. }
  484. ],
  485. "version_cmd": [
  486. "ninja",
  487. "--version"
  488. ],
  489. "version_regex": "([0-9.]+)",
  490. "versions": [
  491. {
  492. "linux-amd64": {
  493. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  494. "size": 106415,
  495. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  496. },
  497. "macos": {
  498. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  499. "size": 240112,
  500. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  501. },
  502. "name": "1.10.2",
  503. "status": "recommended",
  504. "win64": {
  505. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  506. "size": 262670,
  507. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  508. }
  509. }
  510. ]
  511. },
  512. {
  513. "description": "IDF wrapper tool for Windows",
  514. "export_paths": [
  515. [
  516. ""
  517. ]
  518. ],
  519. "export_vars": {},
  520. "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe",
  521. "install": "never",
  522. "license": "Apache-2.0",
  523. "name": "idf-exe",
  524. "platform_overrides": [
  525. {
  526. "install": "always",
  527. "platforms": [
  528. "win32",
  529. "win64"
  530. ]
  531. }
  532. ],
  533. "version_cmd": [
  534. "idf.py.exe",
  535. "-v"
  536. ],
  537. "version_regex": "([0-9.]+)",
  538. "versions": [
  539. {
  540. "name": "1.0.1",
  541. "status": "recommended",
  542. "win32": {
  543. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  544. "size": 11297,
  545. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  546. },
  547. "win64": {
  548. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  549. "size": 11297,
  550. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  551. }
  552. }
  553. ]
  554. },
  555. {
  556. "description": "Ccache (compiler cache)",
  557. "export_paths": [
  558. [
  559. ""
  560. ]
  561. ],
  562. "export_vars": {
  563. "IDF_CCACHE_ENABLE": "1"
  564. },
  565. "info_url": "https://github.com/ccache/ccache",
  566. "install": "never",
  567. "license": "GPL-3.0-or-later",
  568. "name": "ccache",
  569. "platform_overrides": [
  570. {
  571. "install": "always",
  572. "platforms": [
  573. "win64"
  574. ]
  575. }
  576. ],
  577. "version_cmd": [
  578. "ccache.exe",
  579. "--version"
  580. ],
  581. "version_regex": "ccache version ([0-9.]+)",
  582. "versions": [
  583. {
  584. "name": "3.7",
  585. "status": "recommended",
  586. "win64": {
  587. "sha256": "37e833f3f354f1145503533e776c1bd44ec2e77ff8a2476a1d2039b0b10c78d6",
  588. "size": 142401,
  589. "url": "https://dl.espressif.com/dl/ccache-3.7-w64.zip"
  590. }
  591. }
  592. ]
  593. },
  594. {
  595. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  596. "export_paths": [
  597. [
  598. "dfu-util-0.9-win64"
  599. ]
  600. ],
  601. "export_vars": {},
  602. "info_url": "http://dfu-util.sourceforge.net/",
  603. "install": "never",
  604. "license": "GPL-2.0-only",
  605. "name": "dfu-util",
  606. "platform_overrides": [
  607. {
  608. "install": "always",
  609. "platforms": [
  610. "win64"
  611. ]
  612. }
  613. ],
  614. "version_cmd": [
  615. "dfu-util",
  616. "--version"
  617. ],
  618. "version_regex": "dfu-util ([0-9.]+)",
  619. "versions": [
  620. {
  621. "name": "0.9",
  622. "status": "recommended",
  623. "win64": {
  624. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  625. "size": 735635,
  626. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  627. }
  628. }
  629. ]
  630. }
  631. ],
  632. "version": 1
  633. }