tools.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  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": "LLVM for Xtensa (ESP32, ESP32-S2) based on clang",
  182. "export_paths": [
  183. [
  184. "xtensa-clang",
  185. "bin"
  186. ]
  187. ],
  188. "export_vars": {},
  189. "info_url": "https://github.com/espressif/llvm-project",
  190. "install": "on_request",
  191. "license": "Apache-2.0",
  192. "name": "xtensa-clang",
  193. "supported_targets": [
  194. "esp32",
  195. "esp32s2"
  196. ],
  197. "version_cmd": [
  198. "clang",
  199. "--version"
  200. ],
  201. "version_regex": "version\\s*([0-9\\.]+)\\s*\\([^\\s]+\\s*(\\w+)\\)",
  202. "version_regex_replace": "\\1-\\2",
  203. "versions": [
  204. {
  205. "linux-amd64": {
  206. "sha256": "d62d9234c702a86ed510777125ee97458204e28877806a73f9de5e41d7b65716",
  207. "size": 102954848,
  208. "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-linux-amd64.tar.xz"
  209. },
  210. "macos": {
  211. "sha256": "6e7413e5fa515e403859ecf5301bdcdc3f8bf12c5de9aecaa11e9f17f32b05db",
  212. "size": 89888488,
  213. "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-macos.tar.xz"
  214. },
  215. "name": "12.0.1-d9341b81fc",
  216. "status": "recommended",
  217. "win64": {
  218. "sha256": "e056366959c722367e4144076c5383bd417ea199db5658bb7bb6c95b9aca014b",
  219. "size": 177903504,
  220. "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-win64.zip"
  221. }
  222. }
  223. ]
  224. },
  225. {
  226. "description": "Toolchain for 32-bit RISC-V based on GCC",
  227. "export_paths": [
  228. [
  229. "riscv32-esp-elf",
  230. "bin"
  231. ]
  232. ],
  233. "export_vars": {},
  234. "info_url": "https://github.com/espressif/crosstool-NG",
  235. "install": "always",
  236. "license": "GPL-3.0-with-GCC-exception",
  237. "name": "riscv32-esp-elf",
  238. "supported_targets": [
  239. "esp32s2",
  240. "esp32s3",
  241. "esp32c3"
  242. ],
  243. "version_cmd": [
  244. "riscv32-esp-elf-gcc",
  245. "--version"
  246. ],
  247. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  248. "version_regex_replace": "\\1-\\2",
  249. "versions": [
  250. {
  251. "linux-amd64": {
  252. "sha256": "3459618f33bbd5f54d7d7783e807cb6eef6472a220f2f1eb3faced735b9d13bb",
  253. "size": 152812483,
  254. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-linux-amd64.tar.gz"
  255. },
  256. "linux-armel": {
  257. "sha256": "24b9e54b348bbd5fb816fc4c52abb47337c702beecdbba840750b7cfb9d38069",
  258. "size": 151726623,
  259. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-linux-armel.tar.gz"
  260. },
  261. "linux-i686": {
  262. "sha256": "954d340ebffef12a2ce9be1ea004e6f45a8863f1e6f41f46fd3f04f58499627c",
  263. "size": 155430963,
  264. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-linux-i686.tar.gz"
  265. },
  266. "macos": {
  267. "sha256": "612fb3a3f84f703222327bd16581df8f80fda8cdf137637fe5d611587d1b664e",
  268. "size": 159836199,
  269. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-macos.tar.gz"
  270. },
  271. "name": "esp-2021r1-8.4.0",
  272. "status": "recommended",
  273. "win32": {
  274. "sha256": "527f5f258c28a1fce6264a4f8dcb63fbfbd1e810881783497eccd101ca38cb07",
  275. "size": 195148877,
  276. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-patch1-win32.zip"
  277. },
  278. "win64": {
  279. "sha256": "8e8e3e385833960762e9f007bc3f7785daf282deb0c8a4dfdd6340b2cce556b0",
  280. "size": 197027915,
  281. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r1/riscv32-esp-elf-gcc8_4_0-esp-2021r1-patch1-win64.zip"
  282. }
  283. }
  284. ]
  285. },
  286. {
  287. "description": "Toolchain for ESP32 ULP coprocessor",
  288. "export_paths": [
  289. [
  290. "esp32ulp-elf-binutils",
  291. "bin"
  292. ]
  293. ],
  294. "export_vars": {},
  295. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  296. "install": "always",
  297. "license": "GPL-2.0-or-later",
  298. "name": "esp32ulp-elf",
  299. "platform_overrides": [
  300. {
  301. "install": "never",
  302. "platforms": [
  303. "linux-i686"
  304. ]
  305. }
  306. ],
  307. "supported_targets": [
  308. "esp32"
  309. ],
  310. "version_cmd": [
  311. "esp32ulp-elf-as",
  312. "--version"
  313. ],
  314. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  315. "versions": [
  316. {
  317. "linux-amd64": {
  318. "sha256": "3016c4fc551181175bd9979869bc1d1f28fa8efa25a0e29ad7f833fca4bc03d7",
  319. "size": 8248656,
  320. "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"
  321. },
  322. "linux-armel": {
  323. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  324. "size": 8033639,
  325. "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"
  326. },
  327. "macos": {
  328. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  329. "size": 8872874,
  330. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  331. },
  332. "name": "2.28.51-esp-20191205",
  333. "status": "recommended",
  334. "win32": {
  335. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  336. "size": 12234162,
  337. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  338. },
  339. "win64": {
  340. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  341. "size": 12234162,
  342. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  343. }
  344. }
  345. ]
  346. },
  347. {
  348. "description": "Toolchain for ESP32-S2 and ESP32-S3 ULP coprocessors",
  349. "export_paths": [
  350. [
  351. "esp32s2ulp-elf-binutils",
  352. "bin"
  353. ]
  354. ],
  355. "export_vars": {},
  356. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  357. "install": "always",
  358. "license": "GPL-2.0-or-later",
  359. "name": "esp32s2ulp-elf",
  360. "platform_overrides": [
  361. {
  362. "install": "never",
  363. "platforms": [
  364. "linux-i686"
  365. ]
  366. }
  367. ],
  368. "supported_targets": [
  369. "esp32s2",
  370. "esp32s3"
  371. ],
  372. "version_cmd": [
  373. "esp32s2ulp-elf-as",
  374. "--version"
  375. ],
  376. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  377. "versions": [
  378. {
  379. "linux-amd64": {
  380. "sha256": "df7b2ff6c7c718a7cbe3b4b6dbcd68180d835d164d1913bc4698fd3781b9a466",
  381. "size": 8254018,
  382. "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"
  383. },
  384. "linux-armel": {
  385. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  386. "size": 8034624,
  387. "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"
  388. },
  389. "macos": {
  390. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  391. "size": 8876194,
  392. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  393. },
  394. "name": "2.28.51-esp-20191205",
  395. "status": "recommended",
  396. "win32": {
  397. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  398. "size": 12239199,
  399. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  400. },
  401. "win64": {
  402. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  403. "size": 12239199,
  404. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  405. }
  406. }
  407. ]
  408. },
  409. {
  410. "description": "CMake build system",
  411. "export_paths": [
  412. [
  413. "bin"
  414. ]
  415. ],
  416. "export_vars": {},
  417. "info_url": "https://github.com/Kitware/CMake",
  418. "install": "on_request",
  419. "license": "BSD-3-Clause",
  420. "name": "cmake",
  421. "platform_overrides": [
  422. {
  423. "install": "always",
  424. "platforms": [
  425. "win32",
  426. "win64"
  427. ]
  428. },
  429. {
  430. "export_paths": [
  431. [
  432. "CMake.app",
  433. "Contents",
  434. "bin"
  435. ]
  436. ],
  437. "platforms": [
  438. "macos"
  439. ]
  440. }
  441. ],
  442. "strip_container_dirs": 1,
  443. "supported_targets": [
  444. "all"
  445. ],
  446. "version_cmd": [
  447. "cmake",
  448. "--version"
  449. ],
  450. "version_regex": "cmake version ([0-9.]+)",
  451. "versions": [
  452. {
  453. "linux-amd64": {
  454. "sha256": "97bf730372f9900b2dfb9206fccbcf92f5c7f3b502148b832e77451aa0f9e0e6",
  455. "size": 43877847,
  456. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-x86_64.tar.gz"
  457. },
  458. "linux-armel": {
  459. "sha256": "f8bd050c2745f0dcc4b7cef9738bbfef775950a10f5bd377abb0062835e669dc",
  460. "size": 13759084,
  461. "url": "https://dl.espressif.com/dl/cmake/cmake-3.20.3-Linux-armv7l.tar.gz"
  462. },
  463. "macos": {
  464. "sha256": "5f72dba3aa5f3800fb29ab6115ae0b31f10bdb2aad66204e14c98f6ac7e6b6ed",
  465. "size": 66311879,
  466. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-macos-universal.tar.gz"
  467. },
  468. "name": "3.20.3",
  469. "status": "recommended",
  470. "win32": {
  471. "sha256": "e276cf7fbb3e3e88bc666e183bc3ddaceb143a4c83fb357b1dbb1a26fd6e4ea2",
  472. "size": 36995168,
  473. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-windows-x86_64.zip"
  474. },
  475. "win64": {
  476. "sha256": "e276cf7fbb3e3e88bc666e183bc3ddaceb143a4c83fb357b1dbb1a26fd6e4ea2",
  477. "size": 36995168,
  478. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-windows-x86_64.zip"
  479. }
  480. }
  481. ]
  482. },
  483. {
  484. "description": "OpenOCD for ESP32",
  485. "export_paths": [
  486. [
  487. "openocd-esp32",
  488. "bin"
  489. ]
  490. ],
  491. "export_vars": {
  492. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  493. },
  494. "info_url": "https://github.com/espressif/openocd-esp32",
  495. "install": "always",
  496. "license": "GPL-2.0-only",
  497. "name": "openocd-esp32",
  498. "platform_overrides": [
  499. {
  500. "install": "on_request",
  501. "platforms": [
  502. "linux-i686"
  503. ]
  504. }
  505. ],
  506. "supported_targets": [
  507. "all"
  508. ],
  509. "version_cmd": [
  510. "openocd",
  511. "--version"
  512. ],
  513. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  514. "versions": [
  515. {
  516. "linux-amd64": {
  517. "sha256": "bd7364b8bf4fa03eebbac7f8aba8632029c34946ee67d451c02182aae8bc38e0",
  518. "size": 1802447,
  519. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-linux64-0.10.0-esp32-20210902.tar.gz"
  520. },
  521. "linux-armel": {
  522. "sha256": "32aa83aa815666bdd442751c75d3826132ecd1bf1ac56f8b2a195e28f0ee2128",
  523. "size": 1801394,
  524. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-armel-0.10.0-esp32-20210902.tar.gz"
  525. },
  526. "macos": {
  527. "sha256": "0c32e4400edf6c725eb24af8d9ea9395f799c06333db2b87bbd22831467aba54",
  528. "size": 1909909,
  529. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-macos-0.10.0-esp32-20210902.tar.gz"
  530. },
  531. "name": "v0.10.0-esp32-20210902",
  532. "status": "recommended",
  533. "win32": {
  534. "sha256": "9ad2a5031f498bae20291f3a81f2eb2371b79a1e5b81a2119d911b27a8a7a2e5",
  535. "size": 2281243,
  536. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-win32-0.10.0-esp32-20210902.zip"
  537. },
  538. "win64": {
  539. "sha256": "9ad2a5031f498bae20291f3a81f2eb2371b79a1e5b81a2119d911b27a8a7a2e5",
  540. "size": 2281243,
  541. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-win32-0.10.0-esp32-20210902.zip"
  542. }
  543. }
  544. ]
  545. },
  546. {
  547. "description": "Ninja build system",
  548. "export_paths": [
  549. [
  550. ""
  551. ]
  552. ],
  553. "export_vars": {},
  554. "info_url": "https://github.com/ninja-build/ninja",
  555. "install": "on_request",
  556. "license": "Apache-2.0",
  557. "name": "ninja",
  558. "platform_overrides": [
  559. {
  560. "install": "always",
  561. "platforms": [
  562. "win32",
  563. "win64"
  564. ]
  565. }
  566. ],
  567. "supported_targets": [
  568. "all"
  569. ],
  570. "version_cmd": [
  571. "ninja",
  572. "--version"
  573. ],
  574. "version_regex": "([0-9.]+)",
  575. "versions": [
  576. {
  577. "linux-amd64": {
  578. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  579. "size": 106415,
  580. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  581. },
  582. "macos": {
  583. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  584. "size": 240112,
  585. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  586. },
  587. "name": "1.10.2",
  588. "status": "recommended",
  589. "win64": {
  590. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  591. "size": 262670,
  592. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  593. }
  594. }
  595. ]
  596. },
  597. {
  598. "description": "IDF wrapper tool for Windows",
  599. "export_paths": [
  600. [
  601. ""
  602. ]
  603. ],
  604. "export_vars": {},
  605. "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe",
  606. "install": "never",
  607. "license": "Apache-2.0",
  608. "name": "idf-exe",
  609. "platform_overrides": [
  610. {
  611. "install": "always",
  612. "platforms": [
  613. "win32",
  614. "win64"
  615. ]
  616. }
  617. ],
  618. "supported_targets": [
  619. "all"
  620. ],
  621. "version_cmd": [
  622. "idf.py.exe",
  623. "-v"
  624. ],
  625. "version_regex": "([0-9.]+)",
  626. "versions": [
  627. {
  628. "name": "1.0.2",
  629. "status": "recommended",
  630. "win32": {
  631. "sha256": "93d45466cd2c86231f0693a60f68833db7bc63da17e876b2a64298a8869b916f",
  632. "size": 7223,
  633. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.2.zip"
  634. },
  635. "win64": {
  636. "sha256": "93d45466cd2c86231f0693a60f68833db7bc63da17e876b2a64298a8869b916f",
  637. "size": 7223,
  638. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.2.zip"
  639. }
  640. }
  641. ]
  642. },
  643. {
  644. "description": "Ccache (compiler cache)",
  645. "export_paths": [
  646. [
  647. "ccache-4.3-windows-64"
  648. ]
  649. ],
  650. "export_vars": {
  651. "IDF_CCACHE_ENABLE": "1"
  652. },
  653. "info_url": "https://github.com/ccache/ccache",
  654. "install": "never",
  655. "license": "GPL-3.0-or-later",
  656. "name": "ccache",
  657. "platform_overrides": [
  658. {
  659. "install": "always",
  660. "platforms": [
  661. "win64"
  662. ]
  663. }
  664. ],
  665. "supported_targets": [
  666. "all"
  667. ],
  668. "version_cmd": [
  669. "ccache.exe",
  670. "--version"
  671. ],
  672. "version_regex": "ccache version ([0-9.]+)",
  673. "versions": [
  674. {
  675. "name": "4.3",
  676. "status": "recommended",
  677. "win64": {
  678. "sha256": "a9cacae73c3906d8193456328bee74f7748cb1559a32eaced9ee78eadd416105",
  679. "size": 1550675,
  680. "url": "https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3-windows-64.zip"
  681. }
  682. }
  683. ]
  684. },
  685. {
  686. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  687. "export_paths": [
  688. [
  689. "dfu-util-0.9-win64"
  690. ]
  691. ],
  692. "export_vars": {},
  693. "info_url": "http://dfu-util.sourceforge.net/",
  694. "install": "never",
  695. "license": "GPL-2.0-only",
  696. "name": "dfu-util",
  697. "platform_overrides": [
  698. {
  699. "install": "always",
  700. "platforms": [
  701. "win64"
  702. ]
  703. }
  704. ],
  705. "supported_targets": [
  706. "esp32s2",
  707. "esp32s3"
  708. ],
  709. "version_cmd": [
  710. "dfu-util",
  711. "--version"
  712. ],
  713. "version_regex": "dfu-util ([0-9.]+)",
  714. "versions": [
  715. {
  716. "name": "0.9",
  717. "status": "recommended",
  718. "win64": {
  719. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  720. "size": 735635,
  721. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  722. }
  723. }
  724. ]
  725. }
  726. ],
  727. "version": 1
  728. }