tools.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  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": "6c73b9e9d252810a63ca5e94b497c6c09fb8c903fe9c477f385bdc2ab4d2187e",
  26. "size": 85520229,
  27. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2020r2-linux-amd64.tar.gz"
  28. },
  29. "linux-armel": {
  30. "sha256": "51dd318c4f2ac1fe2b206d029e1d2080c922107cc56e4a3802b1acafd7b436db",
  31. "size": 83672167,
  32. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2020r2-linux-armel.tar.gz"
  33. },
  34. "linux-i686": {
  35. "sha256": "a003c7bc9b9f0dd82170480aadd62c0586fc6e3d69119c637c957125164f40e5",
  36. "size": 87467927,
  37. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2020r2-linux-i686.tar.gz"
  38. },
  39. "macos": {
  40. "sha256": "48b288e3e5c60623851616bf545b8e4fc5382dc980d6b9682373f11013fe5776",
  41. "size": 92201363,
  42. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2020r2-macos.tar.gz"
  43. },
  44. "name": "esp-2020r2-8.2.0",
  45. "status": "recommended",
  46. "win32": {
  47. "sha256": "f2ba6bdb1c4b2178955e5e7a204552bb754709e02eaf9d8febe770d46629db8f",
  48. "size": 103885422,
  49. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2020r2-win32.zip"
  50. },
  51. "win64": {
  52. "sha256": "036ae8c737e7a4ced7121881f10747cf7b18914648ef611c78b3d543a0f00d8f",
  53. "size": 106505186,
  54. "url": "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2020r2-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": "f5efd18a96f773b73bd6bcdee4476b5e4fbccea6befe0cb62c08675e4c68a65f",
  82. "size": 85796525,
  83. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2020r2-linux-amd64.tar.gz"
  84. },
  85. "linux-armel": {
  86. "sha256": "40ed8c365a3e32643c7fc9cf44908fb166d3acc52754ebf0b03e82122a0ecd2c",
  87. "size": 84041933,
  88. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2020r2-linux-armel.tar.gz"
  89. },
  90. "linux-i686": {
  91. "sha256": "53e8b9d38c409a207685b615924eada2ee9719ac4fe8c79caa7a89c788a65a7d",
  92. "size": 87773410,
  93. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2020r2-linux-i686.tar.gz"
  94. },
  95. "macos": {
  96. "sha256": "76d17b170e667b73dbb013e8efa8032b18d9e68f6e364745639e851d99ad68a3",
  97. "size": 92562690,
  98. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2020r2-macos.tar.gz"
  99. },
  100. "name": "esp-2020r2-8.2.0",
  101. "status": "recommended",
  102. "win32": {
  103. "sha256": "e7fe06fc37f1046765653ec1ed571f06a86a5b5cde7b3a0ab71c44232c5b6a2f",
  104. "size": 104302935,
  105. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2020r2-win32.zip"
  106. },
  107. "win64": {
  108. "sha256": "56b450ab9fa6c10e2d7defbf903af9c1594e9b86fece89faf5071d6461e07111",
  109. "size": 106864587,
  110. "url": "https://dl.espressif.com/dl/xtensa-esp32s2-elf-gcc8_2_0-esp-2020r2-win64.zip"
  111. }
  112. }
  113. ]
  114. },
  115. {
  116. "description": "Toolchain for RISC-V",
  117. "export_paths": [
  118. [
  119. "xPacks",
  120. "riscv-none-embed-gcc",
  121. "8.2.0-3.1",
  122. "bin"
  123. ]
  124. ],
  125. "export_vars": {},
  126. "info_url": "https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack",
  127. "install": "on_request",
  128. "license": "MIT",
  129. "name": "riscv-none-embed-gcc",
  130. "version_cmd": [
  131. "riscv-none-embed-gcc",
  132. "--version"
  133. ],
  134. "version_regex": "(riscv-none-embed-gcc) \\(xPack GNU RISC-V Embedded GCC, 64-bit\\) (8.2.0)",
  135. "version_regex_replace": "\\1-\\2",
  136. "versions": [
  137. {
  138. "linux-amd64": {
  139. "sha256": "3d40fab50ebad8424ff85748f25d2eaee50f86a5d5222abd7a45a2e490f1e4f5",
  140. "size": 216042047,
  141. "url": "https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/download/v8.2.0-3.1/xpack-riscv-none-embed-gcc-8.2.0-3.1-linux-x64.tgz"
  142. },
  143. "linux-i686": {
  144. "sha256": "2e856ee33ef544a2405183366cdf299da2cca697e8cc57627dfaad8ab4460a99",
  145. "size": 219854326,
  146. "url": "https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/download/v8.2.0-3.1/xpack-riscv-none-embed-gcc-8.2.0-3.1-linux-x32.tgz"
  147. },
  148. "macos": {
  149. "sha256": "48ece50b7272a8e49e56e37f54f9962f93dce4ca44f1bb4c8113fab0230fbdf1",
  150. "size": 214715632,
  151. "url": "https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/download/v8.2.0-3.1/xpack-riscv-none-embed-gcc-8.2.0-3.1-darwin-x64.tgz"
  152. },
  153. "name": "riscv-none-embed-gcc-8.2.0",
  154. "status": "recommended",
  155. "win32": {
  156. "sha256": "78bcd52f7b404133de3b2f9568e7101c1de747f98db3a7b0d6251b75a1754867",
  157. "size": 232387519,
  158. "url": "https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/download/v8.2.0-3.1/xpack-riscv-none-embed-gcc-8.2.0-3.1-win32-x32.zip"
  159. },
  160. "win64": {
  161. "sha256": "98b60720607f1400081806d60d70796b30399f8b426e2c790a4abb0bffb9e5ec",
  162. "size": 241927614,
  163. "url": "https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/download/v8.2.0-3.1/xpack-riscv-none-embed-gcc-8.2.0-3.1-win32-x64.zip"
  164. }
  165. }
  166. ]
  167. },
  168. {
  169. "description": "Toolchain for ESP32 ULP coprocessor",
  170. "export_paths": [
  171. [
  172. "esp32ulp-elf-binutils",
  173. "bin"
  174. ]
  175. ],
  176. "export_vars": {},
  177. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  178. "install": "always",
  179. "license": "GPL-2.0-or-later",
  180. "name": "esp32ulp-elf",
  181. "platform_overrides": [
  182. {
  183. "install": "never",
  184. "platforms": [
  185. "linux-i686"
  186. ]
  187. }
  188. ],
  189. "version_cmd": [
  190. "esp32ulp-elf-as",
  191. "--version"
  192. ],
  193. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  194. "versions": [
  195. {
  196. "linux-amd64": {
  197. "sha256": "3016c4fc551181175bd9979869bc1d1f28fa8efa25a0e29ad7f833fca4bc03d7",
  198. "size": 8248656,
  199. "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"
  200. },
  201. "linux-armel": {
  202. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  203. "size": 8033639,
  204. "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"
  205. },
  206. "macos": {
  207. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  208. "size": 8872874,
  209. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  210. },
  211. "name": "2.28.51-esp-20191205",
  212. "status": "recommended",
  213. "win32": {
  214. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  215. "size": 12234162,
  216. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  217. },
  218. "win64": {
  219. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  220. "size": 12234162,
  221. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  222. }
  223. }
  224. ]
  225. },
  226. {
  227. "description": "Toolchain for ESP32-S2 ULP coprocessor",
  228. "export_paths": [
  229. [
  230. "esp32s2ulp-elf-binutils",
  231. "bin"
  232. ]
  233. ],
  234. "export_vars": {},
  235. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  236. "install": "always",
  237. "license": "GPL-2.0-or-later",
  238. "name": "esp32s2ulp-elf",
  239. "platform_overrides": [
  240. {
  241. "install": "never",
  242. "platforms": [
  243. "linux-i686"
  244. ]
  245. }
  246. ],
  247. "version_cmd": [
  248. "esp32s2ulp-elf-as",
  249. "--version"
  250. ],
  251. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  252. "versions": [
  253. {
  254. "linux-amd64": {
  255. "sha256": "df7b2ff6c7c718a7cbe3b4b6dbcd68180d835d164d1913bc4698fd3781b9a466",
  256. "size": 8254018,
  257. "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"
  258. },
  259. "linux-armel": {
  260. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  261. "size": 8034624,
  262. "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"
  263. },
  264. "macos": {
  265. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  266. "size": 8876194,
  267. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  268. },
  269. "name": "2.28.51-esp-20191205",
  270. "status": "recommended",
  271. "win32": {
  272. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  273. "size": 12239199,
  274. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  275. },
  276. "win64": {
  277. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  278. "size": 12239199,
  279. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  280. }
  281. }
  282. ]
  283. },
  284. {
  285. "description": "CMake build system",
  286. "export_paths": [
  287. [
  288. "bin"
  289. ]
  290. ],
  291. "export_vars": {},
  292. "info_url": "https://github.com/Kitware/CMake",
  293. "install": "on_request",
  294. "license": "BSD-3-Clause",
  295. "name": "cmake",
  296. "platform_overrides": [
  297. {
  298. "install": "always",
  299. "platforms": [
  300. "win32",
  301. "win64"
  302. ]
  303. },
  304. {
  305. "export_paths": [
  306. [
  307. "CMake.app",
  308. "Contents",
  309. "bin"
  310. ]
  311. ],
  312. "platforms": [
  313. "macos"
  314. ]
  315. }
  316. ],
  317. "strip_container_dirs": 1,
  318. "version_cmd": [
  319. "cmake",
  320. "--version"
  321. ],
  322. "version_regex": "cmake version ([0-9.]+)",
  323. "versions": [
  324. {
  325. "linux-amd64": {
  326. "sha256": "12a577aa04b6639766ae908f33cf70baefc11ac4499b8b1c8812d99f05fb6a02",
  327. "size": 39517697,
  328. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.tar.gz"
  329. },
  330. "macos": {
  331. "sha256": "f60e0ef96da48725cd8da7d6abe83cd9501167aa51625c90dd4d31081a631279",
  332. "size": 35802699,
  333. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Darwin-x86_64.tar.gz"
  334. },
  335. "name": "3.16.4",
  336. "status": "recommended",
  337. "win32": {
  338. "sha256": "f37963bcfcebdfe5864926a3623f6c21220c35790c39cd65e64bd521cbb39c55",
  339. "size": 32812189,
  340. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-win64-x64.zip"
  341. },
  342. "win64": {
  343. "sha256": "f37963bcfcebdfe5864926a3623f6c21220c35790c39cd65e64bd521cbb39c55",
  344. "size": 32812189,
  345. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-win64-x64.zip"
  346. }
  347. }
  348. ]
  349. },
  350. {
  351. "description": "OpenOCD for ESP32",
  352. "export_paths": [
  353. [
  354. "openocd-esp32",
  355. "bin"
  356. ]
  357. ],
  358. "export_vars": {
  359. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  360. },
  361. "info_url": "https://github.com/espressif/openocd-esp32",
  362. "install": "always",
  363. "license": "GPL-2.0-only",
  364. "name": "openocd-esp32",
  365. "platform_overrides": [
  366. {
  367. "install": "on_request",
  368. "platforms": [
  369. "linux-i686"
  370. ]
  371. }
  372. ],
  373. "version_cmd": [
  374. "openocd",
  375. "--version"
  376. ],
  377. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  378. "versions": [
  379. {
  380. "linux-amd64": {
  381. "sha256": "77a232510625c23489d9bf1b17bdadf56e95acf8f50ef8ebff51477f23c21ef0",
  382. "size": 1729401,
  383. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20200709/openocd-esp32-linux64-0.10.0-esp32-20200709.tar.gz"
  384. },
  385. "linux-armel": {
  386. "sha256": "b2cc6b7837f3cac23a752a8c43c6e0b19701ee0ec1eca4896833f0e82746062e",
  387. "size": 1778274,
  388. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20200709/openocd-esp32-armel-0.10.0-esp32-20200709.tar.gz"
  389. },
  390. "macos": {
  391. "sha256": "97cf84dd3dfb129a7d4842599870a3b0dbb40b2713d3c5153738c44907e85d6e",
  392. "size": 1811755,
  393. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20200709/openocd-esp32-macos-0.10.0-esp32-20200709.tar.gz"
  394. },
  395. "name": "v0.10.0-esp32-20200709",
  396. "status": "recommended",
  397. "win32": {
  398. "sha256": "b96b95607ca0c5899427f5b88cda7389da11f53ac857d3d2fe467e571af5137e",
  399. "size": 2152463,
  400. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20200709/openocd-esp32-win32-0.10.0-esp32-20200709.zip"
  401. },
  402. "win64": {
  403. "sha256": "b96b95607ca0c5899427f5b88cda7389da11f53ac857d3d2fe467e571af5137e",
  404. "size": 2152463,
  405. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20200709/openocd-esp32-win32-0.10.0-esp32-20200709.zip"
  406. }
  407. }
  408. ]
  409. },
  410. {
  411. "description": "Ninja build system",
  412. "export_paths": [
  413. [
  414. ""
  415. ]
  416. ],
  417. "export_vars": {},
  418. "info_url": "https://github.com/ninja-build/ninja",
  419. "install": "on_request",
  420. "license": "Apache-2.0",
  421. "name": "ninja",
  422. "platform_overrides": [
  423. {
  424. "install": "always",
  425. "platforms": [
  426. "win32",
  427. "win64"
  428. ]
  429. }
  430. ],
  431. "version_cmd": [
  432. "ninja",
  433. "--version"
  434. ],
  435. "version_regex": "([0-9.]+)",
  436. "versions": [
  437. {
  438. "linux-amd64": {
  439. "sha256": "4b2ad65db438595813b981db921f675f5c775c302b34dc85710ffddf07ec9033",
  440. "size": 102826,
  441. "url": "https://dl.espressif.com/dl/ninja-1.10.0-linux64.tar.gz"
  442. },
  443. "macos": {
  444. "sha256": "6cd22e2c5fc654282d26b485d9b3d68e242b09a22c2e73a253f2a4a7cfd6774c",
  445. "size": 119947,
  446. "url": "https://dl.espressif.com/dl/ninja-1.10.0-osx.tar.gz"
  447. },
  448. "name": "1.10.0",
  449. "status": "recommended",
  450. "win64": {
  451. "sha256": "919fd158c16bf135e8a850bb4046ec1ce28a7439ee08b977cd0b7f6b3463d178",
  452. "size": 262400,
  453. "url": "https://dl.espressif.com/dl/ninja-1.10.0-win64.zip"
  454. }
  455. }
  456. ]
  457. },
  458. {
  459. "description": "IDF wrapper tool for Windows",
  460. "export_paths": [
  461. [
  462. ""
  463. ]
  464. ],
  465. "export_vars": {},
  466. "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe",
  467. "install": "never",
  468. "license": "Apache-2.0",
  469. "name": "idf-exe",
  470. "platform_overrides": [
  471. {
  472. "install": "always",
  473. "platforms": [
  474. "win32",
  475. "win64"
  476. ]
  477. }
  478. ],
  479. "version_cmd": [
  480. "idf.py.exe",
  481. "-v"
  482. ],
  483. "version_regex": "([0-9.]+)",
  484. "versions": [
  485. {
  486. "name": "1.0.1",
  487. "status": "recommended",
  488. "win32": {
  489. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  490. "size": 11297,
  491. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  492. },
  493. "win64": {
  494. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  495. "size": 11297,
  496. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  497. }
  498. }
  499. ]
  500. },
  501. {
  502. "description": "Ccache (compiler cache)",
  503. "export_paths": [
  504. [
  505. ""
  506. ]
  507. ],
  508. "export_vars": {
  509. "IDF_CCACHE_ENABLE": "1"
  510. },
  511. "info_url": "https://github.com/ccache/ccache",
  512. "install": "never",
  513. "license": "GPL-3.0-or-later",
  514. "name": "ccache",
  515. "platform_overrides": [
  516. {
  517. "install": "always",
  518. "platforms": [
  519. "win64"
  520. ]
  521. }
  522. ],
  523. "version_cmd": [
  524. "ccache.exe",
  525. "--version"
  526. ],
  527. "version_regex": "ccache version ([0-9.]+)",
  528. "versions": [
  529. {
  530. "name": "3.7",
  531. "status": "recommended",
  532. "win64": {
  533. "sha256": "37e833f3f354f1145503533e776c1bd44ec2e77ff8a2476a1d2039b0b10c78d6",
  534. "size": 142401,
  535. "url": "https://dl.espressif.com/dl/ccache-3.7-w64.zip"
  536. }
  537. }
  538. ]
  539. },
  540. {
  541. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  542. "export_paths": [
  543. [
  544. "dfu-util-0.9-win64"
  545. ]
  546. ],
  547. "export_vars": {},
  548. "info_url": "http://dfu-util.sourceforge.net/",
  549. "install": "never",
  550. "license": "GPL-2.0-only",
  551. "name": "dfu-util",
  552. "platform_overrides": [
  553. {
  554. "install": "always",
  555. "platforms": [
  556. "win64"
  557. ]
  558. }
  559. ],
  560. "version_cmd": [
  561. "dfu-util",
  562. "--version"
  563. ],
  564. "version_regex": "dfu-util ([0-9.]+)",
  565. "versions": [
  566. {
  567. "name": "0.9",
  568. "status": "recommended",
  569. "win64": {
  570. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  571. "size": 735635,
  572. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  573. }
  574. }
  575. ]
  576. }
  577. ],
  578. "version": 1
  579. }