tools.json 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986
  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": "c2bfb97c61fa3d2e3720aa1cc8163806a8bc712a173a374b60f6f5c061d33d3f",
  30. "size": 26802753,
  31. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/xtensa-esp-elf-gdb-11.1_20220318-x86_64-linux-gnu.tar.gz"
  32. },
  33. "linux-arm64": {
  34. "sha256": "849c523037499de4f49f0ddf96c8ede5d4f7e1a4673b1449141468502edb1141",
  35. "size": 27074996,
  36. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/xtensa-esp-elf-gdb-11.1_20220318-aarch64-linux-gnu.tar.gz"
  37. },
  38. "linux-armel": {
  39. "sha256": "352622085efc9dca1d2f148920e297751bd2d5bfc83e1c5a417f5a9369f92a96",
  40. "size": 25172145,
  41. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/xtensa-esp-elf-gdb-11.1_20220318-arm-linux-gnueabi.tar.gz"
  42. },
  43. "linux-armhf": {
  44. "sha256": "482928dc7b54f85b1c92106c74141773270974744a4f7111deb5407411b97711",
  45. "size": 23455642,
  46. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/xtensa-esp-elf-gdb-11.1_20220318-arm-linux-gnueabihf.tar.gz"
  47. },
  48. "linux-i686": {
  49. "sha256": "b4f61c82a41b5187dd59c2bb7371001b9d3bbac13dd66158a57097f4d7b951b0",
  50. "size": 25841496,
  51. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/xtensa-esp-elf-gdb-11.1_20220318-i586-linux-gnu.tar.gz"
  52. },
  53. "macos": {
  54. "sha256": "18324682734ca2a23a45c5505f7bc1824336f88a4d59327d545083dc8a633bba",
  55. "size": 36455524,
  56. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/xtensa-esp-elf-gdb-11.1_20220318-x86_64-apple-darwin14.tar.gz"
  57. },
  58. "macos-arm64": {
  59. "sha256": "18324682734ca2a23a45c5505f7bc1824336f88a4d59327d545083dc8a633bba",
  60. "size": 36455524,
  61. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/xtensa-esp-elf-gdb-11.1_20220318-x86_64-apple-darwin14.tar.gz"
  62. },
  63. "name": "11.1_20220318",
  64. "status": "recommended",
  65. "win32": {
  66. "sha256": "b9f43a758d1bc3d9552c816033aaa439620459edb2b3618ef5bd4eadb1bb771b",
  67. "size": 22423882,
  68. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/xtensa-esp-elf-gdb-11.1_20220318-i686-w64-mingw32.zip"
  69. },
  70. "win64": {
  71. "sha256": "b1bff9ee6b2a0025f33a9ddc97b92bab7578c11172c06e38a7483f98e157fb93",
  72. "size": 21938075,
  73. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/xtensa-esp-elf-gdb-11.1_20220318-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",
  96. "--version"
  97. ],
  98. "version_regex": "GNU gdb \\(esp-gdb\\) ([a-z0-9.-_]+)",
  99. "versions": [
  100. {
  101. "linux-amd64": {
  102. "sha256": "b34bab21a39a04d5d863ce3ed58a1836403fd0240875a14553ce78773443cb0b",
  103. "size": 26558532,
  104. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/riscv32-esp-elf-gdb-11.1_20220318-x86_64-linux-gnu.tar.gz"
  105. },
  106. "linux-arm64": {
  107. "sha256": "6c7392d91c5e3bdf00b2b1d998c370d48f4ff96c8fe7f2beb49df2aed65f455f",
  108. "size": 26889510,
  109. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/riscv32-esp-elf-gdb-11.1_20220318-aarch64-linux-gnu.tar.gz"
  110. },
  111. "linux-armel": {
  112. "sha256": "af794c5ebc8651d717f307efa70d6a5d189f33f239c74d11ace8ddcb476f868a",
  113. "size": 25408085,
  114. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/riscv32-esp-elf-gdb-11.1_20220318-arm-linux-gnueabi.tar.gz"
  115. },
  116. "linux-armhf": {
  117. "sha256": "511b5caf0495eb8f5eaa0272eaed4828f05619d34b63460936db14e75310bfb0",
  118. "size": 23658001,
  119. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/riscv32-esp-elf-gdb-11.1_20220318-arm-linux-gnueabihf.tar.gz"
  120. },
  121. "linux-i686": {
  122. "sha256": "71627a0416f3dc8ee1c8f6a0e263c648ecbef6bc497c5ed4f708290c5db0c37e",
  123. "size": 25947586,
  124. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/riscv32-esp-elf-gdb-11.1_20220318-i586-linux-gnu.tar.gz"
  125. },
  126. "macos": {
  127. "sha256": "315676b51b51d2aa04e1d0c49008a74c44ff3a5c6298b4ab06ef5878318551e2",
  128. "size": 36357845,
  129. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/riscv32-esp-elf-gdb-11.1_20220318-x86_64-apple-darwin14.tar.gz"
  130. },
  131. "macos-arm64": {
  132. "sha256": "315676b51b51d2aa04e1d0c49008a74c44ff3a5c6298b4ab06ef5878318551e2",
  133. "size": 36357845,
  134. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/riscv32-esp-elf-gdb-11.1_20220318-x86_64-apple-darwin14.tar.gz"
  135. },
  136. "name": "11.1_20220318",
  137. "status": "recommended",
  138. "win32": {
  139. "sha256": "a87dec111437a3774d3c21665d0ed89a3040e5f423de00e710fe5557da8c4388",
  140. "size": 22325998,
  141. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/riscv32-esp-elf-gdb-11.1_20220318-i686-w64-mingw32.zip"
  142. },
  143. "win64": {
  144. "sha256": "07672aa7ac944a99ab8d7caa5fb815565ad06e5cd9f455aeecf433640f7da354",
  145. "size": 21474146,
  146. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v11.1_20220318/riscv32-esp-elf-gdb-11.1_20220318-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": "9edd1e77627688f435561922d14299f6a0021ba1f6ff67e472e1108695a69e53",
  177. "size": 90569312,
  178. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-amd64.tar.gz"
  179. },
  180. "linux-arm64": {
  181. "sha256": "3a21a3e310e6b1e7d7bed1f3e59698a5bd29ed3a5ca79fba9265d7dd2f1e0cd2",
  182. "size": 86838362,
  183. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-arm64.tar.gz"
  184. },
  185. "linux-armel": {
  186. "sha256": "89313c4c1d8db1b01624f31b58bf3fbe527160569828ac4301e9daa75c52716d",
  187. "size": 86187540,
  188. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-armel.tar.gz"
  189. },
  190. "linux-armhf": {
  191. "sha256": "ec07a9c75a0aa4b86496cacf2034154cd4a693b6f317c66a4a122c71fd04a518",
  192. "size": 83298212,
  193. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-armhf.tar.gz"
  194. },
  195. "linux-i686": {
  196. "sha256": "a1f165a836f175daa6fbfde4ca99cb93b377f021fbfc41f79a700bd4df965a9a",
  197. "size": 92580267,
  198. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-i686.tar.gz"
  199. },
  200. "macos": {
  201. "sha256": "dda3d7a43efd995d9a51d5a5741626dbf915df46078aef0b5aea7163ac82398b",
  202. "size": 97807647,
  203. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  204. },
  205. "macos-arm64": {
  206. "sha256": "dda3d7a43efd995d9a51d5a5741626dbf915df46078aef0b5aea7163ac82398b",
  207. "size": 97807647,
  208. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  209. },
  210. "name": "esp-2021r2-patch3-8.4.0",
  211. "status": "recommended",
  212. "win32": {
  213. "sha256": "fd147592928ef2d7092ba34b01ecd776fe26ba3d7e3f9b6b215a3b46e981ee2c",
  214. "size": 116464819,
  215. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip"
  216. },
  217. "win64": {
  218. "sha256": "9395315c07de0b9f05c9a6616ba1f05e76ab651053f2f40479163a8e03cfa830",
  219. "size": 119511910,
  220. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-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": "a32451a8edc1104b83cd9971178e61826e957d7db9ad9f81798a8969fd5a954e",
  251. "size": 90894048,
  252. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-linux-amd64.tar.gz"
  253. },
  254. "linux-arm64": {
  255. "sha256": "2ac2c94a533a99a091d2159c678c611c712c494b5f68d97913254712047260f9",
  256. "size": 87178224,
  257. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-linux-arm64.tar.gz"
  258. },
  259. "linux-armel": {
  260. "sha256": "da49afee1e2e03eaab3f492718789442d33b562800e2a892679f95b50be24d14",
  261. "size": 86569314,
  262. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-linux-armel.tar.gz"
  263. },
  264. "linux-armhf": {
  265. "sha256": "f2b9b89522f28547c8725a54c4e57e8a35dac56edc26aa8cd607c87a050249ac",
  266. "size": 83700311,
  267. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-linux-armhf.tar.gz"
  268. },
  269. "linux-i686": {
  270. "sha256": "36d3c4990a5feb68aa8534463bc9e8ee367fe23886f78e1d726f4411c7571462",
  271. "size": 92884013,
  272. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-linux-i686.tar.gz"
  273. },
  274. "macos": {
  275. "sha256": "de9af641678c93775e932ee5ec4f478f8925cfc1ebc22e41adc4fb85430a0c35",
  276. "size": 98224709,
  277. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  278. },
  279. "macos-arm64": {
  280. "sha256": "de9af641678c93775e932ee5ec4f478f8925cfc1ebc22e41adc4fb85430a0c35",
  281. "size": 98224709,
  282. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  283. },
  284. "name": "esp-2021r2-patch3-8.4.0",
  285. "status": "recommended",
  286. "win32": {
  287. "sha256": "ccf08afe60046f87b0e81ca17dc5073eda68ab5e7522c163dd5b583d713b7b39",
  288. "size": 116924759,
  289. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip"
  290. },
  291. "win64": {
  292. "sha256": "37c91490b8fc75e638c23785e261eaf553be2dcd106cf6cff5b76981fa02955b",
  293. "size": 119912142,
  294. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-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": "59b271d014ff3915b6db1b43b610a45eea15fe5d6877d12cae8a191cc996ed37",
  325. "size": 90903617,
  326. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-linux-amd64.tar.gz"
  327. },
  328. "linux-arm64": {
  329. "sha256": "7051b32483e61f98606d71c98e372929428a5165df791dcd5830ed9517763152",
  330. "size": 87065204,
  331. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-linux-arm64.tar.gz"
  332. },
  333. "linux-armel": {
  334. "sha256": "48c8dbbf96eec691a812327dc580042d9718fe989e60c2111ebfd692ac710081",
  335. "size": 86455731,
  336. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-linux-armel.tar.gz"
  337. },
  338. "linux-armhf": {
  339. "sha256": "efc037db5b3565d907c611ef9d17f156080949c0382feeaec86ed7b54d9fa2ae",
  340. "size": 83561862,
  341. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-linux-armhf.tar.gz"
  342. },
  343. "linux-i686": {
  344. "sha256": "552dca3f4302ab7ca88a934b0391200198c9d10a4d8ac413fe604cbf8601f950",
  345. "size": 92906274,
  346. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-linux-i686.tar.gz"
  347. },
  348. "macos": {
  349. "sha256": "e5af78f05d3af07617805d06ebb45ff2fe9b6aed6970a84c35eea28a5d8d5e53",
  350. "size": 98553473,
  351. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  352. },
  353. "macos-arm64": {
  354. "sha256": "e5af78f05d3af07617805d06ebb45ff2fe9b6aed6970a84c35eea28a5d8d5e53",
  355. "size": 98553473,
  356. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  357. },
  358. "name": "esp-2021r2-patch3-8.4.0",
  359. "status": "recommended",
  360. "win32": {
  361. "sha256": "1b70163acccc5655449de1d149427a54f384156bd35816ec60c422d76d033f05",
  362. "size": 116847008,
  363. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip"
  364. },
  365. "win64": {
  366. "sha256": "58e58575d1938879fd51e822181e54bcb343aa846eb3fca8f616c2cde7bd0041",
  367. "size": 120066269,
  368. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-win64.zip"
  369. }
  370. }
  371. ]
  372. },
  373. {
  374. "description": "LLVM for Xtensa (ESP32, ESP32-S2) based on clang",
  375. "export_paths": [
  376. [
  377. "xtensa-esp32-elf-clang",
  378. "bin"
  379. ]
  380. ],
  381. "export_vars": {},
  382. "info_url": "https://github.com/espressif/llvm-project",
  383. "install": "on_request",
  384. "license": "Apache-2.0",
  385. "name": "xtensa-clang",
  386. "supported_targets": [
  387. "esp32",
  388. "esp32s2"
  389. ],
  390. "version_cmd": [
  391. "clang",
  392. "--version"
  393. ],
  394. "version_regex": "version\\s*([0-9\\.]+)\\s*\\([^\\s]+\\s*(\\w{10}).+\\)",
  395. "version_regex_replace": "\\1-\\2",
  396. "versions": [
  397. {
  398. "linux-amd64": {
  399. "sha256": "d62d9234c702a86ed510777125ee97458204e28877806a73f9de5e41d7b65716",
  400. "size": 102954848,
  401. "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-linux-amd64.tar.xz"
  402. },
  403. "macos": {
  404. "sha256": "6e7413e5fa515e403859ecf5301bdcdc3f8bf12c5de9aecaa11e9f17f32b05db",
  405. "size": 89888488,
  406. "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-macos.tar.xz"
  407. },
  408. "macos-arm64": {
  409. "sha256": "6e7413e5fa515e403859ecf5301bdcdc3f8bf12c5de9aecaa11e9f17f32b05db",
  410. "size": 89888488,
  411. "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-macos.tar.xz"
  412. },
  413. "name": "12.0.1-d9341b81fc",
  414. "status": "recommended",
  415. "win64": {
  416. "sha256": "e056366959c722367e4144076c5383bd417ea199db5658bb7bb6c95b9aca014b",
  417. "size": 177903504,
  418. "url": "https://github.com/espressif/llvm-project/releases/download/esp-12.0.1-20210914/xtensa-esp32-elf-llvm12_0_1-esp-12.0.1-20210914-win64.zip"
  419. }
  420. }
  421. ]
  422. },
  423. {
  424. "description": "Toolchain for 32-bit RISC-V based on GCC",
  425. "export_paths": [
  426. [
  427. "riscv32-esp-elf",
  428. "bin"
  429. ]
  430. ],
  431. "export_vars": {},
  432. "info_url": "https://github.com/espressif/crosstool-NG",
  433. "install": "always",
  434. "license": "GPL-3.0-with-GCC-exception",
  435. "name": "riscv32-esp-elf",
  436. "supported_targets": [
  437. "esp32s2",
  438. "esp32s3",
  439. "esp32c3",
  440. "esp32h2",
  441. "esp32c2"
  442. ],
  443. "version_cmd": [
  444. "riscv32-esp-elf-gcc",
  445. "--version"
  446. ],
  447. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  448. "version_regex_replace": "\\1-\\2",
  449. "versions": [
  450. {
  451. "linux-amd64": {
  452. "sha256": "179cbad579790ad35e0f414a18d90017c0f158c397022411a8e9867db2174f15",
  453. "size": 106843321,
  454. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-linux-amd64.tar.gz"
  455. },
  456. "linux-arm64": {
  457. "sha256": "fb339d476c79c76db8f903b265cab6bb6950d5ed954dec644445252d3378023c",
  458. "size": 103277393,
  459. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-linux-arm64.tar.gz"
  460. },
  461. "linux-armel": {
  462. "sha256": "51a6296d8334b7452dba44b2b62e87afd7fd1c74bafa1aa29b1f4ab72cb9e5e0",
  463. "size": 103062256,
  464. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-linux-armel.tar.gz"
  465. },
  466. "linux-armhf": {
  467. "sha256": "faa723e2fe84154ea8081ef204d9db51c5b7e5702497dff4f3b33e250e42f776",
  468. "size": 100134810,
  469. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-linux-armhf.tar.gz"
  470. },
  471. "linux-i686": {
  472. "sha256": "fef60f7ef37ffaa50416d8f244cdbd710d6729dae41ef06c4ec0e50a1f3b7dd7",
  473. "size": 109460025,
  474. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-linux-i686.tar.gz"
  475. },
  476. "macos": {
  477. "sha256": "4aacc1742a76349d790b1ac8e9e9d963daefda5346dbd6741cfe8e7a35a44e4e",
  478. "size": 113703959,
  479. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  480. },
  481. "macos-arm64": {
  482. "sha256": "4aacc1742a76349d790b1ac8e9e9d963daefda5346dbd6741cfe8e7a35a44e4e",
  483. "size": 113703959,
  484. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  485. },
  486. "name": "esp-2021r2-patch3-8.4.0",
  487. "status": "recommended",
  488. "win32": {
  489. "sha256": "eb2a442d7f551ebeb842995ec372ec4b364314ca2d7aae779399a74972f7d6bc",
  490. "size": 144711970,
  491. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip"
  492. },
  493. "win64": {
  494. "sha256": "f5607e5187317d521f0474cade83f8eb590f2d165d95c3779b6ce11fbac21d1f",
  495. "size": 146606480,
  496. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-win64.zip"
  497. }
  498. }
  499. ]
  500. },
  501. {
  502. "description": "Toolchain for ESP32 ULP coprocessor",
  503. "export_paths": [
  504. [
  505. "esp32ulp-elf-binutils",
  506. "bin"
  507. ]
  508. ],
  509. "export_vars": {},
  510. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  511. "install": "always",
  512. "license": "GPL-2.0-or-later",
  513. "name": "esp32ulp-elf",
  514. "platform_overrides": [
  515. {
  516. "install": "never",
  517. "platforms": [
  518. "linux-i686",
  519. "linux-arm64"
  520. ]
  521. }
  522. ],
  523. "supported_targets": [
  524. "esp32"
  525. ],
  526. "version_cmd": [
  527. "esp32ulp-elf-as",
  528. "--version"
  529. ],
  530. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  531. "versions": [
  532. {
  533. "linux-amd64": {
  534. "sha256": "3016c4fc551181175bd9979869bc1d1f28fa8efa25a0e29ad7f833fca4bc03d7",
  535. "size": 8248656,
  536. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-linux-amd64-2.28.51-esp-20191205.tar.gz"
  537. },
  538. "linux-armel": {
  539. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  540. "size": 8033639,
  541. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-linux-armel-2.28.51-esp-20191205.tar.gz"
  542. },
  543. "macos": {
  544. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  545. "size": 8872874,
  546. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  547. },
  548. "macos-arm64": {
  549. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  550. "size": 8872874,
  551. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  552. },
  553. "name": "2.28.51-esp-20191205",
  554. "status": "recommended",
  555. "win32": {
  556. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  557. "size": 12234162,
  558. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  559. },
  560. "win64": {
  561. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  562. "size": 12234162,
  563. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  564. }
  565. }
  566. ]
  567. },
  568. {
  569. "description": "Toolchain for ESP32-S2 and ESP32-S3 ULP coprocessors",
  570. "export_paths": [
  571. [
  572. "esp32s2ulp-elf-binutils",
  573. "bin"
  574. ]
  575. ],
  576. "export_vars": {},
  577. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  578. "install": "always",
  579. "license": "GPL-2.0-or-later",
  580. "name": "esp32s2ulp-elf",
  581. "platform_overrides": [
  582. {
  583. "install": "never",
  584. "platforms": [
  585. "linux-i686",
  586. "linux-arm64"
  587. ]
  588. }
  589. ],
  590. "supported_targets": [
  591. "esp32s2",
  592. "esp32s3"
  593. ],
  594. "version_cmd": [
  595. "esp32s2ulp-elf-as",
  596. "--version"
  597. ],
  598. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  599. "versions": [
  600. {
  601. "linux-amd64": {
  602. "sha256": "df7b2ff6c7c718a7cbe3b4b6dbcd68180d835d164d1913bc4698fd3781b9a466",
  603. "size": 8254018,
  604. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-linux-amd64-2.28.51-esp-20191205.tar.gz"
  605. },
  606. "linux-armel": {
  607. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  608. "size": 8034624,
  609. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-linux-armel-2.28.51-esp-20191205.tar.gz"
  610. },
  611. "macos": {
  612. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  613. "size": 8876194,
  614. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  615. },
  616. "macos-arm64": {
  617. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  618. "size": 8876194,
  619. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  620. },
  621. "name": "2.28.51-esp-20191205",
  622. "status": "recommended",
  623. "win32": {
  624. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  625. "size": 12239199,
  626. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  627. },
  628. "win64": {
  629. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  630. "size": 12239199,
  631. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  632. }
  633. }
  634. ]
  635. },
  636. {
  637. "description": "CMake build system",
  638. "export_paths": [
  639. [
  640. "bin"
  641. ]
  642. ],
  643. "export_vars": {},
  644. "info_url": "https://github.com/Kitware/CMake",
  645. "install": "on_request",
  646. "license": "BSD-3-Clause",
  647. "name": "cmake",
  648. "platform_overrides": [
  649. {
  650. "install": "always",
  651. "platforms": [
  652. "win32",
  653. "win64"
  654. ]
  655. },
  656. {
  657. "export_paths": [
  658. [
  659. "CMake.app",
  660. "Contents",
  661. "bin"
  662. ]
  663. ],
  664. "platforms": [
  665. "macos",
  666. "macos-arm64"
  667. ]
  668. }
  669. ],
  670. "strip_container_dirs": 1,
  671. "supported_targets": [
  672. "all"
  673. ],
  674. "version_cmd": [
  675. "cmake",
  676. "--version"
  677. ],
  678. "version_regex": "cmake version ([0-9.]+)",
  679. "versions": [
  680. {
  681. "linux-amd64": {
  682. "sha256": "97bf730372f9900b2dfb9206fccbcf92f5c7f3b502148b832e77451aa0f9e0e6",
  683. "size": 43877847,
  684. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-x86_64.tar.gz"
  685. },
  686. "linux-arm64": {
  687. "sha256": "77620f99e9d5f39cf4a49294c6a68c89a978ecef144894618974b9958efe3c2a",
  688. "size": 45139836,
  689. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-aarch64.tar.gz"
  690. },
  691. "linux-armel": {
  692. "sha256": "f8bd050c2745f0dcc4b7cef9738bbfef775950a10f5bd377abb0062835e669dc",
  693. "size": 13759084,
  694. "url": "https://dl.espressif.com/dl/cmake/cmake-3.20.3-Linux-armv7l.tar.gz"
  695. },
  696. "macos": {
  697. "sha256": "5f72dba3aa5f3800fb29ab6115ae0b31f10bdb2aad66204e14c98f6ac7e6b6ed",
  698. "size": 66311879,
  699. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-macos-universal.tar.gz"
  700. },
  701. "macos-arm64": {
  702. "sha256": "5f72dba3aa5f3800fb29ab6115ae0b31f10bdb2aad66204e14c98f6ac7e6b6ed",
  703. "size": 66311879,
  704. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-macos-universal.tar.gz"
  705. },
  706. "name": "3.20.3",
  707. "status": "recommended",
  708. "win32": {
  709. "sha256": "e276cf7fbb3e3e88bc666e183bc3ddaceb143a4c83fb357b1dbb1a26fd6e4ea2",
  710. "size": 36995168,
  711. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-windows-x86_64.zip"
  712. },
  713. "win64": {
  714. "sha256": "e276cf7fbb3e3e88bc666e183bc3ddaceb143a4c83fb357b1dbb1a26fd6e4ea2",
  715. "size": 36995168,
  716. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-windows-x86_64.zip"
  717. }
  718. }
  719. ]
  720. },
  721. {
  722. "description": "OpenOCD for ESP32",
  723. "export_paths": [
  724. [
  725. "openocd-esp32",
  726. "bin"
  727. ]
  728. ],
  729. "export_vars": {
  730. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  731. },
  732. "info_url": "https://github.com/espressif/openocd-esp32",
  733. "install": "always",
  734. "license": "GPL-2.0-only",
  735. "name": "openocd-esp32",
  736. "platform_overrides": [
  737. {
  738. "install": "on_request",
  739. "platforms": [
  740. "linux-i686"
  741. ]
  742. }
  743. ],
  744. "supported_targets": [
  745. "all"
  746. ],
  747. "version_cmd": [
  748. "openocd",
  749. "--version"
  750. ],
  751. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  752. "versions": [
  753. {
  754. "linux-amd64": {
  755. "sha256": "8d49845d7f0f2f9178e72c694a76e39a6ef3dd219cfccbfc2b8e09fc8d8f1c6e",
  756. "size": 2058842,
  757. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-amd64-0.11.0-esp32-20220411.tar.gz"
  758. },
  759. "linux-arm64": {
  760. "sha256": "584e4d10d6efb9985f4212542cfa2a92f89c747b54035bac8aa75b5f5e768e28",
  761. "size": 1902060,
  762. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-arm64-0.11.0-esp32-20220411.tar.gz"
  763. },
  764. "linux-armel": {
  765. "sha256": "49189d645d8c482b81d1870766a5795da30a79b352d98803f0054f200174fc5a",
  766. "size": 2128366,
  767. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-armel-0.11.0-esp32-20220411.tar.gz"
  768. },
  769. "linux-armhf": {
  770. "sha256": "a538a2b98fd09fb548a9dbfa0b5155364273e1ae37e944d1abfa04cc4e6e0ba2",
  771. "size": 2009408,
  772. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-armhf-0.11.0-esp32-20220411.tar.gz"
  773. },
  774. "macos": {
  775. "sha256": "d718bc24087f796ff06f49fb9052183b302402ab775460b1ebdfc4b5e1768463",
  776. "size": 2125935,
  777. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-macos-0.11.0-esp32-20220411.tar.gz"
  778. },
  779. "macos-arm64": {
  780. "sha256": "19448f0d4aaafa85c93c86e363ca879e5ccdcfdda42ba5ce4ac3817e9d8eecdb",
  781. "size": 2165892,
  782. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-macos-arm64-0.11.0-esp32-20220411.tar.gz"
  783. },
  784. "name": "v0.11.0-esp32-20220411",
  785. "status": "recommended",
  786. "win32": {
  787. "sha256": "167e9299fa1d022b493c76332f507f6a6735c7bfec3cf91c54a598b331c78b5f",
  788. "size": 2570094,
  789. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-win32-0.11.0-esp32-20220411.zip"
  790. },
  791. "win64": {
  792. "sha256": "167e9299fa1d022b493c76332f507f6a6735c7bfec3cf91c54a598b331c78b5f",
  793. "size": 2570094,
  794. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-win32-0.11.0-esp32-20220411.zip"
  795. }
  796. }
  797. ]
  798. },
  799. {
  800. "description": "Ninja build system",
  801. "export_paths": [
  802. [
  803. ""
  804. ]
  805. ],
  806. "export_vars": {},
  807. "info_url": "https://github.com/ninja-build/ninja",
  808. "install": "on_request",
  809. "license": "Apache-2.0",
  810. "name": "ninja",
  811. "platform_overrides": [
  812. {
  813. "install": "always",
  814. "platforms": [
  815. "win32",
  816. "win64"
  817. ]
  818. }
  819. ],
  820. "supported_targets": [
  821. "all"
  822. ],
  823. "version_cmd": [
  824. "ninja",
  825. "--version"
  826. ],
  827. "version_regex": "([0-9.]+)",
  828. "versions": [
  829. {
  830. "linux-amd64": {
  831. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  832. "size": 106415,
  833. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  834. },
  835. "macos": {
  836. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  837. "size": 240112,
  838. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  839. },
  840. "macos-arm64": {
  841. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  842. "size": 240112,
  843. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  844. },
  845. "name": "1.10.2",
  846. "status": "recommended",
  847. "win64": {
  848. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  849. "size": 262670,
  850. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  851. }
  852. }
  853. ]
  854. },
  855. {
  856. "description": "IDF wrapper tool for Windows",
  857. "export_paths": [
  858. [
  859. ""
  860. ]
  861. ],
  862. "export_vars": {},
  863. "info_url": "https://github.com/espressif/idf_py_exe_tool",
  864. "install": "never",
  865. "license": "Apache-2.0",
  866. "name": "idf-exe",
  867. "platform_overrides": [
  868. {
  869. "install": "always",
  870. "platforms": [
  871. "win32",
  872. "win64"
  873. ]
  874. }
  875. ],
  876. "supported_targets": [
  877. "all"
  878. ],
  879. "version_cmd": [
  880. "idf.py.exe",
  881. "-v"
  882. ],
  883. "version_regex": "v([0-9.]+)",
  884. "versions": [
  885. {
  886. "name": "1.0.3",
  887. "status": "recommended",
  888. "win32": {
  889. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  890. "size": 73562,
  891. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  892. },
  893. "win64": {
  894. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  895. "size": 73562,
  896. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  897. }
  898. }
  899. ]
  900. },
  901. {
  902. "description": "Ccache (compiler cache)",
  903. "export_paths": [
  904. [
  905. "ccache-4.3-windows-64"
  906. ]
  907. ],
  908. "export_vars": {
  909. "IDF_CCACHE_ENABLE": "1"
  910. },
  911. "info_url": "https://github.com/ccache/ccache",
  912. "install": "never",
  913. "license": "GPL-3.0-or-later",
  914. "name": "ccache",
  915. "platform_overrides": [
  916. {
  917. "install": "always",
  918. "platforms": [
  919. "win64"
  920. ]
  921. }
  922. ],
  923. "supported_targets": [
  924. "all"
  925. ],
  926. "version_cmd": [
  927. "ccache.exe",
  928. "--version"
  929. ],
  930. "version_regex": "ccache version ([0-9.]+)",
  931. "versions": [
  932. {
  933. "name": "4.3",
  934. "status": "recommended",
  935. "win64": {
  936. "sha256": "a9cacae73c3906d8193456328bee74f7748cb1559a32eaced9ee78eadd416105",
  937. "size": 1550675,
  938. "url": "https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3-windows-64.zip"
  939. }
  940. }
  941. ]
  942. },
  943. {
  944. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  945. "export_paths": [
  946. [
  947. "dfu-util-0.9-win64"
  948. ]
  949. ],
  950. "export_vars": {},
  951. "info_url": "http://dfu-util.sourceforge.net/",
  952. "install": "never",
  953. "license": "GPL-2.0-only",
  954. "name": "dfu-util",
  955. "platform_overrides": [
  956. {
  957. "install": "always",
  958. "platforms": [
  959. "win64"
  960. ]
  961. }
  962. ],
  963. "supported_targets": [
  964. "esp32s2",
  965. "esp32s3"
  966. ],
  967. "version_cmd": [
  968. "dfu-util",
  969. "--version"
  970. ],
  971. "version_regex": "dfu-util ([0-9.]+)",
  972. "versions": [
  973. {
  974. "name": "0.9",
  975. "status": "recommended",
  976. "win64": {
  977. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  978. "size": 735635,
  979. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  980. }
  981. }
  982. ]
  983. }
  984. ],
  985. "version": 1
  986. }