tools.json 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002
  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\\.\\-_]+)\\)",
  176. "versions": [
  177. {
  178. "linux-amd64": {
  179. "sha256": "4d2e02ef47f1a93a4dcfdbaecd486adfaab4c0e26deea2c18d6385527f39f864",
  180. "size": 67006496,
  181. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz"
  182. },
  183. "linux-arm64": {
  184. "sha256": "9e211a182b6ea0396a41c78f52f51d964e7875fe274ea9c81111bf0dbc90c516",
  185. "size": 60751692,
  186. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-aarch64-linux-gnu.tar.xz"
  187. },
  188. "linux-armel": {
  189. "sha256": "2ddd91fb98b79b30042b7918eef60cf10c7bd5b1da853e83b65f293b96dec800",
  190. "size": 56720952,
  191. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-arm-linux-gnueabi.tar.xz"
  192. },
  193. "linux-armhf": {
  194. "sha256": "a683a468555dcbcb6ce32a190842110d6f853d4d6104d61cf0bc9dd50c6be1e6",
  195. "size": 60612092,
  196. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-arm-linux-gnueabihf.tar.xz"
  197. },
  198. "linux-i686": {
  199. "sha256": "292b19ea6186508a923fb6fd0103977e001d4eb8e77836c7e3d6ce6e5fa7d305",
  200. "size": 69446616,
  201. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-i686-linux-gnu.tar.xz"
  202. },
  203. "macos": {
  204. "sha256": "b09d87fdb1dc32cd1d718935065ef931b101a14df6b17be56748e52640955bff",
  205. "size": 65895468,
  206. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-x86_64-apple-darwin.tar.xz"
  207. },
  208. "macos-arm64": {
  209. "sha256": "f50acab2b216e9475dc5313b3e4b424cbc70d0abd23ba1818aff4a019165da8e",
  210. "size": 57168044,
  211. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-aarch64-apple-darwin.tar.xz"
  212. },
  213. "name": "esp-12.2.0_20230208",
  214. "status": "recommended",
  215. "win32": {
  216. "sha256": "62bb6428d107ed3f44c212c77ecf24804b74c97327b0f0ad2029c656c6dbd6ee",
  217. "size": 130847086,
  218. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-i686-w64-mingw32.zip"
  219. },
  220. "win64": {
  221. "sha256": "8febfe4a6476efc69012390106c8c660a14418f025137b0513670c72124339cf",
  222. "size": 134985117,
  223. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-x86_64-w64-mingw32.zip"
  224. }
  225. }
  226. ]
  227. },
  228. {
  229. "description": "Toolchain for Xtensa (ESP32-S2) based on GCC",
  230. "export_paths": [
  231. [
  232. "xtensa-esp32s2-elf",
  233. "bin"
  234. ]
  235. ],
  236. "export_vars": {},
  237. "info_url": "https://github.com/espressif/crosstool-NG",
  238. "install": "always",
  239. "license": "GPL-3.0-with-GCC-exception",
  240. "name": "xtensa-esp32s2-elf",
  241. "supported_targets": [
  242. "esp32s2"
  243. ],
  244. "version_cmd": [
  245. "xtensa-esp32s2-elf-gcc",
  246. "--version"
  247. ],
  248. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)",
  249. "versions": [
  250. {
  251. "linux-amd64": {
  252. "sha256": "a1bd8f0252aae02cff2c289f742fbdbaa2c24644cc30e883d118253ea4df1799",
  253. "size": 64374532,
  254. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz"
  255. },
  256. "linux-arm64": {
  257. "sha256": "48e88053e92bab1bf8d6dbad7ddb4d140c537159d607a36e73e74e1f5f23c892",
  258. "size": 58021880,
  259. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-aarch64-linux-gnu.tar.xz"
  260. },
  261. "linux-armel": {
  262. "sha256": "37cdd619fa56ce884570cedd00dd2f4a5eb9a1fce3755a2f4b9279d1136e47c1",
  263. "size": 59627080,
  264. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-arm-linux-gnueabi.tar.xz"
  265. },
  266. "linux-armhf": {
  267. "sha256": "99a7b34e8826d0c0b5703e5a4e7db8716b9738fa4f03eed759f383a10617e788",
  268. "size": 59762112,
  269. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-arm-linux-gnueabihf.tar.xz"
  270. },
  271. "linux-i686": {
  272. "sha256": "d9b79e9e3204fa8e40f9942ea1197a83ae1527e3711a45bc17171ff5fec43e54",
  273. "size": 69013172,
  274. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-i686-linux-gnu.tar.xz"
  275. },
  276. "macos": {
  277. "sha256": "e7b2fbacd8186b24d1b1264ad6cf639f476d51f5d908fb79504abfe6281d3c8c",
  278. "size": 65634524,
  279. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-x86_64-apple-darwin.tar.xz"
  280. },
  281. "macos-arm64": {
  282. "sha256": "d2c997ce5f43a93c3787c224aa8742b0cd87443794514ab2153cd629665506f0",
  283. "size": 57290936,
  284. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-aarch64-apple-darwin.tar.xz"
  285. },
  286. "name": "esp-12.2.0_20230208",
  287. "status": "recommended",
  288. "win32": {
  289. "sha256": "1e6dac5162ab75f94b88c47ebeabb6600c652fb4f615ed07c1724d037c02fd19",
  290. "size": 131273859,
  291. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-i686-w64-mingw32.zip"
  292. },
  293. "win64": {
  294. "sha256": "8a785cc4e0838cebe404f82c0ead7a0f9ac5fabc660a742e33a41ddac6326cc1",
  295. "size": 135373049,
  296. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-x86_64-w64-mingw32.zip"
  297. }
  298. }
  299. ]
  300. },
  301. {
  302. "description": "Toolchain for Xtensa (ESP32-S3) based on GCC",
  303. "export_paths": [
  304. [
  305. "xtensa-esp32s3-elf",
  306. "bin"
  307. ]
  308. ],
  309. "export_vars": {},
  310. "info_url": "https://github.com/espressif/crosstool-NG",
  311. "install": "always",
  312. "license": "GPL-3.0-with-GCC-exception",
  313. "name": "xtensa-esp32s3-elf",
  314. "supported_targets": [
  315. "esp32s3"
  316. ],
  317. "version_cmd": [
  318. "xtensa-esp32s3-elf-gcc",
  319. "--version"
  320. ],
  321. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)",
  322. "versions": [
  323. {
  324. "linux-amd64": {
  325. "sha256": "29b5ea6b30d98231f0c17f2327404109e0abf59b48d0f2890d9d9899678a89a3",
  326. "size": 67512340,
  327. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz"
  328. },
  329. "linux-arm64": {
  330. "sha256": "30a1fed3ab6341feb1ae986ee55f227df6a594293ced13c65a0136eb4681087d",
  331. "size": 60207516,
  332. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-aarch64-linux-gnu.tar.xz"
  333. },
  334. "linux-armel": {
  335. "sha256": "c180836bf43b90b4b7c24166a3bd4156c74c8e58bb85761aa58da98d076e6f48",
  336. "size": 57151040,
  337. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-arm-linux-gnueabi.tar.xz"
  338. },
  339. "linux-armhf": {
  340. "sha256": "4cc1adee141de67ffb7e94e53d30bf4e120ef07d4063fecc2153c69ad4b54f7f",
  341. "size": 60955732,
  342. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-arm-linux-gnueabihf.tar.xz"
  343. },
  344. "linux-i686": {
  345. "sha256": "9a968f58085c66b41ca13af8d652e5250df0f8d8e17988e34846be9c76672cab",
  346. "size": 68403124,
  347. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-i686-linux-gnu.tar.xz"
  348. },
  349. "macos": {
  350. "sha256": "30375231847a9070e4e0acb3102b7d35a60448a55536bfa113c677c449da3eef",
  351. "size": 68227240,
  352. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-x86_64-apple-darwin.tar.xz"
  353. },
  354. "macos-arm64": {
  355. "sha256": "ae9a1a3e12c0b6f6f28a3878f5964e91a410350248586c90db94f8bdaeef7695",
  356. "size": 57080804,
  357. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-aarch64-apple-darwin.tar.xz"
  358. },
  359. "name": "esp-12.2.0_20230208",
  360. "status": "recommended",
  361. "win32": {
  362. "sha256": "3ddf51774817e815e5d41c312a90c1159226978fb45fd0d4f7085c567f8b73ab",
  363. "size": 131134034,
  364. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-i686-w64-mingw32.zip"
  365. },
  366. "win64": {
  367. "sha256": "1d15ca65e3508388a86d8bed3048c46d07538f5bc88d3e4296f9c03152087cd1",
  368. "size": 135381926,
  369. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-x86_64-w64-mingw32.zip"
  370. }
  371. }
  372. ]
  373. },
  374. {
  375. "description": "Toolchain for all Espressif chips based on clang",
  376. "export_paths": [
  377. [
  378. "esp-clang",
  379. "bin"
  380. ]
  381. ],
  382. "export_vars": {},
  383. "info_url": "https://github.com/espressif/llvm-project",
  384. "install": "on_request",
  385. "license": "Apache-2.0",
  386. "name": "esp-clang",
  387. "supported_targets": [
  388. "esp32",
  389. "esp32s2",
  390. "esp32s3",
  391. "esp32c3",
  392. "esp32h4",
  393. "esp32c2",
  394. "esp32c6",
  395. "esp32h2"
  396. ],
  397. "version_cmd": [
  398. "clang",
  399. "--version"
  400. ],
  401. "version_regex": "version\\s*([0-9\\.]+)\\s*\\([^\\s]+\\s*(\\w{10}).+\\)",
  402. "version_regex_replace": "\\1-\\2",
  403. "versions": [
  404. {
  405. "linux-amd64": {
  406. "sha256": "839e5adfa7f44982e8a2d828680f6e4aa435dcd3d1df765e02f015b04286056f",
  407. "size": 209731340,
  408. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-linux-amd64.tar.xz"
  409. },
  410. "linux-arm64": {
  411. "sha256": "614c44ab7305d65dde54a884c5614516777038027dc61bcc125d02171c248c53",
  412. "size": 220076792,
  413. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-linux-arm64.tar.xz"
  414. },
  415. "linux-armhf": {
  416. "sha256": "158076696e4fc608e6e2b54bf739223b78949e0492ad4aa5119632ebfbea0499",
  417. "size": 209791724,
  418. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-linux-armhf.tar.xz"
  419. },
  420. "macos": {
  421. "sha256": "46f0f0368b5aa8d7e81558796c3acd67d943c9071b9619f2b487136c8e59c97c",
  422. "size": 177703432,
  423. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-macos.tar.xz"
  424. },
  425. "macos-arm64": {
  426. "sha256": "dc5a99186f9f532a5076d6900828310e4673cf01e8071a3d041456e8aab2cc4a",
  427. "size": 167630856,
  428. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-macos-arm64.tar.xz"
  429. },
  430. "name": "15.0.0-23786128ae",
  431. "status": "recommended",
  432. "win64": {
  433. "sha256": "87c9b2c2b8837535f102ae3fd5789defecbffa80b317f86055f3e9d6292aaa05",
  434. "size": 241235020,
  435. "url": "https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-win64.tar.xz"
  436. }
  437. }
  438. ]
  439. },
  440. {
  441. "description": "Toolchain for 32-bit RISC-V based on GCC",
  442. "export_paths": [
  443. [
  444. "riscv32-esp-elf",
  445. "bin"
  446. ]
  447. ],
  448. "export_vars": {},
  449. "info_url": "https://github.com/espressif/crosstool-NG",
  450. "install": "always",
  451. "license": "GPL-3.0-with-GCC-exception",
  452. "name": "riscv32-esp-elf",
  453. "supported_targets": [
  454. "esp32s2",
  455. "esp32s3",
  456. "esp32c3",
  457. "esp32h4",
  458. "esp32c2",
  459. "esp32c6",
  460. "esp32h2"
  461. ],
  462. "version_cmd": [
  463. "riscv32-esp-elf-gcc",
  464. "--version"
  465. ],
  466. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)",
  467. "versions": [
  468. {
  469. "linux-amd64": {
  470. "sha256": "21694e5ee506f5e52908b12c6b5be7044d87cf34bb4dfcd151d0a10ea09dedc1",
  471. "size": 131410024,
  472. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-x86_64-linux-gnu.tar.xz"
  473. },
  474. "linux-arm64": {
  475. "sha256": "aefbf1e6f2c91a10e8995399d2003502e167e8c95e77f40957309e843700906a",
  476. "size": 125863404,
  477. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-aarch64-linux-gnu.tar.xz"
  478. },
  479. "linux-armel": {
  480. "sha256": "9740cbddb4cb5e05382991c83d8c96a5fb7d87046449e77791b3b0de29a3ddd8",
  481. "size": 121040676,
  482. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-arm-linux-gnueabi.tar.xz"
  483. },
  484. "linux-armhf": {
  485. "sha256": "ee6210b1068802ed8486543c1f313cb8ac64571c20d51bf50fdb34ad4c457018",
  486. "size": 123564880,
  487. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-arm-linux-gnueabihf.tar.xz"
  488. },
  489. "linux-i686": {
  490. "sha256": "9207fe3d1413cf29fad6dc4bdc9a35f538b0b2c48a70e9a89d2f0e930c346aed",
  491. "size": 133871120,
  492. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-i686-linux-gnu.tar.xz"
  493. },
  494. "macos": {
  495. "sha256": "78cd1afe458fceb7c2657fe346edb0ecfde3b8743ccf7a7a7509c456cad9de9a",
  496. "size": 135635672,
  497. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-x86_64-apple-darwin.tar.xz"
  498. },
  499. "macos-arm64": {
  500. "sha256": "6c0a4151afb258766911fc7bcfe5f4fee6ee2cd9a5ff25542bc1228c1203a3f9",
  501. "size": 119346172,
  502. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-aarch64-apple-darwin.tar.xz"
  503. },
  504. "name": "esp-12.2.0_20230208",
  505. "status": "recommended",
  506. "win32": {
  507. "sha256": "a5dfbb6dbf6fc6c6ea9beb2723af059ba3c5b2c86c2f0dc3b21afdc7bb229bf5",
  508. "size": 324863847,
  509. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-i686-w64-mingw32.zip"
  510. },
  511. "win64": {
  512. "sha256": "9deae9e0013b2f7bbf017f9c8135755bfa89522f337c7dca35872bf12ec08176",
  513. "size": 328092732,
  514. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-x86_64-w64-mingw32.zip"
  515. }
  516. }
  517. ]
  518. },
  519. {
  520. "description": "Toolchain for ESP32 ULP coprocessor",
  521. "export_paths": [
  522. [
  523. "esp32ulp-elf",
  524. "bin"
  525. ]
  526. ],
  527. "export_vars": {},
  528. "info_url": "https://github.com/espressif/binutils-gdb",
  529. "install": "always",
  530. "license": "GPL-3.0-or-later",
  531. "name": "esp32ulp-elf",
  532. "supported_targets": [
  533. "esp32",
  534. "esp32s2",
  535. "esp32s3"
  536. ],
  537. "version_cmd": [
  538. "esp32ulp-elf-as",
  539. "--version"
  540. ],
  541. "version_regex": "\\(GNU Binutils\\)\\s+([a-z0-9.-_]+)",
  542. "versions": [
  543. {
  544. "linux-amd64": {
  545. "sha256": "b1f7801c3a16162e72393ebb772c0cbfe4d22d907be7c2c2dac168736e9195fd",
  546. "size": 10685282,
  547. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-amd64.tar.gz"
  548. },
  549. "linux-arm64": {
  550. "sha256": "d6671b31bab31b9b13aea25bb7d60f15484cb8bf961ddbf67a62867e5563eae5",
  551. "size": 10052225,
  552. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-arm64.tar.gz"
  553. },
  554. "linux-armel": {
  555. "sha256": "e107e7a9cd50d630b034f435a16a52db5a57388dc639a99c4c393c5e429711e9",
  556. "size": 10087257,
  557. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-armel.tar.gz"
  558. },
  559. "linux-armhf": {
  560. "sha256": "6c6dd25477b2e758d4669da3774bf664d1f012442c880f17dfdf0339e9c3dae9",
  561. "size": 9591791,
  562. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-armhf.tar.gz"
  563. },
  564. "macos": {
  565. "sha256": "5a952087b621ced16af1e375feac1371a61cb51ab7e7b44cbefb5afda2d573de",
  566. "size": 16028909,
  567. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-macos.tar.gz"
  568. },
  569. "macos-arm64": {
  570. "sha256": "73bda8476ef92d4f4abee96519abbba40e5ee32f368427469447b83cc7bb9b42",
  571. "size": 15045401,
  572. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-macos-arm64.tar.gz"
  573. },
  574. "name": "2.35_20220830",
  575. "status": "recommended",
  576. "win32": {
  577. "sha256": "77344715ea7d7a7a9fd0b27653f880efaf3bcc1ac843f61492d8a0365d91f731",
  578. "size": 14651337,
  579. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-win32.zip"
  580. },
  581. "win64": {
  582. "sha256": "525e5b4c8299869a3fdddb51baad76612c5c104bd96952ae6460ad7e5b5a4e21",
  583. "size": 15399090,
  584. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-win64.zip"
  585. }
  586. }
  587. ]
  588. },
  589. {
  590. "description": "CMake build system",
  591. "export_paths": [
  592. [
  593. "bin"
  594. ]
  595. ],
  596. "export_vars": {},
  597. "info_url": "https://github.com/Kitware/CMake",
  598. "install": "on_request",
  599. "license": "BSD-3-Clause",
  600. "name": "cmake",
  601. "platform_overrides": [
  602. {
  603. "install": "always",
  604. "platforms": [
  605. "win32",
  606. "win64"
  607. ]
  608. },
  609. {
  610. "export_paths": [
  611. [
  612. "CMake.app",
  613. "Contents",
  614. "bin"
  615. ]
  616. ],
  617. "platforms": [
  618. "macos",
  619. "macos-arm64"
  620. ]
  621. }
  622. ],
  623. "strip_container_dirs": 1,
  624. "supported_targets": [
  625. "all"
  626. ],
  627. "version_cmd": [
  628. "cmake",
  629. "--version"
  630. ],
  631. "version_regex": "cmake version ([0-9.]+)",
  632. "versions": [
  633. {
  634. "linux-amd64": {
  635. "sha256": "726f88e6598523911e4bce9b059dc20b851aa77f97e4cc5573f4e42775a5c16f",
  636. "size": 47042675,
  637. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-linux-x86_64.tar.gz"
  638. },
  639. "linux-arm64": {
  640. "sha256": "50c3b8e9d3a3cde850dd1ea143df9d1ae546cbc5e74dc6d223eefc1979189651",
  641. "size": 48478082,
  642. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-linux-aarch64.tar.gz"
  643. },
  644. "linux-armel": {
  645. "sha256": "7dc787ef968dfef92491a4f191b8739ff70f8a649608b811c7a737b52481beb0",
  646. "size": 19811327,
  647. "url": "https://dl.espressif.com/dl/cmake/cmake-3.24.0-Linux-armv7l.tar.gz"
  648. },
  649. "linux-armhf": {
  650. "sha256": "7dc787ef968dfef92491a4f191b8739ff70f8a649608b811c7a737b52481beb0",
  651. "size": 19811327,
  652. "url": "https://dl.espressif.com/dl/cmake/cmake-3.24.0-Linux-armv7l.tar.gz"
  653. },
  654. "macos": {
  655. "sha256": "3e0cca74a56d9027dabb845a5a26e42ef8e8b33beb1655d6a724187a345145e4",
  656. "size": 72801419,
  657. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-macos-universal.tar.gz"
  658. },
  659. "macos-arm64": {
  660. "sha256": "3e0cca74a56d9027dabb845a5a26e42ef8e8b33beb1655d6a724187a345145e4",
  661. "size": 72801419,
  662. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-macos-universal.tar.gz"
  663. },
  664. "name": "3.24.0",
  665. "status": "recommended",
  666. "win32": {
  667. "sha256": "b1ad8c2dbf0778e3efcc9fd61cd4a962e5c1af40aabdebee3d5074bcff2e103c",
  668. "size": 40212531,
  669. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-x86_64.zip"
  670. },
  671. "win64": {
  672. "sha256": "b1ad8c2dbf0778e3efcc9fd61cd4a962e5c1af40aabdebee3d5074bcff2e103c",
  673. "size": 40212531,
  674. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-x86_64.zip"
  675. }
  676. },
  677. {
  678. "linux-amd64": {
  679. "sha256": "3e15dadfec8d54eda39c2f266fc1e571c1b88bf32f9d221c8a039b07234206fa",
  680. "size": 39509848,
  681. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Linux-x86_64.tar.gz"
  682. },
  683. "macos": {
  684. "sha256": "655d6ed41a1c276676ca6a1ec381c179d394420c489f2d39b3cf2ef26bfae799",
  685. "size": 35799298,
  686. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Darwin-x86_64.tar.gz"
  687. },
  688. "macos-arm64": {
  689. "sha256": "655d6ed41a1c276676ca6a1ec381c179d394420c489f2d39b3cf2ef26bfae799",
  690. "size": 35799298,
  691. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Darwin-x86_64.tar.gz"
  692. },
  693. "name": "3.16.3",
  694. "status": "supported",
  695. "win32": {
  696. "sha256": "4b1370b3252acda0850d26c75e9bc6b8e019daaa7978a19f5d8dc008450d3548",
  697. "size": 32807681,
  698. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.zip"
  699. },
  700. "win64": {
  701. "sha256": "4b1370b3252acda0850d26c75e9bc6b8e019daaa7978a19f5d8dc008450d3548",
  702. "size": 32807681,
  703. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.zip"
  704. }
  705. }
  706. ]
  707. },
  708. {
  709. "description": "OpenOCD for ESP32",
  710. "export_paths": [
  711. [
  712. "openocd-esp32",
  713. "bin"
  714. ]
  715. ],
  716. "export_vars": {
  717. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  718. },
  719. "info_url": "https://github.com/espressif/openocd-esp32",
  720. "install": "always",
  721. "license": "GPL-2.0-only",
  722. "name": "openocd-esp32",
  723. "platform_overrides": [
  724. {
  725. "install": "on_request",
  726. "platforms": [
  727. "linux-i686"
  728. ]
  729. }
  730. ],
  731. "supported_targets": [
  732. "all"
  733. ],
  734. "version_cmd": [
  735. "openocd",
  736. "--version"
  737. ],
  738. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  739. "versions": [
  740. {
  741. "linux-amd64": {
  742. "sha256": "a62e560eba02eeca82d52b8eea8ef1e432e083242ce6b01033815e9afad4343e",
  743. "size": 2087489,
  744. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230313/openocd-esp32-linux-amd64-0.12.0-esp32-20230313.tar.gz"
  745. },
  746. "linux-arm64": {
  747. "sha256": "12570d3513ace5a8f6f4afb53605abc2ed572243fa36f1c797ae7f7a8558deed",
  748. "size": 1984119,
  749. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230313/openocd-esp32-linux-arm64-0.12.0-esp32-20230313.tar.gz"
  750. },
  751. "linux-armel": {
  752. "sha256": "e1b300a87f83a665d33ae9d8f7a47b883f1d0a20a90c30cdaa9ed0750ddc7a61",
  753. "size": 2126878,
  754. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230313/openocd-esp32-linux-armel-0.12.0-esp32-20230313.tar.gz"
  755. },
  756. "linux-armhf": {
  757. "sha256": "5be6b74a6a5a0ae4d94bd8e2cb6c7b885578c48d31499652218b0b3606f891ca",
  758. "size": 1986001,
  759. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230313/openocd-esp32-linux-armhf-0.12.0-esp32-20230313.tar.gz"
  760. },
  761. "macos": {
  762. "sha256": "3c462379fdca456eb9fcd696f68b489602cd51d80ebc7b45fc9f0c41404f382a",
  763. "size": 2191546,
  764. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230313/openocd-esp32-macos-0.12.0-esp32-20230313.tar.gz"
  765. },
  766. "macos-arm64": {
  767. "sha256": "d19628bd64008298180a93c36fb8a3f0586c13800f5bb66c0a0f25c7eb9a8d6e",
  768. "size": 2239378,
  769. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230313/openocd-esp32-macos-arm64-0.12.0-esp32-20230313.tar.gz"
  770. },
  771. "name": "v0.12.0-esp32-20230313",
  772. "status": "recommended",
  773. "win32": {
  774. "sha256": "46580ccb9cc00d76c419636b884c5cc57422124a0a0f755595218f30b92884fa",
  775. "size": 2492151,
  776. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230313/openocd-esp32-win32-0.12.0-esp32-20230313.zip"
  777. }
  778. }
  779. ]
  780. },
  781. {
  782. "description": "Ninja build system",
  783. "export_paths": [
  784. [
  785. ""
  786. ]
  787. ],
  788. "export_vars": {},
  789. "info_url": "https://github.com/ninja-build/ninja",
  790. "install": "on_request",
  791. "license": "Apache-2.0",
  792. "name": "ninja",
  793. "platform_overrides": [
  794. {
  795. "install": "always",
  796. "platforms": [
  797. "win32",
  798. "win64"
  799. ]
  800. }
  801. ],
  802. "supported_targets": [
  803. "all"
  804. ],
  805. "version_cmd": [
  806. "ninja",
  807. "--version"
  808. ],
  809. "version_regex": "([0-9.]+)",
  810. "versions": [
  811. {
  812. "linux-amd64": {
  813. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  814. "size": 106415,
  815. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  816. },
  817. "macos": {
  818. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  819. "size": 240112,
  820. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  821. },
  822. "macos-arm64": {
  823. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  824. "size": 240112,
  825. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  826. },
  827. "name": "1.10.2",
  828. "status": "recommended",
  829. "win64": {
  830. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  831. "size": 262670,
  832. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  833. }
  834. }
  835. ]
  836. },
  837. {
  838. "description": "IDF wrapper tool for Windows",
  839. "export_paths": [
  840. [
  841. ""
  842. ]
  843. ],
  844. "export_vars": {},
  845. "info_url": "https://github.com/espressif/idf_py_exe_tool",
  846. "install": "never",
  847. "license": "Apache-2.0",
  848. "name": "idf-exe",
  849. "platform_overrides": [
  850. {
  851. "install": "always",
  852. "platforms": [
  853. "win32",
  854. "win64"
  855. ]
  856. }
  857. ],
  858. "supported_targets": [
  859. "all"
  860. ],
  861. "version_cmd": [
  862. "idf.py.exe",
  863. "-v"
  864. ],
  865. "version_regex": "v([0-9.]+)",
  866. "versions": [
  867. {
  868. "name": "1.0.3",
  869. "status": "recommended",
  870. "win32": {
  871. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  872. "size": 73562,
  873. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  874. },
  875. "win64": {
  876. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  877. "size": 73562,
  878. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  879. }
  880. }
  881. ]
  882. },
  883. {
  884. "description": "Ccache (compiler cache)",
  885. "export_paths": [
  886. [
  887. "ccache-4.6.2-windows-x86_64"
  888. ]
  889. ],
  890. "export_vars": {
  891. "IDF_CCACHE_ENABLE": "1"
  892. },
  893. "info_url": "https://github.com/ccache/ccache",
  894. "install": "never",
  895. "license": "GPL-3.0-or-later",
  896. "name": "ccache",
  897. "platform_overrides": [
  898. {
  899. "install": "always",
  900. "platforms": [
  901. "win64"
  902. ]
  903. }
  904. ],
  905. "supported_targets": [
  906. "all"
  907. ],
  908. "version_cmd": [
  909. "ccache.exe",
  910. "--version"
  911. ],
  912. "version_regex": "ccache version ([0-9.]+)",
  913. "versions": [
  914. {
  915. "name": "4.6.2",
  916. "status": "recommended",
  917. "win64": {
  918. "sha256": "bf230b0936962eae43a3410d6477a7d0b9308e29f89a3091881d22e2502604c5",
  919. "size": 1957177,
  920. "url": "https://github.com/ccache/ccache/releases/download/v4.6.2/ccache-4.6.2-windows-x86_64.zip"
  921. }
  922. }
  923. ]
  924. },
  925. {
  926. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  927. "export_paths": [
  928. [
  929. "dfu-util-0.11-win64"
  930. ]
  931. ],
  932. "export_vars": {},
  933. "info_url": "http://dfu-util.sourceforge.net/",
  934. "install": "never",
  935. "license": "GPL-2.0-only",
  936. "name": "dfu-util",
  937. "platform_overrides": [
  938. {
  939. "install": "always",
  940. "platforms": [
  941. "win64"
  942. ]
  943. }
  944. ],
  945. "supported_targets": [
  946. "esp32s2",
  947. "esp32s3"
  948. ],
  949. "version_cmd": [
  950. "dfu-util",
  951. "--version"
  952. ],
  953. "version_regex": "dfu-util ([0-9.]+)",
  954. "versions": [
  955. {
  956. "name": "0.11",
  957. "status": "recommended",
  958. "win64": {
  959. "sha256": "652eb94cb1c074c6dbead9e47adb628922aeb198a4d440a346ab32e7a0e9bf64",
  960. "size": 2854596,
  961. "url": "https://dl.espressif.com/dl/dfu-util-0.11-win64.zip"
  962. }
  963. }
  964. ]
  965. },
  966. {
  967. "description": "ESP ROM ELFs",
  968. "export_paths": [
  969. [
  970. ""
  971. ]
  972. ],
  973. "export_vars": {
  974. "ESP_ROM_ELF_DIR": "${TOOL_PATH}/"
  975. },
  976. "info_url": "https://github.com/espressif/esp-rom-elfs",
  977. "install": "always",
  978. "is_executable": false,
  979. "license": "Apache-2.0",
  980. "name": "esp-rom-elfs",
  981. "supported_targets": [
  982. "all"
  983. ],
  984. "version_cmd": [
  985. ""
  986. ],
  987. "version_regex": "",
  988. "versions": [
  989. {
  990. "any": {
  991. "sha256": "c5e3d6e6921c9e3f0bff759f47a6529c101f3a0a268a6ae6581948bbccb3afc2",
  992. "size": 2832501,
  993. "url": "https://github.com/espressif/esp-rom-elfs/releases/download/20230113/esp-rom-elfs-20230113.tar.gz"
  994. },
  995. "name": "20230113",
  996. "status": "recommended"
  997. }
  998. ]
  999. }
  1000. ],
  1001. "version": 1
  1002. }