tools.json 25 KB

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