tools.json 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030
  1. {
  2. "tools": [
  3. {
  4. "description": "GDB for Xtensa",
  5. "export_paths": [
  6. [
  7. "xtensa-esp-elf-gdb",
  8. "bin"
  9. ]
  10. ],
  11. "export_vars": {},
  12. "info_url": "https://github.com/espressif/binutils-gdb",
  13. "install": "always",
  14. "license": "GPL-3.0-or-later",
  15. "name": "xtensa-esp-elf-gdb",
  16. "supported_targets": [
  17. "esp32",
  18. "esp32s2",
  19. "esp32s3"
  20. ],
  21. "version_cmd": [
  22. "xtensa-esp-elf-gdb-no-python",
  23. "--version"
  24. ],
  25. "version_regex": "GNU gdb \\(esp-gdb\\) ([a-z0-9.-_]+)",
  26. "versions": [
  27. {
  28. "linux-amd64": {
  29. "sha256": "1ee7df22bce2afa304b1dba85799e6a0689910d5a15b4b2d81d4c948ce12df39",
  30. "size": 26941933,
  31. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/xtensa-esp-elf-gdb-11.2_20220529-x86_64-linux-gnu.tar.gz"
  32. },
  33. "linux-arm64": {
  34. "sha256": "6e68502c205a08b360d6873a541c588d004ea2257719998f8c4bcb0c3f0c6aa9",
  35. "size": 27123855,
  36. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/xtensa-esp-elf-gdb-11.2_20220529-aarch64-linux-gnu.tar.gz"
  37. },
  38. "linux-armel": {
  39. "sha256": "9d33f42dc264a0816cf5de9e1caf13a37fb89ca47f316e5308117bc6a1a78615",
  40. "size": 25199262,
  41. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/xtensa-esp-elf-gdb-11.2_20220529-arm-linux-gnueabi.tar.gz"
  42. },
  43. "linux-armhf": {
  44. "sha256": "9a30db9d6da752e595298ea378bdbac435ee8b893003ce8e2ccf25fd48eef0cf",
  45. "size": 23484799,
  46. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/xtensa-esp-elf-gdb-11.2_20220529-arm-linux-gnueabihf.tar.gz"
  47. },
  48. "linux-i686": {
  49. "sha256": "b997a0d0330f4d224f15b51b00b7c9e719b9d1ed3629bcc034343cd6c03dbc0e",
  50. "size": 25971658,
  51. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/xtensa-esp-elf-gdb-11.2_20220529-i586-linux-gnu.tar.gz"
  52. },
  53. "macos": {
  54. "sha256": "e516962f7c7969cc95eb98f28e0f9e0a067062ae8d659b1628f6c55600df385d",
  55. "size": 36481378,
  56. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/xtensa-esp-elf-gdb-11.2_20220529-x86_64-apple-darwin14.tar.gz"
  57. },
  58. "macos-arm64": {
  59. "sha256": "e516962f7c7969cc95eb98f28e0f9e0a067062ae8d659b1628f6c55600df385d",
  60. "size": 36481378,
  61. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/xtensa-esp-elf-gdb-11.2_20220529-x86_64-apple-darwin14.tar.gz"
  62. },
  63. "name": "11.2_20220529",
  64. "status": "recommended",
  65. "win32": {
  66. "sha256": "ef0f552eddc73740eace5cf057576eea0a0cac4ae7f1df41b698fccea57c2086",
  67. "size": 23240116,
  68. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/xtensa-esp-elf-gdb-11.2_20220529-i686-w64-mingw32.zip"
  69. },
  70. "win64": {
  71. "sha256": "79bf1d3de5c28380e48b05baeca358cff8669c0695e1694cf5b71f59df057435",
  72. "size": 25132199,
  73. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/xtensa-esp-elf-gdb-11.2_20220529-x86_64-w64-mingw32.zip"
  74. }
  75. }
  76. ]
  77. },
  78. {
  79. "description": "GDB for RISC-V",
  80. "export_paths": [
  81. [
  82. "riscv32-esp-elf-gdb",
  83. "bin"
  84. ]
  85. ],
  86. "export_vars": {},
  87. "info_url": "https://github.com/espressif/binutils-gdb",
  88. "install": "always",
  89. "license": "GPL-3.0-or-later",
  90. "name": "riscv32-esp-elf-gdb",
  91. "supported_targets": [
  92. "esp32c3"
  93. ],
  94. "version_cmd": [
  95. "riscv32-esp-elf-gdb-no-python",
  96. "--version"
  97. ],
  98. "version_regex": "GNU gdb \\(esp-gdb\\) ([a-z0-9.-_]+)",
  99. "versions": [
  100. {
  101. "linux-amd64": {
  102. "sha256": "6ee63dadde3bfad99d9951ebb4531e65908703ee562eaa07e329467e2a295acd",
  103. "size": 26796154,
  104. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/riscv32-esp-elf-gdb-11.2_20220529-x86_64-linux-gnu.tar.gz"
  105. },
  106. "linux-arm64": {
  107. "sha256": "45ff5fd5bf8f3d9c15e8204774437c49d860240fba9a9bb562d63b59f88bced5",
  108. "size": 27018807,
  109. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/riscv32-esp-elf-gdb-11.2_20220529-aarch64-linux-gnu.tar.gz"
  110. },
  111. "linux-armel": {
  112. "sha256": "b883ef7d939caa567403fd4a81a7cf6060486c7eb7a569f7b1fa4bd4dd03439c",
  113. "size": 25531827,
  114. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/riscv32-esp-elf-gdb-11.2_20220529-arm-linux-gnueabi.tar.gz"
  115. },
  116. "linux-armhf": {
  117. "sha256": "3661ab729dd34988cb0025a37569dc39a8da4e88433dee38ee37ac91388fee86",
  118. "size": 23773705,
  119. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/riscv32-esp-elf-gdb-11.2_20220529-arm-linux-gnueabihf.tar.gz"
  120. },
  121. "linux-i686": {
  122. "sha256": "9e381ae98cac11acb7de7039da875102f7c7e3173e506542eefead522d554307",
  123. "size": 26184744,
  124. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/riscv32-esp-elf-gdb-11.2_20220529-i586-linux-gnu.tar.gz"
  125. },
  126. "macos": {
  127. "sha256": "ccb928cb74323f9ca056702bc712f783d9442ad8cbd656f52307825965e7503c",
  128. "size": 36499311,
  129. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/riscv32-esp-elf-gdb-11.2_20220529-x86_64-apple-darwin14.tar.gz"
  130. },
  131. "macos-arm64": {
  132. "sha256": "ccb928cb74323f9ca056702bc712f783d9442ad8cbd656f52307825965e7503c",
  133. "size": 36499311,
  134. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/riscv32-esp-elf-gdb-11.2_20220529-x86_64-apple-darwin14.tar.gz"
  135. },
  136. "name": "11.2_20220529",
  137. "status": "recommended",
  138. "win32": {
  139. "sha256": "18bc48958fc511cf958ee1c564546fa77ed8a508733455cce29cdd7ee059139c",
  140. "size": 23435248,
  141. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/riscv32-esp-elf-gdb-11.2_20220529-i686-w64-mingw32.zip"
  142. },
  143. "win64": {
  144. "sha256": "f488c4940ec18585021e3f1c22869a24ce8c4e9f494f1ae5c4aba64695f3f555",
  145. "size": 24801560,
  146. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220529/riscv32-esp-elf-gdb-11.2_20220529-x86_64-w64-mingw32.zip"
  147. }
  148. }
  149. ]
  150. },
  151. {
  152. "description": "Toolchain for Xtensa (ESP32) based on GCC",
  153. "export_paths": [
  154. [
  155. "xtensa-esp32-elf",
  156. "bin"
  157. ]
  158. ],
  159. "export_vars": {},
  160. "info_url": "https://github.com/espressif/crosstool-NG",
  161. "install": "always",
  162. "license": "GPL-3.0-with-GCC-exception",
  163. "name": "xtensa-esp32-elf",
  164. "supported_targets": [
  165. "esp32"
  166. ],
  167. "version_cmd": [
  168. "xtensa-esp32-elf-gcc",
  169. "--version"
  170. ],
  171. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  172. "version_regex_replace": "\\1-\\2",
  173. "versions": [
  174. {
  175. "linux-amd64": {
  176. "sha256": "5da31dfe66ee97c0e940d81e7fac3fc604bb4cbf75294a29e6d5384ae08102dc",
  177. "size": 63661064,
  178. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-RC1-linux-amd64.tar.xz"
  179. },
  180. "linux-arm64": {
  181. "sha256": "1c1fadb50ecfd120b714e6ba094dca3f5a6ee511492dc45fe51f2cd2ed70fd61",
  182. "size": 57730788,
  183. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-RC1-linux-arm64.tar.xz"
  184. },
  185. "linux-armel": {
  186. "sha256": "c588a0e760ed81be075a4e7d107e06a6842641c55a9ffd31b13ed258fd32cc7f",
  187. "size": 59114212,
  188. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-RC1-linux-armel.tar.xz"
  189. },
  190. "linux-armhf": {
  191. "sha256": "b61488cef94f3ef96863669c8fc54730ac512d5a9cb185affe9ae2f7e2de0cd2",
  192. "size": 57097648,
  193. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-RC1-linux-armhf.tar.xz"
  194. },
  195. "linux-i686": {
  196. "sha256": "05b96a8c369f595698cbe37419c22b32242323d82d61995fa4c86f4398e9bd2c",
  197. "size": 66238704,
  198. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-RC1-linux-i686.tar.xz"
  199. },
  200. "macos": {
  201. "sha256": "8e64d517b08f9e2e98f28f425dea7ae4023fb3b923ebe4e93b701bda2a022740",
  202. "size": 65781412,
  203. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-RC1-macos.tar.xz"
  204. },
  205. "macos-arm64": {
  206. "sha256": "8e64d517b08f9e2e98f28f425dea7ae4023fb3b923ebe4e93b701bda2a022740",
  207. "size": 65781412,
  208. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-RC1-macos.tar.xz"
  209. },
  210. "name": "esp-2022r1-RC1-11.2.0",
  211. "status": "recommended",
  212. "win32": {
  213. "sha256": "af0a1c38135d5bb28303b8d131cc395ce3c68b675e6a5a5f2fbfb9448125575e",
  214. "size": 129791755,
  215. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-RC1-win32.zip"
  216. },
  217. "win64": {
  218. "sha256": "809d9833b3c183f25b231ff6478de600a633345dd4dbe0ad1cb008cd26ffc730",
  219. "size": 133937875,
  220. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-RC1-win64.zip"
  221. }
  222. }
  223. ]
  224. },
  225. {
  226. "description": "Toolchain for Xtensa (ESP32-S2) based on GCC",
  227. "export_paths": [
  228. [
  229. "xtensa-esp32s2-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": "xtensa-esp32s2-elf",
  238. "supported_targets": [
  239. "esp32s2"
  240. ],
  241. "version_cmd": [
  242. "xtensa-esp32s2-elf-gcc",
  243. "--version"
  244. ],
  245. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  246. "version_regex_replace": "\\1-\\2",
  247. "versions": [
  248. {
  249. "linux-amd64": {
  250. "sha256": "5ddd838f94870aa0a94242895c8dde4da620e8ba3500ca6cec1799ff9ea74ba6",
  251. "size": 51391900,
  252. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-RC1-linux-amd64.tar.xz"
  253. },
  254. "linux-arm64": {
  255. "sha256": "a5c0274b852fc7264b7ee86add55a6f9f1696db78a6eac3cef30c139ffaa3567",
  256. "size": 46583544,
  257. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-RC1-linux-arm64.tar.xz"
  258. },
  259. "linux-armel": {
  260. "sha256": "4b2dff672af2601dd2ec1ee5be775fc44fcdc8aaa7093231653d939992e1256f",
  261. "size": 43592340,
  262. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-RC1-linux-armel.tar.xz"
  263. },
  264. "linux-armhf": {
  265. "sha256": "eb84b3cac471c197de251ee65737b6f095b2ec216f67086bff7b3fbb5d405433",
  266. "size": 45879964,
  267. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-RC1-linux-armhf.tar.xz"
  268. },
  269. "linux-i686": {
  270. "sha256": "5f69ad8c781c1db35da4347467a94921fa9b9781c4e112570fae384ac3113e69",
  271. "size": 53635828,
  272. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-RC1-linux-i686.tar.xz"
  273. },
  274. "macos": {
  275. "sha256": "77dfcd053503fcc03b0aa8ba4df685d9322d0a6c8f475b715aef9be91e98e92a",
  276. "size": 53023284,
  277. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-RC1-macos.tar.xz"
  278. },
  279. "macos-arm64": {
  280. "sha256": "77dfcd053503fcc03b0aa8ba4df685d9322d0a6c8f475b715aef9be91e98e92a",
  281. "size": 53023284,
  282. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-RC1-macos.tar.xz"
  283. },
  284. "name": "esp-2022r1-RC1-11.2.0",
  285. "status": "recommended",
  286. "win32": {
  287. "sha256": "d98355285baf4cb405de399e1335714b05facbfa79b0469edb0d7eefaeabe5d9",
  288. "size": 94982978,
  289. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-RC1-win32.zip"
  290. },
  291. "win64": {
  292. "sha256": "10b69180ad21779f490cbbb08ef3bbcfa993b365e5d75d5e75c87cca251c2635",
  293. "size": 99075649,
  294. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-RC1-win64.zip"
  295. }
  296. }
  297. ]
  298. },
  299. {
  300. "description": "Toolchain for Xtensa (ESP32-S3) based on GCC",
  301. "export_paths": [
  302. [
  303. "xtensa-esp32s3-elf",
  304. "bin"
  305. ]
  306. ],
  307. "export_vars": {},
  308. "info_url": "https://github.com/espressif/crosstool-NG",
  309. "install": "always",
  310. "license": "GPL-3.0-with-GCC-exception",
  311. "name": "xtensa-esp32s3-elf",
  312. "supported_targets": [
  313. "esp32s3"
  314. ],
  315. "version_cmd": [
  316. "xtensa-esp32s3-elf-gcc",
  317. "--version"
  318. ],
  319. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  320. "version_regex_replace": "\\1-\\2",
  321. "versions": [
  322. {
  323. "linux-amd64": {
  324. "sha256": "117a47a535c9c96a36ac0c8b0574143e670cf12df353939819e2e0c94a30d23f",
  325. "size": 51692156,
  326. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-RC1-linux-amd64.tar.xz"
  327. },
  328. "linux-arm64": {
  329. "sha256": "eef51bd9917b311aebd13b2b560617fb9d4bc900b502d984248bec0be16f3593",
  330. "size": 45438876,
  331. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-RC1-linux-arm64.tar.xz"
  332. },
  333. "linux-armel": {
  334. "sha256": "6475f629e08b9fe90e29cbe0fc1688ff2a325e5aff255d72ff0ddcaeb48e7c45",
  335. "size": 43905524,
  336. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-RC1-linux-armel.tar.xz"
  337. },
  338. "linux-armhf": {
  339. "sha256": "2fce387e79d154221a06f9d14b5d190e8afc82cbe92d9bcb70fe616c8440ba19",
  340. "size": 44730884,
  341. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-RC1-linux-armhf.tar.xz"
  342. },
  343. "linux-i686": {
  344. "sha256": "028879201a08d63ec34b31f602cd797956d61a85673ca1a22c3a7fcd669dc7fc",
  345. "size": 53850872,
  346. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-RC1-linux-i686.tar.xz"
  347. },
  348. "macos": {
  349. "sha256": "6755cfd65e26745bd26d1b8990f7c9e8a85cd4b055dc25c27215630ac2d37b1d",
  350. "size": 53839732,
  351. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-RC1-macos.tar.xz"
  352. },
  353. "macos-arm64": {
  354. "sha256": "6755cfd65e26745bd26d1b8990f7c9e8a85cd4b055dc25c27215630ac2d37b1d",
  355. "size": 53839732,
  356. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-RC1-macos.tar.xz"
  357. },
  358. "name": "esp-2022r1-RC1-11.2.0",
  359. "status": "recommended",
  360. "win32": {
  361. "sha256": "9e94507bca64b622d8dad8b8c32e4c533af65c8424ea3950641bb89d80fca7dc",
  362. "size": 95246498,
  363. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-RC1-win32.zip"
  364. },
  365. "win64": {
  366. "sha256": "cdfb5aaa27b533c50d6cc8215fa8dba204fad3a68e1d1daf71b446d1faf594bc",
  367. "size": 99497106,
  368. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-RC1-win64.zip"
  369. }
  370. }
  371. ]
  372. },
  373. {
  374. "description": "LLVM for Xtensa (ESP32, ESP32-S2) based on clang",
  375. "export_paths": [
  376. [
  377. "xtensa-esp32-elf-clang",
  378. "bin"
  379. ]
  380. ],
  381. "export_vars": {},
  382. "info_url": "https://github.com/espressif/llvm-project",
  383. "install": "on_request",
  384. "license": "Apache-2.0",
  385. "name": "xtensa-clang",
  386. "supported_targets": [
  387. "esp32",
  388. "esp32s2"
  389. ],
  390. "version_cmd": [
  391. "clang",
  392. "--version"
  393. ],
  394. "version_regex": "version\\s*([0-9\\.]+)\\s*\\([^\\s]+\\s*(\\w{10}).+\\)",
  395. "version_regex_replace": "\\1-\\2",
  396. "versions": [
  397. {
  398. "linux-amd64": {
  399. "sha256": "d62d9234c702a86ed510777125ee97458204e28877806a73f9de5e41d7b65716",
  400. "size": 102954848,
  401. "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"
  402. },
  403. "macos": {
  404. "sha256": "6e7413e5fa515e403859ecf5301bdcdc3f8bf12c5de9aecaa11e9f17f32b05db",
  405. "size": 89888488,
  406. "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"
  407. },
  408. "macos-arm64": {
  409. "sha256": "6e7413e5fa515e403859ecf5301bdcdc3f8bf12c5de9aecaa11e9f17f32b05db",
  410. "size": 89888488,
  411. "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"
  412. },
  413. "name": "12.0.1-d9341b81fc",
  414. "status": "recommended",
  415. "win64": {
  416. "sha256": "e056366959c722367e4144076c5383bd417ea199db5658bb7bb6c95b9aca014b",
  417. "size": 177903504,
  418. "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"
  419. }
  420. }
  421. ]
  422. },
  423. {
  424. "description": "Toolchain for 32-bit RISC-V based on GCC",
  425. "export_paths": [
  426. [
  427. "riscv32-esp-elf",
  428. "bin"
  429. ]
  430. ],
  431. "export_vars": {},
  432. "info_url": "https://github.com/espressif/crosstool-NG",
  433. "install": "always",
  434. "license": "GPL-3.0-with-GCC-exception",
  435. "name": "riscv32-esp-elf",
  436. "supported_targets": [
  437. "esp32s2",
  438. "esp32s3",
  439. "esp32c3",
  440. "esp32h2",
  441. "esp32c2"
  442. ],
  443. "version_cmd": [
  444. "riscv32-esp-elf-gcc",
  445. "--version"
  446. ],
  447. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  448. "version_regex_replace": "\\1-\\2",
  449. "versions": [
  450. {
  451. "linux-amd64": {
  452. "sha256": "504766020be61413031650d32e642d6e69f1205b2cc1691b8fa7e004d2f33322",
  453. "size": 95539052,
  454. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-RC1-linux-amd64.tar.xz"
  455. },
  456. "linux-arm64": {
  457. "sha256": "85dab0b6d57fccc85366757bf6b2162da967ed6d80d9734de695b4c48fbd1f94",
  458. "size": 90927264,
  459. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-RC1-linux-arm64.tar.xz"
  460. },
  461. "linux-armel": {
  462. "sha256": "8e361785fcde89ce28934cb86ab95bda37a2d95beec37e9800c2a55b94592b35",
  463. "size": 89429648,
  464. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-RC1-linux-armel.tar.xz"
  465. },
  466. "linux-armhf": {
  467. "sha256": "c81a38675c5f323037dd981cc05f7abcc2119d0d55a28fd7c9d117b68087e0c5",
  468. "size": 90271420,
  469. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-RC1-linux-armhf.tar.xz"
  470. },
  471. "linux-i686": {
  472. "sha256": "6595de9ebb2b3f86edd2173042a2700e0296bc4a56a6296b4b7b83f1d3dbe474",
  473. "size": 99164996,
  474. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-RC1-linux-i686.tar.xz"
  475. },
  476. "macos": {
  477. "sha256": "4497a479557e3d5dd6ad6fb8a5085c6c36717121db01dfe0faf3a8b27b37d339",
  478. "size": 100787176,
  479. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-RC1-macos.tar.xz"
  480. },
  481. "macos-arm64": {
  482. "sha256": "4497a479557e3d5dd6ad6fb8a5085c6c36717121db01dfe0faf3a8b27b37d339",
  483. "size": 100787176,
  484. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-RC1-macos.tar.xz"
  485. },
  486. "name": "esp-2022r1-RC1-11.2.0",
  487. "status": "recommended",
  488. "win32": {
  489. "sha256": "d6435639f9058c409a4185d4c14a29b09dfca7d6934c59a85d18d4cf75877a63",
  490. "size": 232598665,
  491. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-RC1-win32.zip"
  492. },
  493. "win64": {
  494. "sha256": "c6c4d624333dcb93bd65fb19b5c44b4b1daab4642a890d853b2ae89938d37b79",
  495. "size": 235685997,
  496. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1-RC1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-RC1-win64.zip"
  497. }
  498. }
  499. ]
  500. },
  501. {
  502. "description": "Toolchain for ESP32 ULP coprocessor",
  503. "export_paths": [
  504. [
  505. "esp32ulp-elf-binutils",
  506. "bin"
  507. ]
  508. ],
  509. "export_vars": {},
  510. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  511. "install": "always",
  512. "license": "GPL-2.0-or-later",
  513. "name": "esp32ulp-elf",
  514. "platform_overrides": [
  515. {
  516. "install": "never",
  517. "platforms": [
  518. "linux-i686",
  519. "linux-arm64"
  520. ]
  521. }
  522. ],
  523. "supported_targets": [
  524. "esp32"
  525. ],
  526. "version_cmd": [
  527. "esp32ulp-elf-as",
  528. "--version"
  529. ],
  530. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  531. "versions": [
  532. {
  533. "linux-amd64": {
  534. "sha256": "3016c4fc551181175bd9979869bc1d1f28fa8efa25a0e29ad7f833fca4bc03d7",
  535. "size": 8248656,
  536. "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"
  537. },
  538. "linux-armel": {
  539. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  540. "size": 8033639,
  541. "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"
  542. },
  543. "linux-armhf": {
  544. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  545. "size": 8033639,
  546. "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"
  547. },
  548. "macos": {
  549. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  550. "size": 8872874,
  551. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  552. },
  553. "macos-arm64": {
  554. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  555. "size": 8872874,
  556. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  557. },
  558. "name": "2.28.51-esp-20191205",
  559. "status": "recommended",
  560. "win32": {
  561. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  562. "size": 12234162,
  563. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  564. },
  565. "win64": {
  566. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  567. "size": 12234162,
  568. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  569. }
  570. }
  571. ]
  572. },
  573. {
  574. "description": "Toolchain for ESP32-S2 and ESP32-S3 ULP coprocessors",
  575. "export_paths": [
  576. [
  577. "esp32s2ulp-elf-binutils",
  578. "bin"
  579. ]
  580. ],
  581. "export_vars": {},
  582. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  583. "install": "always",
  584. "license": "GPL-2.0-or-later",
  585. "name": "esp32s2ulp-elf",
  586. "platform_overrides": [
  587. {
  588. "install": "never",
  589. "platforms": [
  590. "linux-i686",
  591. "linux-arm64"
  592. ]
  593. }
  594. ],
  595. "supported_targets": [
  596. "esp32s2",
  597. "esp32s3"
  598. ],
  599. "version_cmd": [
  600. "esp32s2ulp-elf-as",
  601. "--version"
  602. ],
  603. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  604. "versions": [
  605. {
  606. "linux-amd64": {
  607. "sha256": "df7b2ff6c7c718a7cbe3b4b6dbcd68180d835d164d1913bc4698fd3781b9a466",
  608. "size": 8254018,
  609. "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"
  610. },
  611. "linux-armel": {
  612. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  613. "size": 8034624,
  614. "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"
  615. },
  616. "linux-armhf": {
  617. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  618. "size": 8034624,
  619. "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"
  620. },
  621. "macos": {
  622. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  623. "size": 8876194,
  624. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  625. },
  626. "macos-arm64": {
  627. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  628. "size": 8876194,
  629. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  630. },
  631. "name": "2.28.51-esp-20191205",
  632. "status": "recommended",
  633. "win32": {
  634. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  635. "size": 12239199,
  636. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  637. },
  638. "win64": {
  639. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  640. "size": 12239199,
  641. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  642. }
  643. }
  644. ]
  645. },
  646. {
  647. "description": "CMake build system",
  648. "export_paths": [
  649. [
  650. "bin"
  651. ]
  652. ],
  653. "export_vars": {},
  654. "info_url": "https://github.com/Kitware/CMake",
  655. "install": "on_request",
  656. "license": "BSD-3-Clause",
  657. "name": "cmake",
  658. "platform_overrides": [
  659. {
  660. "install": "always",
  661. "platforms": [
  662. "win32",
  663. "win64"
  664. ]
  665. },
  666. {
  667. "export_paths": [
  668. [
  669. "CMake.app",
  670. "Contents",
  671. "bin"
  672. ]
  673. ],
  674. "platforms": [
  675. "macos",
  676. "macos-arm64"
  677. ]
  678. }
  679. ],
  680. "strip_container_dirs": 1,
  681. "supported_targets": [
  682. "all"
  683. ],
  684. "version_cmd": [
  685. "cmake",
  686. "--version"
  687. ],
  688. "version_regex": "cmake version ([0-9.]+)",
  689. "versions": [
  690. {
  691. "linux-amd64": {
  692. "sha256": "f3c654b2e226b9d43369e0bd8487c51618d4dbe5a1af929dd32af7e6ca432d60",
  693. "size": 45998644,
  694. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-x86_64.tar.gz"
  695. },
  696. "linux-arm64": {
  697. "sha256": "74062efddeb935bce3d33694a4db534cef9a650f77a9a153a9f217d9dc385c75",
  698. "size": 47458032,
  699. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-aarch64.tar.gz"
  700. },
  701. "linux-armel": {
  702. "sha256": "aa6079237e16cc3b389479b2f7279d07e57f6aedad520e2b3014ef97fb906466",
  703. "size": 19330381,
  704. "url": "https://dl.espressif.com/dl/cmake/cmake-3.23.1-Linux-armv7l.tar.gz"
  705. },
  706. "linux-armhf": {
  707. "sha256": "aa6079237e16cc3b389479b2f7279d07e57f6aedad520e2b3014ef97fb906466",
  708. "size": 19330381,
  709. "url": "https://dl.espressif.com/dl/cmake/cmake-3.23.1-Linux-armv7l.tar.gz"
  710. },
  711. "macos": {
  712. "sha256": "f794ed92ccb4e9b6619a77328f313497d7decf8fb7e047ba35a348b838e0e1e2",
  713. "size": 70988516,
  714. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-macos-universal.tar.gz"
  715. },
  716. "macos-arm64": {
  717. "sha256": "f794ed92ccb4e9b6619a77328f313497d7decf8fb7e047ba35a348b838e0e1e2",
  718. "size": 70988516,
  719. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-macos-universal.tar.gz"
  720. },
  721. "name": "3.23.1",
  722. "status": "recommended",
  723. "win32": {
  724. "sha256": "9b509cc4eb7191dc128cfa3f2170036f9cbc7d9d5f93ff7fafc5b2d77b3b40dc",
  725. "size": 39070972,
  726. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-windows-x86_64.zip"
  727. },
  728. "win64": {
  729. "sha256": "9b509cc4eb7191dc128cfa3f2170036f9cbc7d9d5f93ff7fafc5b2d77b3b40dc",
  730. "size": 39070972,
  731. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-windows-x86_64.zip"
  732. }
  733. },
  734. {
  735. "linux-amd64": {
  736. "sha256": "3e15dadfec8d54eda39c2f266fc1e571c1b88bf32f9d221c8a039b07234206fa",
  737. "size": 39509848,
  738. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Linux-x86_64.tar.gz"
  739. },
  740. "macos": {
  741. "sha256": "655d6ed41a1c276676ca6a1ec381c179d394420c489f2d39b3cf2ef26bfae799",
  742. "size": 35799298,
  743. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Darwin-x86_64.tar.gz"
  744. },
  745. "macos-arm64": {
  746. "sha256": "655d6ed41a1c276676ca6a1ec381c179d394420c489f2d39b3cf2ef26bfae799",
  747. "size": 35799298,
  748. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Darwin-x86_64.tar.gz"
  749. },
  750. "name": "3.16.3",
  751. "status": "supported",
  752. "win32": {
  753. "sha256": "4b1370b3252acda0850d26c75e9bc6b8e019daaa7978a19f5d8dc008450d3548",
  754. "size": 32807681,
  755. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.zip"
  756. },
  757. "win64": {
  758. "sha256": "4b1370b3252acda0850d26c75e9bc6b8e019daaa7978a19f5d8dc008450d3548",
  759. "size": 32807681,
  760. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.zip"
  761. }
  762. }
  763. ]
  764. },
  765. {
  766. "description": "OpenOCD for ESP32",
  767. "export_paths": [
  768. [
  769. "openocd-esp32",
  770. "bin"
  771. ]
  772. ],
  773. "export_vars": {
  774. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  775. },
  776. "info_url": "https://github.com/espressif/openocd-esp32",
  777. "install": "always",
  778. "license": "GPL-2.0-only",
  779. "name": "openocd-esp32",
  780. "platform_overrides": [
  781. {
  782. "install": "on_request",
  783. "platforms": [
  784. "linux-i686"
  785. ]
  786. }
  787. ],
  788. "supported_targets": [
  789. "all"
  790. ],
  791. "version_cmd": [
  792. "openocd",
  793. "--version"
  794. ],
  795. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  796. "versions": [
  797. {
  798. "linux-amd64": {
  799. "sha256": "8d49845d7f0f2f9178e72c694a76e39a6ef3dd219cfccbfc2b8e09fc8d8f1c6e",
  800. "size": 2058842,
  801. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-amd64-0.11.0-esp32-20220411.tar.gz"
  802. },
  803. "linux-arm64": {
  804. "sha256": "584e4d10d6efb9985f4212542cfa2a92f89c747b54035bac8aa75b5f5e768e28",
  805. "size": 1902060,
  806. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-arm64-0.11.0-esp32-20220411.tar.gz"
  807. },
  808. "linux-armel": {
  809. "sha256": "49189d645d8c482b81d1870766a5795da30a79b352d98803f0054f200174fc5a",
  810. "size": 2128366,
  811. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-armel-0.11.0-esp32-20220411.tar.gz"
  812. },
  813. "linux-armhf": {
  814. "sha256": "a538a2b98fd09fb548a9dbfa0b5155364273e1ae37e944d1abfa04cc4e6e0ba2",
  815. "size": 2009408,
  816. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-armhf-0.11.0-esp32-20220411.tar.gz"
  817. },
  818. "macos": {
  819. "sha256": "d718bc24087f796ff06f49fb9052183b302402ab775460b1ebdfc4b5e1768463",
  820. "size": 2125935,
  821. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-macos-0.11.0-esp32-20220411.tar.gz"
  822. },
  823. "macos-arm64": {
  824. "sha256": "19448f0d4aaafa85c93c86e363ca879e5ccdcfdda42ba5ce4ac3817e9d8eecdb",
  825. "size": 2165892,
  826. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-macos-arm64-0.11.0-esp32-20220411.tar.gz"
  827. },
  828. "name": "v0.11.0-esp32-20220411",
  829. "status": "recommended",
  830. "win32": {
  831. "sha256": "167e9299fa1d022b493c76332f507f6a6735c7bfec3cf91c54a598b331c78b5f",
  832. "size": 2570094,
  833. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-win32-0.11.0-esp32-20220411.zip"
  834. },
  835. "win64": {
  836. "sha256": "167e9299fa1d022b493c76332f507f6a6735c7bfec3cf91c54a598b331c78b5f",
  837. "size": 2570094,
  838. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-win32-0.11.0-esp32-20220411.zip"
  839. }
  840. }
  841. ]
  842. },
  843. {
  844. "description": "Ninja build system",
  845. "export_paths": [
  846. [
  847. ""
  848. ]
  849. ],
  850. "export_vars": {},
  851. "info_url": "https://github.com/ninja-build/ninja",
  852. "install": "on_request",
  853. "license": "Apache-2.0",
  854. "name": "ninja",
  855. "platform_overrides": [
  856. {
  857. "install": "always",
  858. "platforms": [
  859. "win32",
  860. "win64"
  861. ]
  862. }
  863. ],
  864. "supported_targets": [
  865. "all"
  866. ],
  867. "version_cmd": [
  868. "ninja",
  869. "--version"
  870. ],
  871. "version_regex": "([0-9.]+)",
  872. "versions": [
  873. {
  874. "linux-amd64": {
  875. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  876. "size": 106415,
  877. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  878. },
  879. "macos": {
  880. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  881. "size": 240112,
  882. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  883. },
  884. "macos-arm64": {
  885. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  886. "size": 240112,
  887. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  888. },
  889. "name": "1.10.2",
  890. "status": "recommended",
  891. "win64": {
  892. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  893. "size": 262670,
  894. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  895. }
  896. }
  897. ]
  898. },
  899. {
  900. "description": "IDF wrapper tool for Windows",
  901. "export_paths": [
  902. [
  903. ""
  904. ]
  905. ],
  906. "export_vars": {},
  907. "info_url": "https://github.com/espressif/idf_py_exe_tool",
  908. "install": "never",
  909. "license": "Apache-2.0",
  910. "name": "idf-exe",
  911. "platform_overrides": [
  912. {
  913. "install": "always",
  914. "platforms": [
  915. "win32",
  916. "win64"
  917. ]
  918. }
  919. ],
  920. "supported_targets": [
  921. "all"
  922. ],
  923. "version_cmd": [
  924. "idf.py.exe",
  925. "-v"
  926. ],
  927. "version_regex": "v([0-9.]+)",
  928. "versions": [
  929. {
  930. "name": "1.0.3",
  931. "status": "recommended",
  932. "win32": {
  933. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  934. "size": 73562,
  935. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  936. },
  937. "win64": {
  938. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  939. "size": 73562,
  940. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  941. }
  942. }
  943. ]
  944. },
  945. {
  946. "description": "Ccache (compiler cache)",
  947. "export_paths": [
  948. [
  949. "ccache-4.3-windows-64"
  950. ]
  951. ],
  952. "export_vars": {
  953. "IDF_CCACHE_ENABLE": "1"
  954. },
  955. "info_url": "https://github.com/ccache/ccache",
  956. "install": "never",
  957. "license": "GPL-3.0-or-later",
  958. "name": "ccache",
  959. "platform_overrides": [
  960. {
  961. "install": "always",
  962. "platforms": [
  963. "win64"
  964. ]
  965. }
  966. ],
  967. "supported_targets": [
  968. "all"
  969. ],
  970. "version_cmd": [
  971. "ccache.exe",
  972. "--version"
  973. ],
  974. "version_regex": "ccache version ([0-9.]+)",
  975. "versions": [
  976. {
  977. "name": "4.3",
  978. "status": "recommended",
  979. "win64": {
  980. "sha256": "a9cacae73c3906d8193456328bee74f7748cb1559a32eaced9ee78eadd416105",
  981. "size": 1550675,
  982. "url": "https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3-windows-64.zip"
  983. }
  984. }
  985. ]
  986. },
  987. {
  988. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  989. "export_paths": [
  990. [
  991. "dfu-util-0.9-win64"
  992. ]
  993. ],
  994. "export_vars": {},
  995. "info_url": "http://dfu-util.sourceforge.net/",
  996. "install": "never",
  997. "license": "GPL-2.0-only",
  998. "name": "dfu-util",
  999. "platform_overrides": [
  1000. {
  1001. "install": "always",
  1002. "platforms": [
  1003. "win64"
  1004. ]
  1005. }
  1006. ],
  1007. "supported_targets": [
  1008. "esp32s2",
  1009. "esp32s3"
  1010. ],
  1011. "version_cmd": [
  1012. "dfu-util",
  1013. "--version"
  1014. ],
  1015. "version_regex": "dfu-util ([0-9.]+)",
  1016. "versions": [
  1017. {
  1018. "name": "0.9",
  1019. "status": "recommended",
  1020. "win64": {
  1021. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  1022. "size": 735635,
  1023. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  1024. }
  1025. }
  1026. ]
  1027. }
  1028. ],
  1029. "version": 1
  1030. }