tools.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  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": "bd7364b8bf4fa03eebbac7f8aba8632029c34946ee67d451c02182aae8bc38e0",
  352. "size": 1802447,
  353. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-linux64-0.10.0-esp32-20210902.tar.gz"
  354. },
  355. "linux-armel": {
  356. "sha256": "32aa83aa815666bdd442751c75d3826132ecd1bf1ac56f8b2a195e28f0ee2128",
  357. "size": 1801394,
  358. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-armel-0.10.0-esp32-20210902.tar.gz"
  359. },
  360. "macos": {
  361. "sha256": "0c32e4400edf6c725eb24af8d9ea9395f799c06333db2b87bbd22831467aba54",
  362. "size": 1909909,
  363. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-macos-0.10.0-esp32-20210902.tar.gz"
  364. },
  365. "name": "v0.10.0-esp32-20210902",
  366. "status": "recommended",
  367. "win32": {
  368. "sha256": "9ad2a5031f498bae20291f3a81f2eb2371b79a1e5b81a2119d911b27a8a7a2e5",
  369. "size": 2281243,
  370. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-win32-0.10.0-esp32-20210902.zip"
  371. },
  372. "win64": {
  373. "sha256": "9ad2a5031f498bae20291f3a81f2eb2371b79a1e5b81a2119d911b27a8a7a2e5",
  374. "size": 2281243,
  375. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-win32-0.10.0-esp32-20210902.zip"
  376. }
  377. }
  378. ]
  379. },
  380. {
  381. "description": "Ninja build system",
  382. "export_paths": [
  383. [
  384. ""
  385. ]
  386. ],
  387. "export_vars": {},
  388. "info_url": "https://github.com/ninja-build/ninja",
  389. "install": "on_request",
  390. "license": "Apache-2.0",
  391. "name": "ninja",
  392. "platform_overrides": [
  393. {
  394. "install": "always",
  395. "platforms": [
  396. "win32",
  397. "win64"
  398. ]
  399. }
  400. ],
  401. "supported_targets": [
  402. "all"
  403. ],
  404. "version_cmd": [
  405. "ninja",
  406. "--version"
  407. ],
  408. "version_regex": "([0-9.]+)",
  409. "versions": [
  410. {
  411. "linux-amd64": {
  412. "sha256": "4b2ad65db438595813b981db921f675f5c775c302b34dc85710ffddf07ec9033",
  413. "size": 102826,
  414. "url": "https://dl.espressif.com/dl/ninja-1.10.0-linux64.tar.gz"
  415. },
  416. "macos": {
  417. "sha256": "6cd22e2c5fc654282d26b485d9b3d68e242b09a22c2e73a253f2a4a7cfd6774c",
  418. "size": 119947,
  419. "url": "https://dl.espressif.com/dl/ninja-1.10.0-osx.tar.gz"
  420. },
  421. "name": "1.10.0",
  422. "status": "recommended",
  423. "win64": {
  424. "sha256": "919fd158c16bf135e8a850bb4046ec1ce28a7439ee08b977cd0b7f6b3463d178",
  425. "size": 262400,
  426. "url": "https://dl.espressif.com/dl/ninja-1.10.0-win64.zip"
  427. }
  428. }
  429. ]
  430. },
  431. {
  432. "description": "IDF wrapper tool for Windows",
  433. "export_paths": [
  434. [
  435. ""
  436. ]
  437. ],
  438. "export_vars": {},
  439. "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe",
  440. "install": "never",
  441. "license": "Apache-2.0",
  442. "name": "idf-exe",
  443. "platform_overrides": [
  444. {
  445. "install": "always",
  446. "platforms": [
  447. "win32",
  448. "win64"
  449. ]
  450. }
  451. ],
  452. "supported_targets": [
  453. "all"
  454. ],
  455. "version_cmd": [
  456. "idf.py.exe",
  457. "-v"
  458. ],
  459. "version_regex": "([0-9.]+)",
  460. "versions": [
  461. {
  462. "name": "1.0.1",
  463. "status": "recommended",
  464. "win32": {
  465. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  466. "size": 11297,
  467. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  468. },
  469. "win64": {
  470. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  471. "size": 11297,
  472. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  473. }
  474. }
  475. ]
  476. },
  477. {
  478. "description": "Ccache (compiler cache)",
  479. "export_paths": [
  480. [
  481. ""
  482. ]
  483. ],
  484. "export_vars": {
  485. "IDF_CCACHE_ENABLE": "1"
  486. },
  487. "info_url": "https://github.com/ccache/ccache",
  488. "install": "never",
  489. "license": "GPL-3.0-or-later",
  490. "name": "ccache",
  491. "platform_overrides": [
  492. {
  493. "install": "always",
  494. "platforms": [
  495. "win64"
  496. ]
  497. }
  498. ],
  499. "supported_targets": [
  500. "all"
  501. ],
  502. "version_cmd": [
  503. "ccache.exe",
  504. "--version"
  505. ],
  506. "version_regex": "ccache version ([0-9.]+)",
  507. "versions": [
  508. {
  509. "name": "3.7",
  510. "status": "recommended",
  511. "win64": {
  512. "sha256": "37e833f3f354f1145503533e776c1bd44ec2e77ff8a2476a1d2039b0b10c78d6",
  513. "size": 142401,
  514. "url": "https://dl.espressif.com/dl/ccache-3.7-w64.zip"
  515. }
  516. }
  517. ]
  518. },
  519. {
  520. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  521. "export_paths": [
  522. [
  523. "dfu-util-0.9-win64"
  524. ]
  525. ],
  526. "export_vars": {},
  527. "info_url": "http://dfu-util.sourceforge.net/",
  528. "install": "never",
  529. "license": "GPL-2.0-only",
  530. "name": "dfu-util",
  531. "platform_overrides": [
  532. {
  533. "install": "always",
  534. "platforms": [
  535. "win64"
  536. ]
  537. }
  538. ],
  539. "supported_targets": [
  540. "esp32s2",
  541. "esp32s3"
  542. ],
  543. "version_cmd": [
  544. "dfu-util",
  545. "--version"
  546. ],
  547. "version_regex": "dfu-util ([0-9.]+)",
  548. "versions": [
  549. {
  550. "name": "0.9",
  551. "status": "recommended",
  552. "win64": {
  553. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  554. "size": 735635,
  555. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  556. }
  557. }
  558. ]
  559. }
  560. ],
  561. "version": 1
  562. }