tools.json 20 KB

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