tools.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  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. "macos": {
  293. "sha256": "f60e0ef96da48725cd8da7d6abe83cd9501167aa51625c90dd4d31081a631279",
  294. "size": 35802699,
  295. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Darwin-x86_64.tar.gz"
  296. },
  297. "name": "3.16.4",
  298. "status": "recommended",
  299. "win32": {
  300. "sha256": "f37963bcfcebdfe5864926a3623f6c21220c35790c39cd65e64bd521cbb39c55",
  301. "size": 32812189,
  302. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-win64-x64.zip"
  303. },
  304. "win64": {
  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. }
  310. ]
  311. },
  312. {
  313. "description": "OpenOCD for ESP32",
  314. "export_paths": [
  315. [
  316. "openocd-esp32",
  317. "bin"
  318. ]
  319. ],
  320. "export_vars": {
  321. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  322. },
  323. "info_url": "https://github.com/espressif/openocd-esp32",
  324. "install": "always",
  325. "license": "GPL-2.0-only",
  326. "name": "openocd-esp32",
  327. "platform_overrides": [
  328. {
  329. "install": "on_request",
  330. "platforms": [
  331. "linux-i686"
  332. ]
  333. }
  334. ],
  335. "supported_targets": [
  336. "all"
  337. ],
  338. "version_cmd": [
  339. "openocd",
  340. "--version"
  341. ],
  342. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  343. "versions": [
  344. {
  345. "linux-amd64": {
  346. "sha256": "bd7364b8bf4fa03eebbac7f8aba8632029c34946ee67d451c02182aae8bc38e0",
  347. "size": 1802447,
  348. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-linux64-0.10.0-esp32-20210902.tar.gz"
  349. },
  350. "linux-armel": {
  351. "sha256": "32aa83aa815666bdd442751c75d3826132ecd1bf1ac56f8b2a195e28f0ee2128",
  352. "size": 1801394,
  353. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-armel-0.10.0-esp32-20210902.tar.gz"
  354. },
  355. "macos": {
  356. "sha256": "0c32e4400edf6c725eb24af8d9ea9395f799c06333db2b87bbd22831467aba54",
  357. "size": 1909909,
  358. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-macos-0.10.0-esp32-20210902.tar.gz"
  359. },
  360. "name": "v0.10.0-esp32-20210902",
  361. "status": "recommended",
  362. "win32": {
  363. "sha256": "9ad2a5031f498bae20291f3a81f2eb2371b79a1e5b81a2119d911b27a8a7a2e5",
  364. "size": 2281243,
  365. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-win32-0.10.0-esp32-20210902.zip"
  366. },
  367. "win64": {
  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. }
  373. ]
  374. },
  375. {
  376. "description": "Ninja build system",
  377. "export_paths": [
  378. [
  379. ""
  380. ]
  381. ],
  382. "export_vars": {},
  383. "info_url": "https://github.com/ninja-build/ninja",
  384. "install": "on_request",
  385. "license": "Apache-2.0",
  386. "name": "ninja",
  387. "platform_overrides": [
  388. {
  389. "install": "always",
  390. "platforms": [
  391. "win32",
  392. "win64"
  393. ]
  394. }
  395. ],
  396. "supported_targets": [
  397. "all"
  398. ],
  399. "version_cmd": [
  400. "ninja",
  401. "--version"
  402. ],
  403. "version_regex": "([0-9.]+)",
  404. "versions": [
  405. {
  406. "linux-amd64": {
  407. "sha256": "4b2ad65db438595813b981db921f675f5c775c302b34dc85710ffddf07ec9033",
  408. "size": 102826,
  409. "url": "https://dl.espressif.com/dl/ninja-1.10.0-linux64.tar.gz"
  410. },
  411. "macos": {
  412. "sha256": "6cd22e2c5fc654282d26b485d9b3d68e242b09a22c2e73a253f2a4a7cfd6774c",
  413. "size": 119947,
  414. "url": "https://dl.espressif.com/dl/ninja-1.10.0-osx.tar.gz"
  415. },
  416. "name": "1.10.0",
  417. "status": "recommended",
  418. "win64": {
  419. "sha256": "919fd158c16bf135e8a850bb4046ec1ce28a7439ee08b977cd0b7f6b3463d178",
  420. "size": 262400,
  421. "url": "https://dl.espressif.com/dl/ninja-1.10.0-win64.zip"
  422. }
  423. }
  424. ]
  425. },
  426. {
  427. "description": "IDF wrapper tool for Windows",
  428. "export_paths": [
  429. [
  430. ""
  431. ]
  432. ],
  433. "export_vars": {},
  434. "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe",
  435. "install": "never",
  436. "license": "Apache-2.0",
  437. "name": "idf-exe",
  438. "platform_overrides": [
  439. {
  440. "install": "always",
  441. "platforms": [
  442. "win32",
  443. "win64"
  444. ]
  445. }
  446. ],
  447. "supported_targets": [
  448. "all"
  449. ],
  450. "version_cmd": [
  451. "idf.py.exe",
  452. "-v"
  453. ],
  454. "version_regex": "([0-9.]+)",
  455. "versions": [
  456. {
  457. "name": "1.0.1",
  458. "status": "recommended",
  459. "win32": {
  460. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  461. "size": 11297,
  462. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  463. },
  464. "win64": {
  465. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  466. "size": 11297,
  467. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  468. }
  469. }
  470. ]
  471. },
  472. {
  473. "description": "Ccache (compiler cache)",
  474. "export_paths": [
  475. [
  476. ""
  477. ]
  478. ],
  479. "export_vars": {
  480. "IDF_CCACHE_ENABLE": "1"
  481. },
  482. "info_url": "https://github.com/ccache/ccache",
  483. "install": "never",
  484. "license": "GPL-3.0-or-later",
  485. "name": "ccache",
  486. "platform_overrides": [
  487. {
  488. "install": "always",
  489. "platforms": [
  490. "win64"
  491. ]
  492. }
  493. ],
  494. "supported_targets": [
  495. "all"
  496. ],
  497. "version_cmd": [
  498. "ccache.exe",
  499. "--version"
  500. ],
  501. "version_regex": "ccache version ([0-9.]+)",
  502. "versions": [
  503. {
  504. "name": "3.7",
  505. "status": "recommended",
  506. "win64": {
  507. "sha256": "37e833f3f354f1145503533e776c1bd44ec2e77ff8a2476a1d2039b0b10c78d6",
  508. "size": 142401,
  509. "url": "https://dl.espressif.com/dl/ccache-3.7-w64.zip"
  510. }
  511. }
  512. ]
  513. },
  514. {
  515. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  516. "export_paths": [
  517. [
  518. "dfu-util-0.9-win64"
  519. ]
  520. ],
  521. "export_vars": {},
  522. "info_url": "http://dfu-util.sourceforge.net/",
  523. "install": "never",
  524. "license": "GPL-2.0-only",
  525. "name": "dfu-util",
  526. "platform_overrides": [
  527. {
  528. "install": "always",
  529. "platforms": [
  530. "win64"
  531. ]
  532. }
  533. ],
  534. "supported_targets": [
  535. "esp32s2",
  536. "esp32s3"
  537. ],
  538. "version_cmd": [
  539. "dfu-util",
  540. "--version"
  541. ],
  542. "version_regex": "dfu-util ([0-9.]+)",
  543. "versions": [
  544. {
  545. "name": "0.9",
  546. "status": "recommended",
  547. "win64": {
  548. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  549. "size": 735635,
  550. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  551. }
  552. }
  553. ]
  554. }
  555. ],
  556. "version": 1
  557. }