tools.json 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011
  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": "d056f2435ef05cccadac5d8fcefa3efd8f8c456c3d853f5eba1edb501acfe4f7",
  30. "size": 32006939,
  31. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-x86_64-linux-gnu.tar.gz"
  32. },
  33. "linux-arm64": {
  34. "sha256": "7fc9674cc4f4c5e7bc94ca05bc5deaaa4c4bbcc972a9caee6fcd6a872c804c02",
  35. "size": 32227425,
  36. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-aarch64-linux-gnu.tar.gz"
  37. },
  38. "linux-armel": {
  39. "sha256": "68118ff36e9dd2284d92a7a529d0e2a8d20f6426036a0736fa1147935614ece2",
  40. "size": 29960020,
  41. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-arm-linux-gnueabi.tar.gz"
  42. },
  43. "linux-armhf": {
  44. "sha256": "72d75d9bb9a09d0696aa86628b2dd1851755216b1b315743189ea37228e5c72f",
  45. "size": 27932265,
  46. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-arm-linux-gnueabihf.tar.gz"
  47. },
  48. "linux-i686": {
  49. "sha256": "cf6cac8ed70726d390d30713d537754544872715e1b70a8a4a28b5dc616193b9",
  50. "size": 30877187,
  51. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-i586-linux-gnu.tar.gz"
  52. },
  53. "macos": {
  54. "sha256": "417fcf8d1b596b9481603d6987def1d6cfcebdb9739f53940887334a7de855fa",
  55. "size": 45941853,
  56. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-x86_64-apple-darwin14.tar.gz"
  57. },
  58. "macos-arm64": {
  59. "sha256": "95d6ed2311d6a72bf349e152d096aeeb151f9c5989bfa3120facb1c99e879196",
  60. "size": 27596410,
  61. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-aarch64-apple-darwin21.1.tar.gz"
  62. },
  63. "name": "12.1_20221002",
  64. "status": "recommended",
  65. "win32": {
  66. "sha256": "642b6a135c38ff1d5e54ad2c29469b769f8e1b101dab363d06101b02284bb979",
  67. "size": 27387730,
  68. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-i686-w64-mingw32.zip"
  69. },
  70. "win64": {
  71. "sha256": "2d958570ff6aa69ed32cbb076cbaf303349a26b3301a7c4628be8d7ad39cf9f1",
  72. "size": 29561472,
  73. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-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. "esp32c2",
  94. "esp32c6",
  95. "esp32h2",
  96. "esp32h4"
  97. ],
  98. "version_cmd": [
  99. "riscv32-esp-elf-gdb-no-python",
  100. "--version"
  101. ],
  102. "version_regex": "GNU gdb \\(esp-gdb\\) ([a-z0-9.-_]+)",
  103. "versions": [
  104. {
  105. "linux-amd64": {
  106. "sha256": "f0cf0821eaac7e8cf2c63b14f2b69d612f4f8c266b29d02d5547b7d7cbbd0e11",
  107. "size": 32035173,
  108. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/riscv32-esp-elf-gdb-12.1_20221002-x86_64-linux-gnu.tar.gz"
  109. },
  110. "linux-arm64": {
  111. "sha256": "6812344dfb5c50a81d2fd8354463516f0aa5f582e8ab406cbaeca8722b45fa94",
  112. "size": 32362642,
  113. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/riscv32-esp-elf-gdb-12.1_20221002-aarch64-linux-gnu.tar.gz"
  114. },
  115. "linux-armel": {
  116. "sha256": "b73042b8e1df5a3fc8008ec3cd000ef579f155d72a66c6ade1d48906d843e738",
  117. "size": 30580290,
  118. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/riscv32-esp-elf-gdb-12.1_20221002-arm-linux-gnueabi.tar.gz"
  119. },
  120. "linux-armhf": {
  121. "sha256": "9dc5334042a169606d32ee454d35d93d216a24df027e4b0830ab268a8999db2d",
  122. "size": 28493055,
  123. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/riscv32-esp-elf-gdb-12.1_20221002-arm-linux-gnueabihf.tar.gz"
  124. },
  125. "linux-i686": {
  126. "sha256": "3f07a1b8dc87127a1a6bec6fbace4f8daca44755356f0692e9a5d4c8c4bfd81d",
  127. "size": 31309798,
  128. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/riscv32-esp-elf-gdb-12.1_20221002-i586-linux-gnu.tar.gz"
  129. },
  130. "macos": {
  131. "sha256": "bb139229f9a4998cab9cfb617d3ecb05b77cbfa9a3a59c54969035f1b4007487",
  132. "size": 46120661,
  133. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/riscv32-esp-elf-gdb-12.1_20221002-x86_64-apple-darwin14.tar.gz"
  134. },
  135. "macos-arm64": {
  136. "sha256": "f6513b57f28245497f9c39a201f3f6444d4180e16b39765c629e01036286c0e6",
  137. "size": 27662484,
  138. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/riscv32-esp-elf-gdb-12.1_20221002-aarch64-apple-darwin21.1.tar.gz"
  139. },
  140. "name": "12.1_20221002",
  141. "status": "recommended",
  142. "win32": {
  143. "sha256": "8287fa2891e8d032e8283210048d653705791cda31504369418288d3e4753dd6",
  144. "size": 27839143,
  145. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/riscv32-esp-elf-gdb-12.1_20221002-i686-w64-mingw32.zip"
  146. },
  147. "win64": {
  148. "sha256": "9debae1135df8f5868a9d945468f0480cdaab25f77ead6a55cc85142c4487abd",
  149. "size": 29404989,
  150. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/riscv32-esp-elf-gdb-12.1_20221002-x86_64-w64-mingw32.zip"
  151. }
  152. }
  153. ]
  154. },
  155. {
  156. "description": "Toolchain for Xtensa (ESP32) based on GCC",
  157. "export_paths": [
  158. [
  159. "xtensa-esp32-elf",
  160. "bin"
  161. ]
  162. ],
  163. "export_vars": {},
  164. "info_url": "https://github.com/espressif/crosstool-NG",
  165. "install": "always",
  166. "license": "GPL-3.0-with-GCC-exception",
  167. "name": "xtensa-esp32-elf",
  168. "supported_targets": [
  169. "esp32"
  170. ],
  171. "version_cmd": [
  172. "xtensa-esp32-elf-gcc",
  173. "--version"
  174. ],
  175. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  176. "version_regex_replace": "\\1-\\2",
  177. "versions": [
  178. {
  179. "linux-amd64": {
  180. "sha256": "698d8407e18275d18feb7d1afdb68800b97904fbe39080422fb8609afa49df30",
  181. "size": 64781328,
  182. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz"
  183. },
  184. "linux-arm64": {
  185. "sha256": "48ed01abff1e89e6fe1c3ebe4e00df6a0a67e53ae24979970464a4a3b64aa622",
  186. "size": 60675980,
  187. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-arm64.tar.xz"
  188. },
  189. "linux-armel": {
  190. "sha256": "0e6131a9ab4e3da0a153ee75097012823ccf21f90c69368c3bf53c8a086736f8",
  191. "size": 59117264,
  192. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-armel.tar.xz"
  193. },
  194. "linux-armhf": {
  195. "sha256": "74173665e228d8b1c988de0d743607a2f661e2bd24619c246e25dba7a01f46bd",
  196. "size": 57942128,
  197. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-armhf.tar.xz"
  198. },
  199. "linux-i686": {
  200. "sha256": "d06511bb18057d72b555d6c5b62b0686f19e9f8c7d7eae218b712eed0907dbb2",
  201. "size": 65914276,
  202. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-linux-i686.tar.xz"
  203. },
  204. "macos": {
  205. "sha256": "1c9d873c56469e3abec1e4214b7200d36804a605d4f0991e539b1577415409bf",
  206. "size": 68189688,
  207. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-macos.tar.xz"
  208. },
  209. "macos-arm64": {
  210. "sha256": "297249b0dc5307fd496c4d85d960b69824996c0c450a8c92f8414a5fd32a7c3b",
  211. "size": 58460768,
  212. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-macos-arm64.tar.xz"
  213. },
  214. "name": "esp-2022r1-11.2.0",
  215. "status": "recommended",
  216. "win32": {
  217. "sha256": "858ee049d6d8de730ed3e30285c4adc1a9cdfe077b591ed0b6f2bfa5e3564f53",
  218. "size": 129786756,
  219. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-win32.zip"
  220. },
  221. "win64": {
  222. "sha256": "f469aff6a71113e3a145466d814184339e02248b158357766970646f5d2a3da7",
  223. "size": 133936844,
  224. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32-elf-gcc11_2_0-esp-2022r1-win64.zip"
  225. }
  226. }
  227. ]
  228. },
  229. {
  230. "description": "Toolchain for Xtensa (ESP32-S2) based on GCC",
  231. "export_paths": [
  232. [
  233. "xtensa-esp32s2-elf",
  234. "bin"
  235. ]
  236. ],
  237. "export_vars": {},
  238. "info_url": "https://github.com/espressif/crosstool-NG",
  239. "install": "always",
  240. "license": "GPL-3.0-with-GCC-exception",
  241. "name": "xtensa-esp32s2-elf",
  242. "supported_targets": [
  243. "esp32s2"
  244. ],
  245. "version_cmd": [
  246. "xtensa-esp32s2-elf-gcc",
  247. "--version"
  248. ],
  249. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  250. "version_regex_replace": "\\1-\\2",
  251. "versions": [
  252. {
  253. "linux-amd64": {
  254. "sha256": "56e5913b6662b8eec7d6b46780e668bc7e7cebef239e326a74f764c92a3cc841",
  255. "size": 51546516,
  256. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz"
  257. },
  258. "linux-arm64": {
  259. "sha256": "2f0ccc9d40279d6407ed9547250fb0434f16060faa94460c52b74614a38a1e21",
  260. "size": 46338036,
  261. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-arm64.tar.xz"
  262. },
  263. "linux-armel": {
  264. "sha256": "f71974c4aaf3f637f6adaa28bbbdf3a911db3385e0ab1544844513ec65185cc5",
  265. "size": 43326084,
  266. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-armel.tar.xz"
  267. },
  268. "linux-armhf": {
  269. "sha256": "73e3be22c993f1112fcb1f7631d82552a6b759f82f12cfb78e669c7303d92b25",
  270. "size": 44856580,
  271. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-armhf.tar.xz"
  272. },
  273. "linux-i686": {
  274. "sha256": "504efe97ce24561537bd442494b1046fc8fb9cc43a1c06ef1afa4652b7517201",
  275. "size": 53807024,
  276. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-linux-i686.tar.xz"
  277. },
  278. "macos": {
  279. "sha256": "f53da9423490001727c5b6c3b8e1602b887783f0ed68e5defbb3c7712ada9631",
  280. "size": 53568496,
  281. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-macos.tar.xz"
  282. },
  283. "macos-arm64": {
  284. "sha256": "3592e0fbdb2ca438c7360d93fd62ef0e05ead2fc8144eff344bbe1971d333287",
  285. "size": 44218948,
  286. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-macos-arm64.tar.xz"
  287. },
  288. "name": "esp-2022r1-11.2.0",
  289. "status": "recommended",
  290. "win32": {
  291. "sha256": "96b873210438713a84ea6e39e591cdbbeef453cb431d8392ac3fa2e68a48bc97",
  292. "size": 94981372,
  293. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-win32.zip"
  294. },
  295. "win64": {
  296. "sha256": "9ab0387e08047916bbf7ff0d2eb974c710bcf2e042cb04037b4dd93c9186f676",
  297. "size": 99074758,
  298. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s2-elf-gcc11_2_0-esp-2022r1-win64.zip"
  299. }
  300. }
  301. ]
  302. },
  303. {
  304. "description": "Toolchain for Xtensa (ESP32-S3) based on GCC",
  305. "export_paths": [
  306. [
  307. "xtensa-esp32s3-elf",
  308. "bin"
  309. ]
  310. ],
  311. "export_vars": {},
  312. "info_url": "https://github.com/espressif/crosstool-NG",
  313. "install": "always",
  314. "license": "GPL-3.0-with-GCC-exception",
  315. "name": "xtensa-esp32s3-elf",
  316. "supported_targets": [
  317. "esp32s3"
  318. ],
  319. "version_cmd": [
  320. "xtensa-esp32s3-elf-gcc",
  321. "--version"
  322. ],
  323. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  324. "version_regex_replace": "\\1-\\2",
  325. "versions": [
  326. {
  327. "linux-amd64": {
  328. "sha256": "5058b2e724166c34ca09ec2d5377350252de8bce5039b06c00352f9a8151f76e",
  329. "size": 51899328,
  330. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz"
  331. },
  332. "linux-arm64": {
  333. "sha256": "d2c6fb98a5018139a9f5af6eb808e968f1381a5b34547a185f4dec142b0fa44e",
  334. "size": 45458872,
  335. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-arm64.tar.xz"
  336. },
  337. "linux-armel": {
  338. "sha256": "9944e67d95a5de9875670c5cd5cb0bb282ebac235a38b5fd6d53069813fead9e",
  339. "size": 44532116,
  340. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-armel.tar.xz"
  341. },
  342. "linux-armhf": {
  343. "sha256": "c0a8836dd709605f8d68ea1fd6e8ae79b3fa76274bfffdd8e79eeadc8f1f3ce1",
  344. "size": 44840304,
  345. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-armhf.tar.xz"
  346. },
  347. "linux-i686": {
  348. "sha256": "0feccf884e36b6e93c27c793729199b18df22a409557b16c90b2883a6748e041",
  349. "size": 53956012,
  350. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-linux-i686.tar.xz"
  351. },
  352. "macos": {
  353. "sha256": "2b46730adc6afd8115e0be9365050a87f9523617e5e58ee35cb85ff1ddf2756c",
  354. "size": 54256036,
  355. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-macos.tar.xz"
  356. },
  357. "macos-arm64": {
  358. "sha256": "bb449ac62b9917638b35234c98ce03ddf1cac75c2d80fbd67c46ecec08369838",
  359. "size": 44835256,
  360. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-macos-arm64.tar.xz"
  361. },
  362. "name": "esp-2022r1-11.2.0",
  363. "status": "recommended",
  364. "win32": {
  365. "sha256": "0c9ec6d296b66523e3990b195b6597dfc4030f2335bf904b614f990ad6dabbde",
  366. "size": 95241895,
  367. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-win32.zip"
  368. },
  369. "win64": {
  370. "sha256": "7213a0bf22607e9c70febaabef37822c2ae5e071ac53d6467e6031b02bb0b2bf",
  371. "size": 99495535,
  372. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/xtensa-esp32s3-elf-gcc11_2_0-esp-2022r1-win64.zip"
  373. }
  374. }
  375. ]
  376. },
  377. {
  378. "description": "Toolchain for all Espressif chips based on clang",
  379. "export_paths": [
  380. [
  381. "esp-clang",
  382. "bin"
  383. ]
  384. ],
  385. "export_vars": {},
  386. "info_url": "https://github.com/espressif/llvm-project",
  387. "install": "on_request",
  388. "license": "Apache-2.0",
  389. "name": "esp-clang",
  390. "supported_targets": [
  391. "esp32",
  392. "esp32s2",
  393. "esp32s3",
  394. "esp32c3",
  395. "esp32h4",
  396. "esp32c2",
  397. "esp32c6",
  398. "esp32h2"
  399. ],
  400. "version_cmd": [
  401. "clang",
  402. "--version"
  403. ],
  404. "version_regex": "version\\s*([0-9\\.]+)\\s*\\([^\\s]+\\s*(\\w{10}).+\\)",
  405. "version_regex_replace": "\\1-\\2",
  406. "versions": [
  407. {
  408. "linux-amd64": {
  409. "sha256": "839e5adfa7f44982e8a2d828680f6e4aa435dcd3d1df765e02f015b04286056f",
  410. "size": 209731340,
  411. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-linux-amd64.tar.xz"
  412. },
  413. "linux-arm64": {
  414. "sha256": "614c44ab7305d65dde54a884c5614516777038027dc61bcc125d02171c248c53",
  415. "size": 220076792,
  416. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-linux-arm64.tar.xz"
  417. },
  418. "linux-armhf": {
  419. "sha256": "158076696e4fc608e6e2b54bf739223b78949e0492ad4aa5119632ebfbea0499",
  420. "size": 209791724,
  421. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-linux-armhf.tar.xz"
  422. },
  423. "macos": {
  424. "sha256": "46f0f0368b5aa8d7e81558796c3acd67d943c9071b9619f2b487136c8e59c97c",
  425. "size": 177703432,
  426. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-macos.tar.xz"
  427. },
  428. "macos-arm64": {
  429. "sha256": "dc5a99186f9f532a5076d6900828310e4673cf01e8071a3d041456e8aab2cc4a",
  430. "size": 167630856,
  431. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-macos-arm64.tar.xz"
  432. },
  433. "name": "15.0.0-23786128ae",
  434. "status": "recommended",
  435. "win64": {
  436. "sha256": "87c9b2c2b8837535f102ae3fd5789defecbffa80b317f86055f3e9d6292aaa05",
  437. "size": 241235020,
  438. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-win64.tar.xz"
  439. }
  440. }
  441. ]
  442. },
  443. {
  444. "description": "Toolchain for 32-bit RISC-V based on GCC",
  445. "export_paths": [
  446. [
  447. "riscv32-esp-elf",
  448. "bin"
  449. ]
  450. ],
  451. "export_vars": {},
  452. "info_url": "https://github.com/espressif/crosstool-NG",
  453. "install": "always",
  454. "license": "GPL-3.0-with-GCC-exception",
  455. "name": "riscv32-esp-elf",
  456. "supported_targets": [
  457. "esp32s2",
  458. "esp32s3",
  459. "esp32c3",
  460. "esp32h4",
  461. "esp32c2",
  462. "esp32c6",
  463. "esp32h2"
  464. ],
  465. "version_cmd": [
  466. "riscv32-esp-elf-gcc",
  467. "--version"
  468. ],
  469. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  470. "version_regex_replace": "\\1-\\2",
  471. "versions": [
  472. {
  473. "linux-amd64": {
  474. "sha256": "52710f804df4a033a2b621cc16cfa21023b42052819a51e35a2a164140bbf665",
  475. "size": 110107900,
  476. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-amd64.tar.xz"
  477. },
  478. "linux-arm64": {
  479. "sha256": "812a18f2ecdc3f72c1d098c4e8baa968841099ce9d9ecf95baea85ff71e11013",
  480. "size": 104279292,
  481. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-arm64.tar.xz"
  482. },
  483. "linux-armel": {
  484. "sha256": "bc6e3ff8323d1f8b137374788b5615152281aab9e7561c55ab1504145677b6c7",
  485. "size": 102802824,
  486. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-armel.tar.xz"
  487. },
  488. "linux-armhf": {
  489. "sha256": "63f85a089fcd06939ed5e7e72ee5cdca590aa470075e409c0a4c59ef1cab3a7b",
  490. "size": 102657540,
  491. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-armhf.tar.xz"
  492. },
  493. "linux-i686": {
  494. "sha256": "39d7295c30a23b5ea91baf61c207718ce86d4b1589014b030e121300370f696d",
  495. "size": 111505972,
  496. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-linux-i686.tar.xz"
  497. },
  498. "macos": {
  499. "sha256": "d3a6f42b02a5f1485ba3fa92b8a9d9f307f643420e22b3765e88bbe4570aee01",
  500. "size": 112060920,
  501. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-macos.tar.xz"
  502. },
  503. "macos-arm64": {
  504. "sha256": "23d9a715d932a3af57fd7393b0789f88d0f70fedaf5b803deb9ab81dee271bd6",
  505. "size": 101254152,
  506. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-macos-arm64.tar.xz"
  507. },
  508. "name": "esp-2022r1-11.2.0",
  509. "status": "recommended",
  510. "win32": {
  511. "sha256": "3e677ef068d7f154d33b0d3788b5f985c5066d110028eac44e0f76b3bda4429b",
  512. "size": 268053767,
  513. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-win32.zip"
  514. },
  515. "win64": {
  516. "sha256": "324a5c679fef75313766cc48d3433c48bf23985a11b5070c5d19144538c6357b",
  517. "size": 271158759,
  518. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2022r1/riscv32-esp-elf-gcc11_2_0-esp-2022r1-win64.zip"
  519. }
  520. }
  521. ]
  522. },
  523. {
  524. "description": "Toolchain for ESP32 ULP coprocessor",
  525. "export_paths": [
  526. [
  527. "esp32ulp-elf",
  528. "bin"
  529. ]
  530. ],
  531. "export_vars": {},
  532. "info_url": "https://github.com/espressif/binutils-gdb",
  533. "install": "always",
  534. "license": "GPL-3.0-or-later",
  535. "name": "esp32ulp-elf",
  536. "supported_targets": [
  537. "esp32",
  538. "esp32s2",
  539. "esp32s3"
  540. ],
  541. "version_cmd": [
  542. "esp32ulp-elf-as",
  543. "--version"
  544. ],
  545. "version_regex": "\\(GNU Binutils\\)\\s+([a-z0-9.-_]+)",
  546. "versions": [
  547. {
  548. "linux-amd64": {
  549. "sha256": "b1f7801c3a16162e72393ebb772c0cbfe4d22d907be7c2c2dac168736e9195fd",
  550. "size": 10685282,
  551. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-amd64.tar.gz"
  552. },
  553. "linux-arm64": {
  554. "sha256": "d6671b31bab31b9b13aea25bb7d60f15484cb8bf961ddbf67a62867e5563eae5",
  555. "size": 10052225,
  556. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-arm64.tar.gz"
  557. },
  558. "linux-armel": {
  559. "sha256": "e107e7a9cd50d630b034f435a16a52db5a57388dc639a99c4c393c5e429711e9",
  560. "size": 10087257,
  561. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-armel.tar.gz"
  562. },
  563. "linux-armhf": {
  564. "sha256": "6c6dd25477b2e758d4669da3774bf664d1f012442c880f17dfdf0339e9c3dae9",
  565. "size": 9591791,
  566. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-armhf.tar.gz"
  567. },
  568. "macos": {
  569. "sha256": "5a952087b621ced16af1e375feac1371a61cb51ab7e7b44cbefb5afda2d573de",
  570. "size": 16028909,
  571. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-macos.tar.gz"
  572. },
  573. "macos-arm64": {
  574. "sha256": "73bda8476ef92d4f4abee96519abbba40e5ee32f368427469447b83cc7bb9b42",
  575. "size": 15045401,
  576. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-macos-arm64.tar.gz"
  577. },
  578. "name": "2.35_20220830",
  579. "status": "recommended",
  580. "win32": {
  581. "sha256": "77344715ea7d7a7a9fd0b27653f880efaf3bcc1ac843f61492d8a0365d91f731",
  582. "size": 14651337,
  583. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-win32.zip"
  584. },
  585. "win64": {
  586. "sha256": "525e5b4c8299869a3fdddb51baad76612c5c104bd96952ae6460ad7e5b5a4e21",
  587. "size": 15399090,
  588. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-win64.zip"
  589. }
  590. }
  591. ]
  592. },
  593. {
  594. "description": "CMake build system",
  595. "export_paths": [
  596. [
  597. "bin"
  598. ]
  599. ],
  600. "export_vars": {},
  601. "info_url": "https://github.com/Kitware/CMake",
  602. "install": "on_request",
  603. "license": "BSD-3-Clause",
  604. "name": "cmake",
  605. "platform_overrides": [
  606. {
  607. "install": "always",
  608. "platforms": [
  609. "win32",
  610. "win64"
  611. ]
  612. },
  613. {
  614. "export_paths": [
  615. [
  616. "CMake.app",
  617. "Contents",
  618. "bin"
  619. ]
  620. ],
  621. "platforms": [
  622. "macos",
  623. "macos-arm64"
  624. ]
  625. }
  626. ],
  627. "strip_container_dirs": 1,
  628. "supported_targets": [
  629. "all"
  630. ],
  631. "version_cmd": [
  632. "cmake",
  633. "--version"
  634. ],
  635. "version_regex": "cmake version ([0-9.]+)",
  636. "versions": [
  637. {
  638. "linux-amd64": {
  639. "sha256": "726f88e6598523911e4bce9b059dc20b851aa77f97e4cc5573f4e42775a5c16f",
  640. "size": 47042675,
  641. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-linux-x86_64.tar.gz"
  642. },
  643. "linux-arm64": {
  644. "sha256": "50c3b8e9d3a3cde850dd1ea143df9d1ae546cbc5e74dc6d223eefc1979189651",
  645. "size": 48478082,
  646. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-linux-aarch64.tar.gz"
  647. },
  648. "linux-armel": {
  649. "sha256": "7dc787ef968dfef92491a4f191b8739ff70f8a649608b811c7a737b52481beb0",
  650. "size": 19811327,
  651. "url": "https://dl.espressif.com/dl/cmake/cmake-3.24.0-Linux-armv7l.tar.gz"
  652. },
  653. "linux-armhf": {
  654. "sha256": "7dc787ef968dfef92491a4f191b8739ff70f8a649608b811c7a737b52481beb0",
  655. "size": 19811327,
  656. "url": "https://dl.espressif.com/dl/cmake/cmake-3.24.0-Linux-armv7l.tar.gz"
  657. },
  658. "macos": {
  659. "sha256": "3e0cca74a56d9027dabb845a5a26e42ef8e8b33beb1655d6a724187a345145e4",
  660. "size": 72801419,
  661. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-macos-universal.tar.gz"
  662. },
  663. "macos-arm64": {
  664. "sha256": "3e0cca74a56d9027dabb845a5a26e42ef8e8b33beb1655d6a724187a345145e4",
  665. "size": 72801419,
  666. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-macos-universal.tar.gz"
  667. },
  668. "name": "3.24.0",
  669. "status": "recommended",
  670. "win32": {
  671. "sha256": "b1ad8c2dbf0778e3efcc9fd61cd4a962e5c1af40aabdebee3d5074bcff2e103c",
  672. "size": 40212531,
  673. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-x86_64.zip"
  674. },
  675. "win64": {
  676. "sha256": "b1ad8c2dbf0778e3efcc9fd61cd4a962e5c1af40aabdebee3d5074bcff2e103c",
  677. "size": 40212531,
  678. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-x86_64.zip"
  679. }
  680. },
  681. {
  682. "linux-amd64": {
  683. "sha256": "3e15dadfec8d54eda39c2f266fc1e571c1b88bf32f9d221c8a039b07234206fa",
  684. "size": 39509848,
  685. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Linux-x86_64.tar.gz"
  686. },
  687. "macos": {
  688. "sha256": "655d6ed41a1c276676ca6a1ec381c179d394420c489f2d39b3cf2ef26bfae799",
  689. "size": 35799298,
  690. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Darwin-x86_64.tar.gz"
  691. },
  692. "macos-arm64": {
  693. "sha256": "655d6ed41a1c276676ca6a1ec381c179d394420c489f2d39b3cf2ef26bfae799",
  694. "size": 35799298,
  695. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Darwin-x86_64.tar.gz"
  696. },
  697. "name": "3.16.3",
  698. "status": "supported",
  699. "win32": {
  700. "sha256": "4b1370b3252acda0850d26c75e9bc6b8e019daaa7978a19f5d8dc008450d3548",
  701. "size": 32807681,
  702. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.zip"
  703. },
  704. "win64": {
  705. "sha256": "4b1370b3252acda0850d26c75e9bc6b8e019daaa7978a19f5d8dc008450d3548",
  706. "size": 32807681,
  707. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.zip"
  708. }
  709. }
  710. ]
  711. },
  712. {
  713. "description": "OpenOCD for ESP32",
  714. "export_paths": [
  715. [
  716. "openocd-esp32",
  717. "bin"
  718. ]
  719. ],
  720. "export_vars": {
  721. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  722. },
  723. "info_url": "https://github.com/espressif/openocd-esp32",
  724. "install": "always",
  725. "license": "GPL-2.0-only",
  726. "name": "openocd-esp32",
  727. "platform_overrides": [
  728. {
  729. "install": "on_request",
  730. "platforms": [
  731. "linux-i686"
  732. ]
  733. }
  734. ],
  735. "supported_targets": [
  736. "all"
  737. ],
  738. "version_cmd": [
  739. "openocd",
  740. "--version"
  741. ],
  742. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  743. "versions": [
  744. {
  745. "linux-amd64": {
  746. "sha256": "ce63e9b1dfab60cc62da5dc2abcc22ba7036c42afe74671c787eb026744e7d0b",
  747. "size": 2051435,
  748. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-linux-amd64-0.11.0-esp32-20221026.tar.gz"
  749. },
  750. "linux-arm64": {
  751. "sha256": "fe60a3a603e8c6bee47367e40fcb8c0da3a38e01163e9674ebc919b067700506",
  752. "size": 1993843,
  753. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-linux-arm64-0.11.0-esp32-20221026.tar.gz"
  754. },
  755. "linux-armel": {
  756. "sha256": "6ef76101cca196a4be30fc74f191eff34abb423e32930a383012b866c9b76135",
  757. "size": 2092111,
  758. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-linux-armel-0.11.0-esp32-20221026.tar.gz"
  759. },
  760. "linux-armhf": {
  761. "sha256": "519b6584339b837b81a952e38655cdb5f640d25545574b477b7ae94b32844c4f",
  762. "size": 1995258,
  763. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-linux-armhf-0.11.0-esp32-20221026.tar.gz"
  764. },
  765. "macos": {
  766. "sha256": "8edc666a0a230432554b73df7c62e0b5ec21fb018e7fda13b11a7ca8b6c1763b",
  767. "size": 2199855,
  768. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-macos-0.11.0-esp32-20221026.tar.gz"
  769. },
  770. "macos-arm64": {
  771. "sha256": "c426c0158ba6488e2f432f7c5b22e79155b5b0fae6d1ad5bbd7894723b43aa12",
  772. "size": 2247179,
  773. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-macos-arm64-0.11.0-esp32-20221026.tar.gz"
  774. },
  775. "name": "v0.11.0-esp32-20221026",
  776. "status": "recommended",
  777. "win32": {
  778. "sha256": "e0e789d35308c029c6b53457cf4a42a5620cb1a3014740026c089c2ed4fd77b2",
  779. "size": 2493214,
  780. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-win32-0.11.0-esp32-20221026.zip"
  781. },
  782. "win64": {
  783. "sha256": "e0e789d35308c029c6b53457cf4a42a5620cb1a3014740026c089c2ed4fd77b2",
  784. "size": 2493214,
  785. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20221026/openocd-esp32-win32-0.11.0-esp32-20221026.zip"
  786. }
  787. }
  788. ]
  789. },
  790. {
  791. "description": "Ninja build system",
  792. "export_paths": [
  793. [
  794. ""
  795. ]
  796. ],
  797. "export_vars": {},
  798. "info_url": "https://github.com/ninja-build/ninja",
  799. "install": "on_request",
  800. "license": "Apache-2.0",
  801. "name": "ninja",
  802. "platform_overrides": [
  803. {
  804. "install": "always",
  805. "platforms": [
  806. "win32",
  807. "win64"
  808. ]
  809. }
  810. ],
  811. "supported_targets": [
  812. "all"
  813. ],
  814. "version_cmd": [
  815. "ninja",
  816. "--version"
  817. ],
  818. "version_regex": "([0-9.]+)",
  819. "versions": [
  820. {
  821. "linux-amd64": {
  822. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  823. "size": 106415,
  824. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  825. },
  826. "macos": {
  827. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  828. "size": 240112,
  829. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  830. },
  831. "macos-arm64": {
  832. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  833. "size": 240112,
  834. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  835. },
  836. "name": "1.10.2",
  837. "status": "recommended",
  838. "win64": {
  839. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  840. "size": 262670,
  841. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  842. }
  843. }
  844. ]
  845. },
  846. {
  847. "description": "IDF wrapper tool for Windows",
  848. "export_paths": [
  849. [
  850. ""
  851. ]
  852. ],
  853. "export_vars": {},
  854. "info_url": "https://github.com/espressif/idf_py_exe_tool",
  855. "install": "never",
  856. "license": "Apache-2.0",
  857. "name": "idf-exe",
  858. "platform_overrides": [
  859. {
  860. "install": "always",
  861. "platforms": [
  862. "win32",
  863. "win64"
  864. ]
  865. }
  866. ],
  867. "supported_targets": [
  868. "all"
  869. ],
  870. "version_cmd": [
  871. "idf.py.exe",
  872. "-v"
  873. ],
  874. "version_regex": "v([0-9.]+)",
  875. "versions": [
  876. {
  877. "name": "1.0.3",
  878. "status": "recommended",
  879. "win32": {
  880. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  881. "size": 73562,
  882. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  883. },
  884. "win64": {
  885. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  886. "size": 73562,
  887. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  888. }
  889. }
  890. ]
  891. },
  892. {
  893. "description": "Ccache (compiler cache)",
  894. "export_paths": [
  895. [
  896. "ccache-4.6.2-windows-x86_64"
  897. ]
  898. ],
  899. "export_vars": {
  900. "IDF_CCACHE_ENABLE": "1"
  901. },
  902. "info_url": "https://github.com/ccache/ccache",
  903. "install": "never",
  904. "license": "GPL-3.0-or-later",
  905. "name": "ccache",
  906. "platform_overrides": [
  907. {
  908. "install": "always",
  909. "platforms": [
  910. "win64"
  911. ]
  912. }
  913. ],
  914. "supported_targets": [
  915. "all"
  916. ],
  917. "version_cmd": [
  918. "ccache.exe",
  919. "--version"
  920. ],
  921. "version_regex": "ccache version ([0-9.]+)",
  922. "versions": [
  923. {
  924. "name": "4.6.2",
  925. "status": "recommended",
  926. "win64": {
  927. "sha256": "bf230b0936962eae43a3410d6477a7d0b9308e29f89a3091881d22e2502604c5",
  928. "size": 1957177,
  929. "url": "https://github.com/ccache/ccache/releases/download/v4.6.2/ccache-4.6.2-windows-x86_64.zip"
  930. }
  931. }
  932. ]
  933. },
  934. {
  935. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  936. "export_paths": [
  937. [
  938. "dfu-util-0.11-win64"
  939. ]
  940. ],
  941. "export_vars": {},
  942. "info_url": "http://dfu-util.sourceforge.net/",
  943. "install": "never",
  944. "license": "GPL-2.0-only",
  945. "name": "dfu-util",
  946. "platform_overrides": [
  947. {
  948. "install": "always",
  949. "platforms": [
  950. "win64"
  951. ]
  952. }
  953. ],
  954. "supported_targets": [
  955. "esp32s2",
  956. "esp32s3"
  957. ],
  958. "version_cmd": [
  959. "dfu-util",
  960. "--version"
  961. ],
  962. "version_regex": "dfu-util ([0-9.]+)",
  963. "versions": [
  964. {
  965. "name": "0.11",
  966. "status": "recommended",
  967. "win64": {
  968. "sha256": "652eb94cb1c074c6dbead9e47adb628922aeb198a4d440a346ab32e7a0e9bf64",
  969. "size": 2854596,
  970. "url": "https://dl.espressif.com/dl/dfu-util-0.11-win64.zip"
  971. }
  972. }
  973. ]
  974. },
  975. {
  976. "description": "ESP ROM ELFs",
  977. "export_paths": [
  978. [
  979. ""
  980. ]
  981. ],
  982. "export_vars": {
  983. "ESP_ROM_ELF_DIR": "${TOOL_PATH}/"
  984. },
  985. "info_url": "https://github.com/espressif/esp-rom-elfs",
  986. "install": "always",
  987. "is_executable": false,
  988. "license": "Apache-2.0",
  989. "name": "esp-rom-elfs",
  990. "supported_targets": [
  991. "all"
  992. ],
  993. "version_cmd": [
  994. ""
  995. ],
  996. "version_regex": "",
  997. "versions": [
  998. {
  999. "any": {
  1000. "sha256": "c5e3d6e6921c9e3f0bff759f47a6529c101f3a0a268a6ae6581948bbccb3afc2",
  1001. "size": 2832501,
  1002. "url": "https://github.com/espressif/esp-rom-elfs/releases/download/20230113/esp-rom-elfs-20230113.tar.gz"
  1003. },
  1004. "name": "20230113",
  1005. "status": "recommended"
  1006. }
  1007. ]
  1008. }
  1009. ],
  1010. "version": 1
  1011. }