tools.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  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": "44a0b467b9d2b759ab48b2f27aed684581f33c96e2842992781c4e045992c5b0",
  29. "size": 86361217,
  30. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-linux-amd64.tar.gz"
  31. },
  32. "linux-armel": {
  33. "sha256": "fdacdb2a7bbf6293bcafda9b52463a4da8a2f3b7e1df9f83d35ff9d1efa22012",
  34. "size": 84520407,
  35. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-linux-armel.tar.gz"
  36. },
  37. "linux-i686": {
  38. "sha256": "e2024096492dfaa50fc6ac336cd8faa2e395e8cebb617753eab0b5f16d3dd0dc",
  39. "size": 88375391,
  40. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-linux-i686.tar.gz"
  41. },
  42. "macos": {
  43. "sha256": "7bbc6a2b94f009cd8a3351b9c7acf7a5caa1c4d3700500ead60f84965386a61b",
  44. "size": 93357296,
  45. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-macos.tar.gz"
  46. },
  47. "name": "esp-2021r1-8.4.0",
  48. "status": "recommended",
  49. "win32": {
  50. "sha256": "e4f9fdda192abfc9807e3e7fcd6e9fea30c1a0cf3f3c5a5c961b5114fc8c9b7e",
  51. "size": 105603626,
  52. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-win32.zip"
  53. },
  54. "win64": {
  55. "sha256": "f28f525f6554d72fcd60bdc67b6f095d6c022df6036c3c3166dace37d6ea10b3",
  56. "size": 108318363,
  57. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32-elf-gcc8_4_0-esp-2021r1-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": "b127baccfe6949ee7eaf3d0782ea772750a9b8e2732b16ce6bcc9dcd91f7209a",
  88. "size": 86687290,
  89. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-linux-amd64.tar.gz"
  90. },
  91. "linux-armel": {
  92. "sha256": "7ca0d240f11e1c53c01a56257b0c968f876ab405142d1068d8c9b456d939554c",
  93. "size": 84916701,
  94. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-linux-armel.tar.gz"
  95. },
  96. "linux-i686": {
  97. "sha256": "9941f993ff84d1c606b45ffbeeb7bcdc5a72cf24e787bb9230390510fe3511c6",
  98. "size": 88699953,
  99. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-linux-i686.tar.gz"
  100. },
  101. "macos": {
  102. "sha256": "4b55b1a9ca7fc945be6fc3513802b6cece9264bee4cbca76013569cec2695973",
  103. "size": 93757895,
  104. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-macos.tar.gz"
  105. },
  106. "name": "esp-2021r1-8.4.0",
  107. "status": "recommended",
  108. "win32": {
  109. "sha256": "c94ec1e45c81b7e4944d216bab4aa41d46849768d7761fd691661dab1a3df828",
  110. "size": 106013515,
  111. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-win32.zip"
  112. },
  113. "win64": {
  114. "sha256": "2a2a04e45a7dfe93356a2329162f7d013f06e3125fd7fc08a50e3bd5f4110300",
  115. "size": 108698715,
  116. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r1-win64.zip"
  117. }
  118. }
  119. ]
  120. },
  121. {
  122. "description": "Toolchain for Xtensa (ESP32-S3) based on GCC",
  123. "export_paths": [
  124. [
  125. "xtensa-esp32s3-elf",
  126. "bin"
  127. ]
  128. ],
  129. "export_vars": {},
  130. "info_url": "https://github.com/espressif/crosstool-NG",
  131. "install": "always",
  132. "license": "GPL-3.0-with-GCC-exception",
  133. "name": "xtensa-esp32s3-elf",
  134. "supported_targets": [
  135. "esp32s3"
  136. ],
  137. "version_cmd": [
  138. "xtensa-esp32s3-elf-gcc",
  139. "--version"
  140. ],
  141. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  142. "version_regex_replace": "\\1-\\2",
  143. "versions": [
  144. {
  145. "linux-amd64": {
  146. "sha256": "36e3a1bc48d9866d1ad9a7fc7d12381604b85fb311b7780a847d63ac8444dd04",
  147. "size": 86699731,
  148. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-linux-amd64.tar.gz"
  149. },
  150. "linux-armel": {
  151. "sha256": "5108571286f8403cc06d951efdfa20e36ace9ee37bc19892cc1c04b52cc2fe83",
  152. "size": 84778877,
  153. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-linux-armel.tar.gz"
  154. },
  155. "linux-i686": {
  156. "sha256": "dc126b60f4492689d675f66a60a74c63e80ac5fbb345cf541c323a0a2592541d",
  157. "size": 88720642,
  158. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-linux-i686.tar.gz"
  159. },
  160. "macos": {
  161. "sha256": "0887e2ff3ac20d36f6754e4f27a5e888b48db603e1026859f257f466e2569824",
  162. "size": 94156313,
  163. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-macos.tar.gz"
  164. },
  165. "name": "esp-2021r1-8.4.0",
  166. "status": "recommended",
  167. "win32": {
  168. "sha256": "6fb1e5b6f9606052af545176616441e00fdff64314a97b29ce349f28e5bfbab3",
  169. "size": 106006033,
  170. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-win32.zip"
  171. },
  172. "win64": {
  173. "sha256": "652305fc18ad653a32b00ac2de4af26c27a6c94ed39deaf09df21975a5957694",
  174. "size": 108872018,
  175. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r1-win64.zip"
  176. }
  177. }
  178. ]
  179. },
  180. {
  181. "description": "Toolchain for 32-bit RISC-V based on GCC",
  182. "export_paths": [
  183. [
  184. "riscv32-esp-elf",
  185. "bin"
  186. ]
  187. ],
  188. "export_vars": {},
  189. "info_url": "https://github.com/espressif/crosstool-NG",
  190. "install": "always",
  191. "license": "GPL-3.0-with-GCC-exception",
  192. "name": "riscv32-esp-elf",
  193. "supported_targets": [
  194. "esp32c3"
  195. ],
  196. "version_cmd": [
  197. "riscv32-esp-elf-gcc",
  198. "--version"
  199. ],
  200. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  201. "version_regex_replace": "\\1-\\2",
  202. "versions": [
  203. {
  204. "linux-amd64": {
  205. "sha256": "3459618f33bbd5f54d7d7783e807cb6eef6472a220f2f1eb3faced735b9d13bb",
  206. "size": 152812483,
  207. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-linux-amd64.tar.gz"
  208. },
  209. "linux-armel": {
  210. "sha256": "24b9e54b348bbd5fb816fc4c52abb47337c702beecdbba840750b7cfb9d38069",
  211. "size": 151726623,
  212. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-linux-armel.tar.gz"
  213. },
  214. "linux-i686": {
  215. "sha256": "954d340ebffef12a2ce9be1ea004e6f45a8863f1e6f41f46fd3f04f58499627c",
  216. "size": 155430963,
  217. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-linux-i686.tar.gz"
  218. },
  219. "macos": {
  220. "sha256": "612fb3a3f84f703222327bd16581df8f80fda8cdf137637fe5d611587d1b664e",
  221. "size": 159836199,
  222. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-macos.tar.gz"
  223. },
  224. "name": "esp-2021r1-8.4.0",
  225. "status": "recommended",
  226. "win32": {
  227. "sha256": "527f5f258c28a1fce6264a4f8dcb63fbfbd1e810881783497eccd101ca38cb07",
  228. "size": 195148877,
  229. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-patch1-win32.zip"
  230. },
  231. "win64": {
  232. "sha256": "8e8e3e385833960762e9f007bc3f7785daf282deb0c8a4dfdd6340b2cce556b0",
  233. "size": 197027915,
  234. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-patch1-win64.zip"
  235. }
  236. }
  237. ]
  238. },
  239. {
  240. "description": "Toolchain for ESP32 ULP coprocessor",
  241. "export_paths": [
  242. [
  243. "esp32ulp-elf-binutils",
  244. "bin"
  245. ]
  246. ],
  247. "export_vars": {},
  248. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  249. "install": "always",
  250. "license": "GPL-2.0-or-later",
  251. "name": "esp32ulp-elf",
  252. "platform_overrides": [
  253. {
  254. "install": "never",
  255. "platforms": [
  256. "linux-i686"
  257. ]
  258. }
  259. ],
  260. "supported_targets": [
  261. "esp32"
  262. ],
  263. "version_cmd": [
  264. "esp32ulp-elf-as",
  265. "--version"
  266. ],
  267. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  268. "versions": [
  269. {
  270. "linux-amd64": {
  271. "sha256": "3016c4fc551181175bd9979869bc1d1f28fa8efa25a0e29ad7f833fca4bc03d7",
  272. "size": 8248656,
  273. "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"
  274. },
  275. "linux-armel": {
  276. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  277. "size": 8033639,
  278. "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"
  279. },
  280. "macos": {
  281. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  282. "size": 8872874,
  283. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  284. },
  285. "name": "2.28.51-esp-20191205",
  286. "status": "recommended",
  287. "win32": {
  288. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  289. "size": 12234162,
  290. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  291. },
  292. "win64": {
  293. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  294. "size": 12234162,
  295. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  296. }
  297. }
  298. ]
  299. },
  300. {
  301. "description": "Toolchain for ESP32-S2 ULP coprocessor",
  302. "export_paths": [
  303. [
  304. "esp32s2ulp-elf-binutils",
  305. "bin"
  306. ]
  307. ],
  308. "export_vars": {},
  309. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  310. "install": "always",
  311. "license": "GPL-2.0-or-later",
  312. "name": "esp32s2ulp-elf",
  313. "platform_overrides": [
  314. {
  315. "install": "never",
  316. "platforms": [
  317. "linux-i686"
  318. ]
  319. }
  320. ],
  321. "supported_targets": [
  322. "esp32s2"
  323. ],
  324. "version_cmd": [
  325. "esp32s2ulp-elf-as",
  326. "--version"
  327. ],
  328. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  329. "versions": [
  330. {
  331. "linux-amd64": {
  332. "sha256": "df7b2ff6c7c718a7cbe3b4b6dbcd68180d835d164d1913bc4698fd3781b9a466",
  333. "size": 8254018,
  334. "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"
  335. },
  336. "linux-armel": {
  337. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  338. "size": 8034624,
  339. "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"
  340. },
  341. "macos": {
  342. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  343. "size": 8876194,
  344. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  345. },
  346. "name": "2.28.51-esp-20191205",
  347. "status": "recommended",
  348. "win32": {
  349. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  350. "size": 12239199,
  351. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  352. },
  353. "win64": {
  354. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  355. "size": 12239199,
  356. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  357. }
  358. }
  359. ]
  360. },
  361. {
  362. "description": "CMake build system",
  363. "export_paths": [
  364. [
  365. "bin"
  366. ]
  367. ],
  368. "export_vars": {},
  369. "info_url": "https://github.com/Kitware/CMake",
  370. "install": "on_request",
  371. "license": "BSD-3-Clause",
  372. "name": "cmake",
  373. "platform_overrides": [
  374. {
  375. "install": "always",
  376. "platforms": [
  377. "win32",
  378. "win64"
  379. ]
  380. },
  381. {
  382. "export_paths": [
  383. [
  384. "CMake.app",
  385. "Contents",
  386. "bin"
  387. ]
  388. ],
  389. "platforms": [
  390. "macos"
  391. ]
  392. }
  393. ],
  394. "strip_container_dirs": 1,
  395. "supported_targets": [
  396. "all"
  397. ],
  398. "version_cmd": [
  399. "cmake",
  400. "--version"
  401. ],
  402. "version_regex": "cmake version ([0-9.]+)",
  403. "versions": [
  404. {
  405. "linux-amd64": {
  406. "sha256": "12a577aa04b6639766ae908f33cf70baefc11ac4499b8b1c8812d99f05fb6a02",
  407. "size": 39517697,
  408. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.tar.gz"
  409. },
  410. "macos": {
  411. "sha256": "f60e0ef96da48725cd8da7d6abe83cd9501167aa51625c90dd4d31081a631279",
  412. "size": 35802699,
  413. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Darwin-x86_64.tar.gz"
  414. },
  415. "name": "3.16.4",
  416. "status": "recommended",
  417. "win32": {
  418. "sha256": "f37963bcfcebdfe5864926a3623f6c21220c35790c39cd65e64bd521cbb39c55",
  419. "size": 32812189,
  420. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-win64-x64.zip"
  421. },
  422. "win64": {
  423. "sha256": "f37963bcfcebdfe5864926a3623f6c21220c35790c39cd65e64bd521cbb39c55",
  424. "size": 32812189,
  425. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-win64-x64.zip"
  426. }
  427. }
  428. ]
  429. },
  430. {
  431. "description": "OpenOCD for ESP32",
  432. "export_paths": [
  433. [
  434. "openocd-esp32",
  435. "bin"
  436. ]
  437. ],
  438. "export_vars": {
  439. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  440. },
  441. "info_url": "https://github.com/espressif/openocd-esp32",
  442. "install": "always",
  443. "license": "GPL-2.0-only",
  444. "name": "openocd-esp32",
  445. "platform_overrides": [
  446. {
  447. "install": "on_request",
  448. "platforms": [
  449. "linux-i686"
  450. ]
  451. }
  452. ],
  453. "supported_targets": [
  454. "all"
  455. ],
  456. "version_cmd": [
  457. "openocd",
  458. "--version"
  459. ],
  460. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  461. "versions": [
  462. {
  463. "linux-amd64": {
  464. "sha256": "0973c2503909af3e430b7a2309b6162ca375671ab2b22e37cba5159eea142139",
  465. "size": 1773107,
  466. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-linux64-0.10.0-esp32-20210401.tar.gz"
  467. },
  468. "linux-armel": {
  469. "sha256": "3703401322cc51f85cb44e3a14a788fdc45883051eac3428b4d7bdf323dee2c7",
  470. "size": 1829351,
  471. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-armel-0.10.0-esp32-20210401.tar.gz"
  472. },
  473. "macos": {
  474. "sha256": "cb9e8d486197fc6e8080fde089fa3e92770f8c7af01971a57d4ca9b424264b63",
  475. "size": 1859246,
  476. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-macos-0.10.0-esp32-20210401.tar.gz"
  477. },
  478. "name": "v0.10.0-esp32-20210401",
  479. "status": "recommended",
  480. "win32": {
  481. "sha256": "931bc4c4587e0713d4fc4fbc81b9a79c8228268e61fcd14b2bdcb2f8bd519ef9",
  482. "size": 2253723,
  483. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-win32-0.10.0-esp32-20210401.zip"
  484. },
  485. "win64": {
  486. "sha256": "931bc4c4587e0713d4fc4fbc81b9a79c8228268e61fcd14b2bdcb2f8bd519ef9",
  487. "size": 2253723,
  488. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210401/openocd-esp32-win32-0.10.0-esp32-20210401.zip"
  489. }
  490. }
  491. ]
  492. },
  493. {
  494. "description": "Ninja build system",
  495. "export_paths": [
  496. [
  497. ""
  498. ]
  499. ],
  500. "export_vars": {},
  501. "info_url": "https://github.com/ninja-build/ninja",
  502. "install": "on_request",
  503. "license": "Apache-2.0",
  504. "name": "ninja",
  505. "platform_overrides": [
  506. {
  507. "install": "always",
  508. "platforms": [
  509. "win32",
  510. "win64"
  511. ]
  512. }
  513. ],
  514. "supported_targets": [
  515. "all"
  516. ],
  517. "version_cmd": [
  518. "ninja",
  519. "--version"
  520. ],
  521. "version_regex": "([0-9.]+)",
  522. "versions": [
  523. {
  524. "linux-amd64": {
  525. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  526. "size": 106415,
  527. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  528. },
  529. "macos": {
  530. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  531. "size": 240112,
  532. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  533. },
  534. "name": "1.10.2",
  535. "status": "recommended",
  536. "win64": {
  537. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  538. "size": 262670,
  539. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  540. }
  541. }
  542. ]
  543. },
  544. {
  545. "description": "IDF wrapper tool for Windows",
  546. "export_paths": [
  547. [
  548. ""
  549. ]
  550. ],
  551. "export_vars": {},
  552. "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe",
  553. "install": "never",
  554. "license": "Apache-2.0",
  555. "name": "idf-exe",
  556. "platform_overrides": [
  557. {
  558. "install": "always",
  559. "platforms": [
  560. "win32",
  561. "win64"
  562. ]
  563. }
  564. ],
  565. "supported_targets": [
  566. "all"
  567. ],
  568. "version_cmd": [
  569. "idf.py.exe",
  570. "-v"
  571. ],
  572. "version_regex": "([0-9.]+)",
  573. "versions": [
  574. {
  575. "name": "1.0.1",
  576. "status": "recommended",
  577. "win32": {
  578. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  579. "size": 11297,
  580. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  581. },
  582. "win64": {
  583. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  584. "size": 11297,
  585. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  586. }
  587. }
  588. ]
  589. },
  590. {
  591. "description": "Ccache (compiler cache)",
  592. "export_paths": [
  593. [
  594. ""
  595. ]
  596. ],
  597. "export_vars": {
  598. "IDF_CCACHE_ENABLE": "1"
  599. },
  600. "info_url": "https://github.com/ccache/ccache",
  601. "install": "never",
  602. "license": "GPL-3.0-or-later",
  603. "name": "ccache",
  604. "platform_overrides": [
  605. {
  606. "install": "always",
  607. "platforms": [
  608. "win64"
  609. ]
  610. }
  611. ],
  612. "supported_targets": [
  613. "all"
  614. ],
  615. "version_cmd": [
  616. "ccache.exe",
  617. "--version"
  618. ],
  619. "version_regex": "ccache version ([0-9.]+)",
  620. "versions": [
  621. {
  622. "name": "3.7",
  623. "status": "recommended",
  624. "win64": {
  625. "sha256": "37e833f3f354f1145503533e776c1bd44ec2e77ff8a2476a1d2039b0b10c78d6",
  626. "size": 142401,
  627. "url": "https://dl.espressif.com/dl/ccache-3.7-w64.zip"
  628. }
  629. }
  630. ]
  631. },
  632. {
  633. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  634. "export_paths": [
  635. [
  636. "dfu-util-0.9-win64"
  637. ]
  638. ],
  639. "export_vars": {},
  640. "info_url": "http://dfu-util.sourceforge.net/",
  641. "install": "never",
  642. "license": "GPL-2.0-only",
  643. "name": "dfu-util",
  644. "platform_overrides": [
  645. {
  646. "install": "always",
  647. "platforms": [
  648. "win64"
  649. ]
  650. }
  651. ],
  652. "supported_targets": [
  653. "esp32s2",
  654. "esp32s3"
  655. ],
  656. "version_cmd": [
  657. "dfu-util",
  658. "--version"
  659. ],
  660. "version_regex": "dfu-util ([0-9.]+)",
  661. "versions": [
  662. {
  663. "name": "0.9",
  664. "status": "recommended",
  665. "win64": {
  666. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  667. "size": 735635,
  668. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  669. }
  670. }
  671. ]
  672. }
  673. ],
  674. "version": 1
  675. }