tools.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  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": "e6d47c1dbd8c8cbfe37271e5e2aac53ee88c9e347ae937e22bf0c73f530efbdf",
  26. "size": 85459985,
  27. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-linux-amd64.tar.gz"
  28. },
  29. "linux-armel": {
  30. "sha256": "54a199c28f591da2466b21741911bc2ba77ddf82d3d2b66c6ce03c1a0c6835f0",
  31. "size": 83647538,
  32. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-linux-armel.tar.gz"
  33. },
  34. "linux-i686": {
  35. "sha256": "36a9648c414dbd1c518c687ce5587d9f8eaa94324f45d92e9ec31a1433a04df8",
  36. "size": 87438500,
  37. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-linux-i686.tar.gz"
  38. },
  39. "macos": {
  40. "sha256": "dc62be8dd16c6d9d28d64e2b3f831fa208f3548c2ca73cdbcbdf68f474d59521",
  41. "size": 92150978,
  42. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-macos.tar.gz"
  43. },
  44. "name": "esp-2019r2-8.2.0",
  45. "status": "recommended",
  46. "win32": {
  47. "sha256": "c9d5776a22516f0825a7c68d835ffacc2392f913136893b7646e1288937cc65e",
  48. "size": 103850448,
  49. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-win32.zip"
  50. },
  51. "win64": {
  52. "sha256": "c9d5776a22516f0825a7c68d835ffacc2392f913136893b7646e1288937cc65e",
  53. "size": 103850448,
  54. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-win32.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": "59c6951e39937b9dfa53cca6d7707984ee39572071e56d11069f032d079477f5",
  82. "size": 85762044,
  83. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2019r2-linux-amd64.tar.gz"
  84. },
  85. "linux-armel": {
  86. "sha256": "92d80cf640db34913b91c1d8dae1632a7f5a740b5dcf39a3bea750b5dba05caa",
  87. "size": 84036647,
  88. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2019r2-linux-armel.tar.gz"
  89. },
  90. "linux-i686": {
  91. "sha256": "d31c39dce8e6faa36807152a8afa8fe79d491bc551ad27dff1fed2f31dd6a39e",
  92. "size": 87755342,
  93. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2019r2-linux-i686.tar.gz"
  94. },
  95. "macos": {
  96. "sha256": "01f6d9b6d25a550975a16d2634a577a0c0f3c3c24db10edd1b714f9c192f490d",
  97. "size": 92535775,
  98. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2019r2-macos.tar.gz"
  99. },
  100. "name": "esp-2019r2-8.2.0",
  101. "status": "recommended",
  102. "win32": {
  103. "sha256": "f9b69732bd4e90d4558547f6a2d33f78433971e9e4f04968515cf460ea6de79a",
  104. "size": 104254613,
  105. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2019r2-win32.zip"
  106. },
  107. "win64": {
  108. "sha256": "f9b69732bd4e90d4558547f6a2d33f78433971e9e4f04968515cf460ea6de79a",
  109. "size": 104254613,
  110. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2019r2-win32.zip"
  111. }
  112. }
  113. ]
  114. },
  115. {
  116. "description": "Toolchain for ESP32 ULP coprocessor",
  117. "export_paths": [
  118. [
  119. "esp32ulp-elf-binutils",
  120. "bin"
  121. ]
  122. ],
  123. "export_vars": {},
  124. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  125. "install": "always",
  126. "license": "GPL-2.0-or-later",
  127. "name": "esp32ulp-elf",
  128. "platform_overrides": [
  129. {
  130. "install": "on_request",
  131. "platforms": [
  132. "linux-armel",
  133. "linux-i686"
  134. ]
  135. }
  136. ],
  137. "version_cmd": [
  138. "esp32ulp-elf-as",
  139. "--version"
  140. ],
  141. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  142. "versions": [
  143. {
  144. "linux-amd64": {
  145. "sha256": "f036ef1907ee19c8705f7076ef8c2e3b6dd9ffff654d35c264e7036c14aa5230",
  146. "size": 8249059,
  147. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20190801/binutils-esp32ulp-linux-amd64-2.28.51-esp-20190801.tar.gz"
  148. },
  149. "linux-armel": {
  150. "sha256": "c95fcf89231bee16f48c0a50dd8d8f4404bc95f956b5482f69dac68363ffc444",
  151. "size": 8033832,
  152. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20190801/binutils-esp32ulp-linux-armel-2.28.51-esp-20190801.tar.gz"
  153. },
  154. "macos": {
  155. "sha256": "04f812bf410ae6bef438c53ff4f4a33f34884d9072ae5815814b208ab408a9a4",
  156. "size": 8871878,
  157. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20190801/binutils-esp32ulp-macos-2.28.51-esp-20190801.tar.gz"
  158. },
  159. "name": "2.28.51-esp-20190801",
  160. "status": "supported",
  161. "win32": {
  162. "sha256": "44626cc2348686e9c57587142ca49cdab26fec742468942b8679f22b6661a7ec",
  163. "size": 12232098,
  164. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20190801/binutils-esp32ulp-win32-2.28.51-esp-20190801.zip"
  165. },
  166. "win64": {
  167. "sha256": "44626cc2348686e9c57587142ca49cdab26fec742468942b8679f22b6661a7ec",
  168. "size": 12232098,
  169. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20190801/binutils-esp32ulp-win32-2.28.51-esp-20190801.zip"
  170. }
  171. },
  172. {
  173. "linux-amd64": {
  174. "sha256": "3016c4fc551181175bd9979869bc1d1f28fa8efa25a0e29ad7f833fca4bc03d7",
  175. "size": 8248656,
  176. "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"
  177. },
  178. "linux-armel": {
  179. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  180. "size": 8033639,
  181. "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"
  182. },
  183. "macos": {
  184. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  185. "size": 8872874,
  186. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  187. },
  188. "name": "2.28.51-esp-20191205",
  189. "status": "recommended",
  190. "win32": {
  191. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  192. "size": 12234162,
  193. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  194. },
  195. "win64": {
  196. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  197. "size": 12234162,
  198. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  199. }
  200. }
  201. ]
  202. },
  203. {
  204. "description": "Toolchain for ESP32-S2 ULP coprocessor",
  205. "export_paths": [
  206. [
  207. "esp32s2ulp-elf-binutils",
  208. "bin"
  209. ]
  210. ],
  211. "export_vars": {},
  212. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  213. "install": "always",
  214. "license": "GPL-2.0-or-later",
  215. "name": "esp32s2ulp-elf",
  216. "version_cmd": [
  217. "esp32s2ulp-elf-as",
  218. "--version"
  219. ],
  220. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  221. "versions": [
  222. {
  223. "linux-amd64": {
  224. "sha256": "0085852b0de25a2186c874a184385c1dde107414248ec6a726b48d6616da6274",
  225. "size": 8253802,
  226. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20190801/binutils-esp32s2ulp-linux-amd64-2.28.51-esp-20190801.tar.gz"
  227. },
  228. "linux-armel": {
  229. "sha256": "6f9d07f9e4f4040f7520beb432ed789515e19cf005fb756748d2ca5ad7eb8f04",
  230. "size": 8045256,
  231. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20190801/binutils-esp32s2ulp-linux-armel-2.28.51-esp-20190801.tar.gz"
  232. },
  233. "macos": {
  234. "sha256": "b180a5ed3b7b5aa4503f26e5bd562d8b0f4b55f24a2ca04942804fd88b4d91b5",
  235. "size": 8877256,
  236. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20190801/binutils-esp32s2ulp-macos-2.28.51-esp-20190801.tar.gz"
  237. },
  238. "name": "2.28.51-esp-20190801",
  239. "status": "supported",
  240. "win32": {
  241. "sha256": "dbd0f050273a95a82b3e506aba999c8e4d4b22c69e5f3f3efc712c8eb59355e2",
  242. "size": 12238724,
  243. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20190801/binutils-esp32s2ulp-win32-2.28.51-esp-20190801.zip"
  244. },
  245. "win64": {
  246. "sha256": "dbd0f050273a95a82b3e506aba999c8e4d4b22c69e5f3f3efc712c8eb59355e2",
  247. "size": 12238724,
  248. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20190801/binutils-esp32s2ulp-win32-2.28.51-esp-20190801.zip"
  249. }
  250. },
  251. {
  252. "linux-amd64": {
  253. "sha256": "df7b2ff6c7c718a7cbe3b4b6dbcd68180d835d164d1913bc4698fd3781b9a466",
  254. "size": 8254018,
  255. "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"
  256. },
  257. "linux-armel": {
  258. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  259. "size": 8034624,
  260. "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"
  261. },
  262. "macos": {
  263. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  264. "size": 8876194,
  265. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  266. },
  267. "name": "2.28.51-esp-20191205",
  268. "status": "recommended",
  269. "win32": {
  270. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  271. "size": 12239199,
  272. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  273. },
  274. "win64": {
  275. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  276. "size": 12239199,
  277. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  278. }
  279. }
  280. ]
  281. },
  282. {
  283. "description": "CMake build system",
  284. "export_paths": [
  285. [
  286. "bin"
  287. ]
  288. ],
  289. "export_vars": {},
  290. "info_url": "https://github.com/Kitware/CMake",
  291. "install": "on_request",
  292. "license": "BSD-3-Clause",
  293. "name": "cmake",
  294. "platform_overrides": [
  295. {
  296. "install": "always",
  297. "platforms": [
  298. "win32",
  299. "win64"
  300. ]
  301. },
  302. {
  303. "export_paths": [
  304. [
  305. "CMake.app",
  306. "Contents",
  307. "bin"
  308. ]
  309. ],
  310. "platforms": [
  311. "macos"
  312. ]
  313. }
  314. ],
  315. "strip_container_dirs": 1,
  316. "version_cmd": [
  317. "cmake",
  318. "--version"
  319. ],
  320. "version_regex": "cmake version ([0-9.]+)",
  321. "versions": [
  322. {
  323. "linux-amd64": {
  324. "sha256": "563a39e0a7c7368f81bfa1c3aff8b590a0617cdfe51177ddc808f66cc0866c76",
  325. "size": 38405896,
  326. "url": "https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-Linux-x86_64.tar.gz"
  327. },
  328. "macos": {
  329. "sha256": "fef537614d73fda848f6168273b6c7ba45f850484533361e7bc50ac1d315f780",
  330. "size": 32062124,
  331. "url": "https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-Darwin-x86_64.tar.gz"
  332. },
  333. "name": "3.13.4",
  334. "status": "recommended",
  335. "win32": {
  336. "sha256": "28daf772f55d817a13ef14e25af2a5569f8326dac66a6aa3cc5208cf1f8e943f",
  337. "size": 26385104,
  338. "url": "https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-win32-x86.zip"
  339. },
  340. "win64": {
  341. "sha256": "bcd477d49e4a9400b41213d53450b474beaedb264631693c958ef9affa8e5623",
  342. "size": 29696565,
  343. "url": "https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-win64-x64.zip"
  344. }
  345. }
  346. ]
  347. },
  348. {
  349. "description": "OpenOCD for ESP32",
  350. "export_paths": [
  351. [
  352. "openocd-esp32",
  353. "bin"
  354. ]
  355. ],
  356. "export_vars": {
  357. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  358. },
  359. "info_url": "https://github.com/espressif/openocd-esp32",
  360. "install": "always",
  361. "license": "GPL-2.0-only",
  362. "name": "openocd-esp32",
  363. "platform_overrides": [
  364. {
  365. "install": "on_request",
  366. "platforms": [
  367. "linux-i686"
  368. ]
  369. }
  370. ],
  371. "version_cmd": [
  372. "openocd",
  373. "--version"
  374. ],
  375. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  376. "versions": [
  377. {
  378. "linux-amd64": {
  379. "sha256": "978213e8345dd19762c79d4bda309331bb78db3d2a7f7193641dfcc978f6e5e5",
  380. "size": 1680363,
  381. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20191114/openocd-esp32-linux64-0.10.0-esp32-20191114.tar.gz"
  382. },
  383. "linux-armel": {
  384. "sha256": "3b41d889e54c03d26ebf4423084a1c25a9b0a8c5d93359a3eece1754377dbd81",
  385. "size": 1730768,
  386. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20191114/openocd-esp32-armel-0.10.0-esp32-20191114.tar.gz"
  387. },
  388. "macos": {
  389. "sha256": "75ca2e235c35157d6dad2106cc62210ccb99b736da6940179aa1644fe1ae8c2b",
  390. "size": 1765567,
  391. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20191114/openocd-esp32-macos-0.10.0-esp32-20191114.tar.gz"
  392. },
  393. "name": "v0.10.0-esp32-20191114",
  394. "status": "recommended",
  395. "win32": {
  396. "sha256": "698bfa5903c99e2ee0a1898379b3a40451fcecbc1fd4fde4f2f1494e5725e7ab",
  397. "size": 2102699,
  398. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20191114/openocd-esp32-win32-0.10.0-esp32-20191114.zip"
  399. },
  400. "win64": {
  401. "sha256": "698bfa5903c99e2ee0a1898379b3a40451fcecbc1fd4fde4f2f1494e5725e7ab",
  402. "size": 2102699,
  403. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20191114/openocd-esp32-win32-0.10.0-esp32-20191114.zip"
  404. }
  405. }
  406. ]
  407. },
  408. {
  409. "description": "Ninja build system",
  410. "export_paths": [
  411. [
  412. ""
  413. ]
  414. ],
  415. "export_vars": {},
  416. "info_url": "https://github.com/ninja-build/ninja",
  417. "install": "on_request",
  418. "license": "Apache-2.0",
  419. "name": "ninja",
  420. "platform_overrides": [
  421. {
  422. "install": "always",
  423. "platforms": [
  424. "win32",
  425. "win64"
  426. ]
  427. }
  428. ],
  429. "version_cmd": [
  430. "ninja",
  431. "--version"
  432. ],
  433. "version_regex": "([0-9.]+)",
  434. "versions": [
  435. {
  436. "linux-amd64": {
  437. "sha256": "978fd9e26c2db8d33392c6daef50e9edac0a3db6680710a9f9ad47e01f3e49b7",
  438. "size": 85276,
  439. "url": "https://dl.espressif.com/dl/ninja-1.9.0-linux64.tar.gz"
  440. },
  441. "macos": {
  442. "sha256": "9504cd1783ef3c242d06330a50d54dc8f838b605f5fc3e892c47254929f7350c",
  443. "size": 91457,
  444. "url": "https://dl.espressif.com/dl/ninja-1.9.0-osx.tar.gz"
  445. },
  446. "name": "1.9.0",
  447. "status": "recommended",
  448. "win64": {
  449. "sha256": "2d70010633ddaacc3af4ffbd21e22fae90d158674a09e132e06424ba3ab036e9",
  450. "size": 254497,
  451. "url": "https://dl.espressif.com/dl/ninja-1.9.0-win64.zip"
  452. }
  453. }
  454. ]
  455. },
  456. {
  457. "description": "IDF wrapper tool for Windows",
  458. "export_paths": [
  459. [
  460. ""
  461. ]
  462. ],
  463. "export_vars": {},
  464. "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe",
  465. "install": "never",
  466. "license": "Apache-2.0",
  467. "name": "idf-exe",
  468. "platform_overrides": [
  469. {
  470. "install": "always",
  471. "platforms": [
  472. "win32",
  473. "win64"
  474. ]
  475. }
  476. ],
  477. "version_cmd": [
  478. "idf.py.exe",
  479. "-v"
  480. ],
  481. "version_regex": "([0-9.]+)",
  482. "versions": [
  483. {
  484. "name": "1.0.1",
  485. "status": "recommended",
  486. "win32": {
  487. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  488. "size": 11297,
  489. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  490. },
  491. "win64": {
  492. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  493. "size": 11297,
  494. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  495. }
  496. }
  497. ]
  498. },
  499. {
  500. "description": "Ccache (compiler cache)",
  501. "export_paths": [
  502. [
  503. ""
  504. ]
  505. ],
  506. "export_vars": {
  507. "IDF_CCACHE_ENABLE": "1"
  508. },
  509. "info_url": "https://github.com/ccache/ccache",
  510. "install": "never",
  511. "license": "GPL-3.0-or-later",
  512. "name": "ccache",
  513. "platform_overrides": [
  514. {
  515. "install": "always",
  516. "platforms": [
  517. "win64"
  518. ]
  519. }
  520. ],
  521. "version_cmd": [
  522. "ccache.exe",
  523. "--version"
  524. ],
  525. "version_regex": "ccache version ([0-9.]+)",
  526. "versions": [
  527. {
  528. "name": "3.7",
  529. "status": "recommended",
  530. "win64": {
  531. "sha256": "37e833f3f354f1145503533e776c1bd44ec2e77ff8a2476a1d2039b0b10c78d6",
  532. "size": 142401,
  533. "url": "https://dl.espressif.com/dl/ccache-3.7-w64.zip"
  534. }
  535. }
  536. ]
  537. }
  538. ],
  539. "version": 1
  540. }