tools.json 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990
  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": "b5f7cc3e4b5a58db655754083ed9652e4953e71c3b4922fb624e7a034ec24a64",
  30. "size": 26947336,
  31. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-x86_64-linux-gnu.tar.gz"
  32. },
  33. "linux-arm64": {
  34. "sha256": "816acfae38b6b443f4f1590395f68f079243539259d19c7772ae6416c6519444",
  35. "size": 27134508,
  36. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-aarch64-linux-gnu.tar.gz"
  37. },
  38. "linux-armel": {
  39. "sha256": "4dd1bace0633196fddfdcef3cebcc4bbfce22f5a0d2d1e3d618f3d8a6cbfcacc",
  40. "size": 25205239,
  41. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-arm-linux-gnueabi.tar.gz"
  42. },
  43. "linux-armhf": {
  44. "sha256": "53a142b9a508a8babe6b7edf3090bb49e3714380ba819b54052425fcf1ac6f9c",
  45. "size": 23491575,
  46. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-arm-linux-gnueabihf.tar.gz"
  47. },
  48. "linux-i686": {
  49. "sha256": "27744d09d171be2f55ec15fa7f2d7f8ff94d33f7e130d24ebe082cb6c438618b",
  50. "size": 25978028,
  51. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-i586-linux-gnu.tar.gz"
  52. },
  53. "macos": {
  54. "sha256": "1432faa12d7301133f6ee654d60751b57adcc6cf323ee1ecc393f06f0225eff4",
  55. "size": 38386785,
  56. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-x86_64-apple-darwin14.tar.gz"
  57. },
  58. "macos-arm64": {
  59. "sha256": "d0b542ef070ea72857f9cf554f176a0a9d868cd59e05ac293ad39402bcc5277d",
  60. "size": 21671964,
  61. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-aarch64-apple-darwin21.1.tar.gz"
  62. },
  63. "name": "11.2_20220823",
  64. "status": "recommended",
  65. "win32": {
  66. "sha256": "1678b06aa80b1d689d05548056635efde5b73b98f2c3de5d555bcfc6f374c5d0",
  67. "size": 23241302,
  68. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-i686-w64-mingw32.zip"
  69. },
  70. "win64": {
  71. "sha256": "7060df4b6aa133e282147c3651d50222d677d6a0fff92979c500353b099a3f41",
  72. "size": 25135265,
  73. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/xtensa-esp-elf-gdb-11.2_20220823-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": "6bf5b5d2d407e074af2a74fc826764934ac1625a1751c52fbc0d4d7772061f8f",
  103. "size": 26799809,
  104. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-x86_64-linux-gnu.tar.gz"
  105. },
  106. "linux-arm64": {
  107. "sha256": "e54ef67cdb5724fc2da8f0487f19b2c83c08b560fff317f5ffd98fbb230b397a",
  108. "size": 27021672,
  109. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-aarch64-linux-gnu.tar.gz"
  110. },
  111. "linux-armel": {
  112. "sha256": "86772c6aee8a05b2c75a6b04e9da630e35e8415b64da8ccde92a5fb2d3c7fcf4",
  113. "size": 25532577,
  114. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-arm-linux-gnueabi.tar.gz"
  115. },
  116. "linux-armhf": {
  117. "sha256": "0893cbc6e987c9e2016775e364733f9c34eb1c6ba283d296d8ff503a5a054c59",
  118. "size": 23773607,
  119. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-arm-linux-gnueabihf.tar.gz"
  120. },
  121. "linux-i686": {
  122. "sha256": "3463be3e24182b7f1bd0fb232020534445b2d0ea0e7093c1b4f4da102b3baf52",
  123. "size": 26188698,
  124. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-i586-linux-gnu.tar.gz"
  125. },
  126. "macos": {
  127. "sha256": "a9db1811ebb9271134eba2f7c303fc2587bd4b2a1ae33cd05ff2605cd2fb30d2",
  128. "size": 38397584,
  129. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-x86_64-apple-darwin14.tar.gz"
  130. },
  131. "macos-arm64": {
  132. "sha256": "c94fb6d726b8d97e65e23237f5126a41343bca8f22a0414df5f0e6777e36f51c",
  133. "size": 21593613,
  134. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-aarch64-apple-darwin21.1.tar.gz"
  135. },
  136. "name": "11.2_20220823",
  137. "status": "recommended",
  138. "win32": {
  139. "sha256": "20cdee8a1c01428363ef02f4cc8035c65508d6b43560c525733eae94b7c7bb50",
  140. "size": 23436802,
  141. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-i686-w64-mingw32.zip"
  142. },
  143. "win64": {
  144. "sha256": "add72366485b784b66837ce263548980f1df144d0954c42d75a81f6acbd43cac",
  145. "size": 24802315,
  146. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.2_20220823/riscv32-esp-elf-gdb-11.2_20220823-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": "698d8407e18275d18feb7d1afdb68800b97904fbe39080422fb8609afa49df30",
  177. "size": 64781328,
  178. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz"
  179. },
  180. "linux-arm64": {
  181. "sha256": "48ed01abff1e89e6fe1c3ebe4e00df6a0a67e53ae24979970464a4a3b64aa622",
  182. "size": 60675980,
  183. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-arm64.tar.xz"
  184. },
  185. "linux-armel": {
  186. "sha256": "0e6131a9ab4e3da0a153ee75097012823ccf21f90c69368c3bf53c8a086736f8",
  187. "size": 59117264,
  188. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-armel.tar.xz"
  189. },
  190. "linux-armhf": {
  191. "sha256": "74173665e228d8b1c988de0d743607a2f661e2bd24619c246e25dba7a01f46bd",
  192. "size": 57942128,
  193. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-armhf.tar.xz"
  194. },
  195. "linux-i686": {
  196. "sha256": "d06511bb18057d72b555d6c5b62b0686f19e9f8c7d7eae218b712eed0907dbb2",
  197. "size": 65914276,
  198. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-i686.tar.xz"
  199. },
  200. "macos": {
  201. "sha256": "1c9d873c56469e3abec1e4214b7200d36804a605d4f0991e539b1577415409bf",
  202. "size": 68189688,
  203. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-macos.tar.xz"
  204. },
  205. "macos-arm64": {
  206. "sha256": "297249b0dc5307fd496c4d85d960b69824996c0c450a8c92f8414a5fd32a7c3b",
  207. "size": 58460768,
  208. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-macos-arm64.tar.xz"
  209. },
  210. "name": "esp-2022r1-11.2.0",
  211. "status": "recommended",
  212. "win32": {
  213. "sha256": "858ee049d6d8de730ed3e30285c4adc1a9cdfe077b591ed0b6f2bfa5e3564f53",
  214. "size": 129786756,
  215. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-win32.zip"
  216. },
  217. "win64": {
  218. "sha256": "f469aff6a71113e3a145466d814184339e02248b158357766970646f5d2a3da7",
  219. "size": 133936844,
  220. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-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": "56e5913b6662b8eec7d6b46780e668bc7e7cebef239e326a74f764c92a3cc841",
  251. "size": 51546516,
  252. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz"
  253. },
  254. "linux-arm64": {
  255. "sha256": "2f0ccc9d40279d6407ed9547250fb0434f16060faa94460c52b74614a38a1e21",
  256. "size": 46338036,
  257. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-arm64.tar.xz"
  258. },
  259. "linux-armel": {
  260. "sha256": "f71974c4aaf3f637f6adaa28bbbdf3a911db3385e0ab1544844513ec65185cc5",
  261. "size": 43326084,
  262. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-armel.tar.xz"
  263. },
  264. "linux-armhf": {
  265. "sha256": "73e3be22c993f1112fcb1f7631d82552a6b759f82f12cfb78e669c7303d92b25",
  266. "size": 44856580,
  267. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-armhf.tar.xz"
  268. },
  269. "linux-i686": {
  270. "sha256": "504efe97ce24561537bd442494b1046fc8fb9cc43a1c06ef1afa4652b7517201",
  271. "size": 53807024,
  272. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-i686.tar.xz"
  273. },
  274. "macos": {
  275. "sha256": "f53da9423490001727c5b6c3b8e1602b887783f0ed68e5defbb3c7712ada9631",
  276. "size": 53568496,
  277. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-macos.tar.xz"
  278. },
  279. "macos-arm64": {
  280. "sha256": "3592e0fbdb2ca438c7360d93fd62ef0e05ead2fc8144eff344bbe1971d333287",
  281. "size": 44218948,
  282. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-macos-arm64.tar.xz"
  283. },
  284. "name": "esp-2022r1-11.2.0",
  285. "status": "recommended",
  286. "win32": {
  287. "sha256": "96b873210438713a84ea6e39e591cdbbeef453cb431d8392ac3fa2e68a48bc97",
  288. "size": 94981372,
  289. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-win32.zip"
  290. },
  291. "win64": {
  292. "sha256": "9ab0387e08047916bbf7ff0d2eb974c710bcf2e042cb04037b4dd93c9186f676",
  293. "size": 99074758,
  294. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-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": "5058b2e724166c34ca09ec2d5377350252de8bce5039b06c00352f9a8151f76e",
  325. "size": 51899328,
  326. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz"
  327. },
  328. "linux-arm64": {
  329. "sha256": "d2c6fb98a5018139a9f5af6eb808e968f1381a5b34547a185f4dec142b0fa44e",
  330. "size": 45458872,
  331. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-arm64.tar.xz"
  332. },
  333. "linux-armel": {
  334. "sha256": "9944e67d95a5de9875670c5cd5cb0bb282ebac235a38b5fd6d53069813fead9e",
  335. "size": 44532116,
  336. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-armel.tar.xz"
  337. },
  338. "linux-armhf": {
  339. "sha256": "c0a8836dd709605f8d68ea1fd6e8ae79b3fa76274bfffdd8e79eeadc8f1f3ce1",
  340. "size": 44840304,
  341. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-armhf.tar.xz"
  342. },
  343. "linux-i686": {
  344. "sha256": "0feccf884e36b6e93c27c793729199b18df22a409557b16c90b2883a6748e041",
  345. "size": 53956012,
  346. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-i686.tar.xz"
  347. },
  348. "macos": {
  349. "sha256": "2b46730adc6afd8115e0be9365050a87f9523617e5e58ee35cb85ff1ddf2756c",
  350. "size": 54256036,
  351. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-macos.tar.xz"
  352. },
  353. "macos-arm64": {
  354. "sha256": "bb449ac62b9917638b35234c98ce03ddf1cac75c2d80fbd67c46ecec08369838",
  355. "size": 44835256,
  356. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-macos-arm64.tar.xz"
  357. },
  358. "name": "esp-2022r1-11.2.0",
  359. "status": "recommended",
  360. "win32": {
  361. "sha256": "0c9ec6d296b66523e3990b195b6597dfc4030f2335bf904b614f990ad6dabbde",
  362. "size": 95241895,
  363. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-win32.zip"
  364. },
  365. "win64": {
  366. "sha256": "7213a0bf22607e9c70febaabef37822c2ae5e071ac53d6467e6031b02bb0b2bf",
  367. "size": 99495535,
  368. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-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": "b0148627912dacf4a4cab4596ba9467cb8dd771522ca27b9526bc57b88ff366f",
  400. "size": 125101504,
  401. "url": "https://github.com/espressif/llvm-project/releases/download/esp-14.0.0-20220415/xtensa-esp32-elf-llvm14_0_0-esp-14.0.0-20220415-linux-amd64.tar.xz"
  402. },
  403. "macos": {
  404. "sha256": "1a78c598825ef168c0c5668aff7848825a7b9d014bffd1f2f2484ceea9df3841",
  405. "size": 107100188,
  406. "url": "https://github.com/espressif/llvm-project/releases/download/esp-14.0.0-20220415/xtensa-esp32-elf-llvm14_0_0-esp-14.0.0-20220415-macos.tar.xz"
  407. },
  408. "macos-arm64": {
  409. "sha256": "1a78c598825ef168c0c5668aff7848825a7b9d014bffd1f2f2484ceea9df3841",
  410. "size": 107100188,
  411. "url": "https://github.com/espressif/llvm-project/releases/download/esp-14.0.0-20220415/xtensa-esp32-elf-llvm14_0_0-esp-14.0.0-20220415-macos.tar.xz"
  412. },
  413. "name": "14.0.0-38679f0333",
  414. "status": "recommended",
  415. "win64": {
  416. "sha256": "793e7bd9c40fcb9a4fababaaccf3e4c5b8d9554d406af1b1fbee51806bf8c5dd",
  417. "size": 174294128,
  418. "url": "https://github.com/espressif/llvm-project/releases/download/esp-14.0.0-20220415/xtensa-esp32-elf-llvm14_0_0-esp-14.0.0-20220415-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. "esp32c6"
  443. ],
  444. "version_cmd": [
  445. "riscv32-esp-elf-gcc",
  446. "--version"
  447. ],
  448. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  449. "version_regex_replace": "\\1-\\2",
  450. "versions": [
  451. {
  452. "linux-amd64": {
  453. "sha256": "52710f804df4a033a2b621cc16cfa21023b42052819a51e35a2a164140bbf665",
  454. "size": 110107900,
  455. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz"
  456. },
  457. "linux-arm64": {
  458. "sha256": "812a18f2ecdc3f72c1d098c4e8baa968841099ce9d9ecf95baea85ff71e11013",
  459. "size": 104279292,
  460. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-arm64.tar.xz"
  461. },
  462. "linux-armel": {
  463. "sha256": "bc6e3ff8323d1f8b137374788b5615152281aab9e7561c55ab1504145677b6c7",
  464. "size": 102802824,
  465. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-armel.tar.xz"
  466. },
  467. "linux-armhf": {
  468. "sha256": "63f85a089fcd06939ed5e7e72ee5cdca590aa470075e409c0a4c59ef1cab3a7b",
  469. "size": 102657540,
  470. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-armhf.tar.xz"
  471. },
  472. "linux-i686": {
  473. "sha256": "39d7295c30a23b5ea91baf61c207718ce86d4b1589014b030e121300370f696d",
  474. "size": 111505972,
  475. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-i686.tar.xz"
  476. },
  477. "macos": {
  478. "sha256": "d3a6f42b02a5f1485ba3fa92b8a9d9f307f643420e22b3765e88bbe4570aee01",
  479. "size": 112060920,
  480. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-macos.tar.xz"
  481. },
  482. "macos-arm64": {
  483. "sha256": "23d9a715d932a3af57fd7393b0789f88d0f70fedaf5b803deb9ab81dee271bd6",
  484. "size": 101254152,
  485. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-macos-arm64.tar.xz"
  486. },
  487. "name": "esp-2022r1-11.2.0",
  488. "status": "recommended",
  489. "win32": {
  490. "sha256": "3e677ef068d7f154d33b0d3788b5f985c5066d110028eac44e0f76b3bda4429b",
  491. "size": 268053767,
  492. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-win32.zip"
  493. },
  494. "win64": {
  495. "sha256": "324a5c679fef75313766cc48d3433c48bf23985a11b5070c5d19144538c6357b",
  496. "size": 271158759,
  497. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-win64.zip"
  498. }
  499. }
  500. ]
  501. },
  502. {
  503. "description": "Toolchain for ESP32 ULP coprocessor",
  504. "export_paths": [
  505. [
  506. "esp32ulp-elf",
  507. "bin"
  508. ]
  509. ],
  510. "export_vars": {},
  511. "info_url": "https://github.com/espressif/binutils-gdb",
  512. "install": "always",
  513. "license": "GPL-3.0-or-later",
  514. "name": "esp32ulp-elf",
  515. "supported_targets": [
  516. "esp32",
  517. "esp32s2",
  518. "esp32s3"
  519. ],
  520. "version_cmd": [
  521. "esp32ulp-elf-as",
  522. "--version"
  523. ],
  524. "version_regex": "\\(GNU Binutils\\)\\s+([a-z0-9.-_]+)",
  525. "versions": [
  526. {
  527. "linux-amd64": {
  528. "sha256": "b1f7801c3a16162e72393ebb772c0cbfe4d22d907be7c2c2dac168736e9195fd",
  529. "size": 10685282,
  530. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-amd64.tar.gz"
  531. },
  532. "linux-arm64": {
  533. "sha256": "d6671b31bab31b9b13aea25bb7d60f15484cb8bf961ddbf67a62867e5563eae5",
  534. "size": 10052225,
  535. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-arm64.tar.gz"
  536. },
  537. "linux-armel": {
  538. "sha256": "e107e7a9cd50d630b034f435a16a52db5a57388dc639a99c4c393c5e429711e9",
  539. "size": 10087257,
  540. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-armel.tar.gz"
  541. },
  542. "linux-armhf": {
  543. "sha256": "6c6dd25477b2e758d4669da3774bf664d1f012442c880f17dfdf0339e9c3dae9",
  544. "size": 9591791,
  545. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-armhf.tar.gz"
  546. },
  547. "macos": {
  548. "sha256": "5a952087b621ced16af1e375feac1371a61cb51ab7e7b44cbefb5afda2d573de",
  549. "size": 16028909,
  550. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-macos.tar.gz"
  551. },
  552. "macos-arm64": {
  553. "sha256": "73bda8476ef92d4f4abee96519abbba40e5ee32f368427469447b83cc7bb9b42",
  554. "size": 15045401,
  555. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-macos-arm64.tar.gz"
  556. },
  557. "name": "2.35_20220830",
  558. "status": "recommended",
  559. "win32": {
  560. "sha256": "77344715ea7d7a7a9fd0b27653f880efaf3bcc1ac843f61492d8a0365d91f731",
  561. "size": 14651337,
  562. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-win32.zip"
  563. },
  564. "win64": {
  565. "sha256": "525e5b4c8299869a3fdddb51baad76612c5c104bd96952ae6460ad7e5b5a4e21",
  566. "size": 15399090,
  567. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-win64.zip"
  568. }
  569. }
  570. ]
  571. },
  572. {
  573. "description": "CMake build system",
  574. "export_paths": [
  575. [
  576. "bin"
  577. ]
  578. ],
  579. "export_vars": {},
  580. "info_url": "https://github.com/Kitware/CMake",
  581. "install": "on_request",
  582. "license": "BSD-3-Clause",
  583. "name": "cmake",
  584. "platform_overrides": [
  585. {
  586. "install": "always",
  587. "platforms": [
  588. "win32",
  589. "win64"
  590. ]
  591. },
  592. {
  593. "export_paths": [
  594. [
  595. "CMake.app",
  596. "Contents",
  597. "bin"
  598. ]
  599. ],
  600. "platforms": [
  601. "macos",
  602. "macos-arm64"
  603. ]
  604. }
  605. ],
  606. "strip_container_dirs": 1,
  607. "supported_targets": [
  608. "all"
  609. ],
  610. "version_cmd": [
  611. "cmake",
  612. "--version"
  613. ],
  614. "version_regex": "cmake version ([0-9.]+)",
  615. "versions": [
  616. {
  617. "linux-amd64": {
  618. "sha256": "726f88e6598523911e4bce9b059dc20b851aa77f97e4cc5573f4e42775a5c16f",
  619. "size": 47042675,
  620. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-linux-x86_64.tar.gz"
  621. },
  622. "linux-arm64": {
  623. "sha256": "50c3b8e9d3a3cde850dd1ea143df9d1ae546cbc5e74dc6d223eefc1979189651",
  624. "size": 48478082,
  625. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-linux-aarch64.tar.gz"
  626. },
  627. "linux-armel": {
  628. "sha256": "7dc787ef968dfef92491a4f191b8739ff70f8a649608b811c7a737b52481beb0",
  629. "size": 19811327,
  630. "url": "https://dl.espressif.com/dl/cmake/cmake-3.24.0-Linux-armv7l.tar.gz"
  631. },
  632. "linux-armhf": {
  633. "sha256": "7dc787ef968dfef92491a4f191b8739ff70f8a649608b811c7a737b52481beb0",
  634. "size": 19811327,
  635. "url": "https://dl.espressif.com/dl/cmake/cmake-3.24.0-Linux-armv7l.tar.gz"
  636. },
  637. "macos": {
  638. "sha256": "3e0cca74a56d9027dabb845a5a26e42ef8e8b33beb1655d6a724187a345145e4",
  639. "size": 72801419,
  640. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-macos-universal.tar.gz"
  641. },
  642. "macos-arm64": {
  643. "sha256": "3e0cca74a56d9027dabb845a5a26e42ef8e8b33beb1655d6a724187a345145e4",
  644. "size": 72801419,
  645. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-macos-universal.tar.gz"
  646. },
  647. "name": "3.24.0",
  648. "status": "recommended",
  649. "win32": {
  650. "sha256": "b1ad8c2dbf0778e3efcc9fd61cd4a962e5c1af40aabdebee3d5074bcff2e103c",
  651. "size": 40212531,
  652. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-x86_64.zip"
  653. },
  654. "win64": {
  655. "sha256": "b1ad8c2dbf0778e3efcc9fd61cd4a962e5c1af40aabdebee3d5074bcff2e103c",
  656. "size": 40212531,
  657. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-x86_64.zip"
  658. }
  659. },
  660. {
  661. "linux-amd64": {
  662. "sha256": "3e15dadfec8d54eda39c2f266fc1e571c1b88bf32f9d221c8a039b07234206fa",
  663. "size": 39509848,
  664. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Linux-x86_64.tar.gz"
  665. },
  666. "macos": {
  667. "sha256": "655d6ed41a1c276676ca6a1ec381c179d394420c489f2d39b3cf2ef26bfae799",
  668. "size": 35799298,
  669. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Darwin-x86_64.tar.gz"
  670. },
  671. "macos-arm64": {
  672. "sha256": "655d6ed41a1c276676ca6a1ec381c179d394420c489f2d39b3cf2ef26bfae799",
  673. "size": 35799298,
  674. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Darwin-x86_64.tar.gz"
  675. },
  676. "name": "3.16.3",
  677. "status": "supported",
  678. "win32": {
  679. "sha256": "4b1370b3252acda0850d26c75e9bc6b8e019daaa7978a19f5d8dc008450d3548",
  680. "size": 32807681,
  681. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.zip"
  682. },
  683. "win64": {
  684. "sha256": "4b1370b3252acda0850d26c75e9bc6b8e019daaa7978a19f5d8dc008450d3548",
  685. "size": 32807681,
  686. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.zip"
  687. }
  688. }
  689. ]
  690. },
  691. {
  692. "description": "OpenOCD for ESP32",
  693. "export_paths": [
  694. [
  695. "openocd-esp32",
  696. "bin"
  697. ]
  698. ],
  699. "export_vars": {
  700. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  701. },
  702. "info_url": "https://github.com/espressif/openocd-esp32",
  703. "install": "always",
  704. "license": "GPL-2.0-only",
  705. "name": "openocd-esp32",
  706. "platform_overrides": [
  707. {
  708. "install": "on_request",
  709. "platforms": [
  710. "linux-i686"
  711. ]
  712. }
  713. ],
  714. "supported_targets": [
  715. "all"
  716. ],
  717. "version_cmd": [
  718. "openocd",
  719. "--version"
  720. ],
  721. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  722. "versions": [
  723. {
  724. "linux-amd64": {
  725. "sha256": "26f1f18dd93eb70a13203848d3fb1cc2e0de1fd6749c7dd771b2de8709735aed",
  726. "size": 2011201,
  727. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-linux-amd64-0.11.0-esp32-20220706.tar.gz"
  728. },
  729. "linux-arm64": {
  730. "sha256": "f97792bc2852937ec0accb9f0eb2e49926c0f747a71f101a4e34aed75d2c6fcc",
  731. "size": 1954685,
  732. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-linux-arm64-0.11.0-esp32-20220706.tar.gz"
  733. },
  734. "linux-armel": {
  735. "sha256": "27e4c628994cf342e7fc5b07f49ca5533ba892fd8a150683a382a08758c3dfbe",
  736. "size": 2050256,
  737. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-linux-armel-0.11.0-esp32-20220706.tar.gz"
  738. },
  739. "linux-armhf": {
  740. "sha256": "7f3b57332104e8b8e6194553365a70a9d3754878cfc063d5dc5d839513a63de9",
  741. "size": 1902964,
  742. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-linux-armhf-0.11.0-esp32-20220706.tar.gz"
  743. },
  744. "macos": {
  745. "sha256": "333ee2ec3c9b5dc6ad4509faae55335cdea7f8bf83a56bfcf5327e4497c8538a",
  746. "size": 2077882,
  747. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-macos-0.11.0-esp32-20220706.tar.gz"
  748. },
  749. "macos-arm64": {
  750. "sha256": "7c5e721aac2ca11fc53595c7df32ea81c348854055ac3fe36340afbe3842756e",
  751. "size": 2208202,
  752. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-macos-arm64-0.11.0-esp32-20220706.tar.gz"
  753. },
  754. "name": "v0.11.0-esp32-20220706",
  755. "status": "recommended",
  756. "win32": {
  757. "sha256": "c3d39eb4365a9947e71f1d3780ce031185bc6437f21186568a5c05f23f57a8d0",
  758. "size": 2608736,
  759. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-win32-0.11.0-esp32-20220706.zip"
  760. },
  761. "win64": {
  762. "sha256": "c3d39eb4365a9947e71f1d3780ce031185bc6437f21186568a5c05f23f57a8d0",
  763. "size": 2608736,
  764. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220706/openocd-esp32-win32-0.11.0-esp32-20220706.zip"
  765. }
  766. }
  767. ]
  768. },
  769. {
  770. "description": "Ninja build system",
  771. "export_paths": [
  772. [
  773. ""
  774. ]
  775. ],
  776. "export_vars": {},
  777. "info_url": "https://github.com/ninja-build/ninja",
  778. "install": "on_request",
  779. "license": "Apache-2.0",
  780. "name": "ninja",
  781. "platform_overrides": [
  782. {
  783. "install": "always",
  784. "platforms": [
  785. "win32",
  786. "win64"
  787. ]
  788. }
  789. ],
  790. "supported_targets": [
  791. "all"
  792. ],
  793. "version_cmd": [
  794. "ninja",
  795. "--version"
  796. ],
  797. "version_regex": "([0-9.]+)",
  798. "versions": [
  799. {
  800. "linux-amd64": {
  801. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  802. "size": 106415,
  803. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  804. },
  805. "macos": {
  806. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  807. "size": 240112,
  808. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  809. },
  810. "macos-arm64": {
  811. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  812. "size": 240112,
  813. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  814. },
  815. "name": "1.10.2",
  816. "status": "recommended",
  817. "win64": {
  818. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  819. "size": 262670,
  820. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  821. }
  822. }
  823. ]
  824. },
  825. {
  826. "description": "IDF wrapper tool for Windows",
  827. "export_paths": [
  828. [
  829. ""
  830. ]
  831. ],
  832. "export_vars": {},
  833. "info_url": "https://github.com/espressif/idf_py_exe_tool",
  834. "install": "never",
  835. "license": "Apache-2.0",
  836. "name": "idf-exe",
  837. "platform_overrides": [
  838. {
  839. "install": "always",
  840. "platforms": [
  841. "win32",
  842. "win64"
  843. ]
  844. }
  845. ],
  846. "supported_targets": [
  847. "all"
  848. ],
  849. "version_cmd": [
  850. "idf.py.exe",
  851. "-v"
  852. ],
  853. "version_regex": "v([0-9.]+)",
  854. "versions": [
  855. {
  856. "name": "1.0.3",
  857. "status": "recommended",
  858. "win32": {
  859. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  860. "size": 73562,
  861. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  862. },
  863. "win64": {
  864. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  865. "size": 73562,
  866. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  867. }
  868. }
  869. ]
  870. },
  871. {
  872. "description": "Ccache (compiler cache)",
  873. "export_paths": [
  874. [
  875. "ccache-4.6.2-windows-x86_64"
  876. ]
  877. ],
  878. "export_vars": {
  879. "IDF_CCACHE_ENABLE": "1"
  880. },
  881. "info_url": "https://github.com/ccache/ccache",
  882. "install": "never",
  883. "license": "GPL-3.0-or-later",
  884. "name": "ccache",
  885. "platform_overrides": [
  886. {
  887. "install": "always",
  888. "platforms": [
  889. "win64"
  890. ]
  891. }
  892. ],
  893. "supported_targets": [
  894. "all"
  895. ],
  896. "version_cmd": [
  897. "ccache.exe",
  898. "--version"
  899. ],
  900. "version_regex": "ccache version ([0-9.]+)",
  901. "versions": [
  902. {
  903. "name": "4.6.2",
  904. "status": "recommended",
  905. "win64": {
  906. "sha256": "bf230b0936962eae43a3410d6477a7d0b9308e29f89a3091881d22e2502604c5",
  907. "size": 1957177,
  908. "url": "https://github.com/ccache/ccache/releases/download/v4.6.2/ccache-4.6.2-windows-x86_64.zip"
  909. }
  910. }
  911. ]
  912. },
  913. {
  914. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  915. "export_paths": [
  916. [
  917. "dfu-util-0.9-win64"
  918. ]
  919. ],
  920. "export_vars": {},
  921. "info_url": "http://dfu-util.sourceforge.net/",
  922. "install": "never",
  923. "license": "GPL-2.0-only",
  924. "name": "dfu-util",
  925. "platform_overrides": [
  926. {
  927. "install": "always",
  928. "platforms": [
  929. "win64"
  930. ]
  931. }
  932. ],
  933. "supported_targets": [
  934. "esp32s2",
  935. "esp32s3"
  936. ],
  937. "version_cmd": [
  938. "dfu-util",
  939. "--version"
  940. ],
  941. "version_regex": "dfu-util ([0-9.]+)",
  942. "versions": [
  943. {
  944. "name": "0.9",
  945. "status": "recommended",
  946. "win64": {
  947. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  948. "size": 735635,
  949. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  950. }
  951. }
  952. ]
  953. },
  954. {
  955. "description": "ESP ROM ELFs",
  956. "export_paths": [
  957. [
  958. ""
  959. ]
  960. ],
  961. "export_vars": {
  962. "ESP_ROM_ELF_DIR": "${TOOL_PATH}/"
  963. },
  964. "info_url": "https://github.com/espressif/esp-rom-elfs",
  965. "install": "always",
  966. "is_executable": false,
  967. "license": "Apache-2.0",
  968. "name": "esp-rom-elfs",
  969. "supported_targets": [
  970. "all"
  971. ],
  972. "version_cmd": [
  973. ""
  974. ],
  975. "version_regex": "",
  976. "versions": [
  977. {
  978. "any": {
  979. "sha256": "add4bedbdd950c8409ff45bbf5610316e7d14c4635ea6906f057f2183ab3e3e9",
  980. "size": 2454730,
  981. "url": "https://github.com/espressif/esp-rom-elfs/releases/download/20220823/esp-rom-elfs-20220823.tar.gz"
  982. },
  983. "name": "20220823",
  984. "status": "recommended"
  985. }
  986. ]
  987. }
  988. ],
  989. "version": 1
  990. }