tools.json 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001
  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-no-python",
  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. "linux-armhf": {
  544. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  545. "size": 8033639,
  546. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-linux-armel-2.28.51-esp-20191205.tar.gz"
  547. },
  548. "macos": {
  549. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  550. "size": 8872874,
  551. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  552. },
  553. "macos-arm64": {
  554. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  555. "size": 8872874,
  556. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  557. },
  558. "name": "2.28.51-esp-20191205",
  559. "status": "recommended",
  560. "win32": {
  561. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  562. "size": 12234162,
  563. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  564. },
  565. "win64": {
  566. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  567. "size": 12234162,
  568. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  569. }
  570. }
  571. ]
  572. },
  573. {
  574. "description": "Toolchain for ESP32-S2 and ESP32-S3 ULP coprocessors",
  575. "export_paths": [
  576. [
  577. "esp32s2ulp-elf-binutils",
  578. "bin"
  579. ]
  580. ],
  581. "export_vars": {},
  582. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  583. "install": "always",
  584. "license": "GPL-2.0-or-later",
  585. "name": "esp32s2ulp-elf",
  586. "platform_overrides": [
  587. {
  588. "install": "never",
  589. "platforms": [
  590. "linux-i686",
  591. "linux-arm64"
  592. ]
  593. }
  594. ],
  595. "supported_targets": [
  596. "esp32s2",
  597. "esp32s3"
  598. ],
  599. "version_cmd": [
  600. "esp32s2ulp-elf-as",
  601. "--version"
  602. ],
  603. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  604. "versions": [
  605. {
  606. "linux-amd64": {
  607. "sha256": "df7b2ff6c7c718a7cbe3b4b6dbcd68180d835d164d1913bc4698fd3781b9a466",
  608. "size": 8254018,
  609. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-linux-amd64-2.28.51-esp-20191205.tar.gz"
  610. },
  611. "linux-armel": {
  612. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  613. "size": 8034624,
  614. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-linux-armel-2.28.51-esp-20191205.tar.gz"
  615. },
  616. "linux-armhf": {
  617. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  618. "size": 8034624,
  619. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-linux-armel-2.28.51-esp-20191205.tar.gz"
  620. },
  621. "macos": {
  622. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  623. "size": 8876194,
  624. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  625. },
  626. "macos-arm64": {
  627. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  628. "size": 8876194,
  629. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  630. },
  631. "name": "2.28.51-esp-20191205",
  632. "status": "recommended",
  633. "win32": {
  634. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  635. "size": 12239199,
  636. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  637. },
  638. "win64": {
  639. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  640. "size": 12239199,
  641. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  642. }
  643. }
  644. ]
  645. },
  646. {
  647. "description": "CMake build system",
  648. "export_paths": [
  649. [
  650. "bin"
  651. ]
  652. ],
  653. "export_vars": {},
  654. "info_url": "https://github.com/Kitware/CMake",
  655. "install": "on_request",
  656. "license": "BSD-3-Clause",
  657. "name": "cmake",
  658. "platform_overrides": [
  659. {
  660. "install": "always",
  661. "platforms": [
  662. "win32",
  663. "win64"
  664. ]
  665. },
  666. {
  667. "export_paths": [
  668. [
  669. "CMake.app",
  670. "Contents",
  671. "bin"
  672. ]
  673. ],
  674. "platforms": [
  675. "macos",
  676. "macos-arm64"
  677. ]
  678. }
  679. ],
  680. "strip_container_dirs": 1,
  681. "supported_targets": [
  682. "all"
  683. ],
  684. "version_cmd": [
  685. "cmake",
  686. "--version"
  687. ],
  688. "version_regex": "cmake version ([0-9.]+)",
  689. "versions": [
  690. {
  691. "linux-amd64": {
  692. "sha256": "f3c654b2e226b9d43369e0bd8487c51618d4dbe5a1af929dd32af7e6ca432d60",
  693. "size": 45998644,
  694. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-x86_64.tar.gz"
  695. },
  696. "linux-arm64": {
  697. "sha256": "74062efddeb935bce3d33694a4db534cef9a650f77a9a153a9f217d9dc385c75",
  698. "size": 47458032,
  699. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-aarch64.tar.gz"
  700. },
  701. "linux-armel": {
  702. "sha256": "aa6079237e16cc3b389479b2f7279d07e57f6aedad520e2b3014ef97fb906466",
  703. "size": 19330381,
  704. "url": "https://dl.espressif.com/dl/cmake/cmake-3.23.1-Linux-armv7l.tar.gz"
  705. },
  706. "linux-armhf": {
  707. "sha256": "aa6079237e16cc3b389479b2f7279d07e57f6aedad520e2b3014ef97fb906466",
  708. "size": 19330381,
  709. "url": "https://dl.espressif.com/dl/cmake/cmake-3.23.1-Linux-armv7l.tar.gz"
  710. },
  711. "macos": {
  712. "sha256": "f794ed92ccb4e9b6619a77328f313497d7decf8fb7e047ba35a348b838e0e1e2",
  713. "size": 70988516,
  714. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-macos-universal.tar.gz"
  715. },
  716. "macos-arm64": {
  717. "sha256": "f794ed92ccb4e9b6619a77328f313497d7decf8fb7e047ba35a348b838e0e1e2",
  718. "size": 70988516,
  719. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-macos-universal.tar.gz"
  720. },
  721. "name": "3.23.1",
  722. "status": "recommended",
  723. "win32": {
  724. "sha256": "9b509cc4eb7191dc128cfa3f2170036f9cbc7d9d5f93ff7fafc5b2d77b3b40dc",
  725. "size": 39070972,
  726. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-windows-x86_64.zip"
  727. },
  728. "win64": {
  729. "sha256": "9b509cc4eb7191dc128cfa3f2170036f9cbc7d9d5f93ff7fafc5b2d77b3b40dc",
  730. "size": 39070972,
  731. "url": "https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-windows-x86_64.zip"
  732. }
  733. }
  734. ]
  735. },
  736. {
  737. "description": "OpenOCD for ESP32",
  738. "export_paths": [
  739. [
  740. "openocd-esp32",
  741. "bin"
  742. ]
  743. ],
  744. "export_vars": {
  745. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  746. },
  747. "info_url": "https://github.com/espressif/openocd-esp32",
  748. "install": "always",
  749. "license": "GPL-2.0-only",
  750. "name": "openocd-esp32",
  751. "platform_overrides": [
  752. {
  753. "install": "on_request",
  754. "platforms": [
  755. "linux-i686"
  756. ]
  757. }
  758. ],
  759. "supported_targets": [
  760. "all"
  761. ],
  762. "version_cmd": [
  763. "openocd",
  764. "--version"
  765. ],
  766. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  767. "versions": [
  768. {
  769. "linux-amd64": {
  770. "sha256": "8d49845d7f0f2f9178e72c694a76e39a6ef3dd219cfccbfc2b8e09fc8d8f1c6e",
  771. "size": 2058842,
  772. "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"
  773. },
  774. "linux-arm64": {
  775. "sha256": "584e4d10d6efb9985f4212542cfa2a92f89c747b54035bac8aa75b5f5e768e28",
  776. "size": 1902060,
  777. "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"
  778. },
  779. "linux-armel": {
  780. "sha256": "49189d645d8c482b81d1870766a5795da30a79b352d98803f0054f200174fc5a",
  781. "size": 2128366,
  782. "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"
  783. },
  784. "linux-armhf": {
  785. "sha256": "a538a2b98fd09fb548a9dbfa0b5155364273e1ae37e944d1abfa04cc4e6e0ba2",
  786. "size": 2009408,
  787. "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"
  788. },
  789. "macos": {
  790. "sha256": "d718bc24087f796ff06f49fb9052183b302402ab775460b1ebdfc4b5e1768463",
  791. "size": 2125935,
  792. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-macos-0.11.0-esp32-20220411.tar.gz"
  793. },
  794. "macos-arm64": {
  795. "sha256": "19448f0d4aaafa85c93c86e363ca879e5ccdcfdda42ba5ce4ac3817e9d8eecdb",
  796. "size": 2165892,
  797. "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"
  798. },
  799. "name": "v0.11.0-esp32-20220411",
  800. "status": "recommended",
  801. "win32": {
  802. "sha256": "167e9299fa1d022b493c76332f507f6a6735c7bfec3cf91c54a598b331c78b5f",
  803. "size": 2570094,
  804. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-win32-0.11.0-esp32-20220411.zip"
  805. },
  806. "win64": {
  807. "sha256": "167e9299fa1d022b493c76332f507f6a6735c7bfec3cf91c54a598b331c78b5f",
  808. "size": 2570094,
  809. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-win32-0.11.0-esp32-20220411.zip"
  810. }
  811. }
  812. ]
  813. },
  814. {
  815. "description": "Ninja build system",
  816. "export_paths": [
  817. [
  818. ""
  819. ]
  820. ],
  821. "export_vars": {},
  822. "info_url": "https://github.com/ninja-build/ninja",
  823. "install": "on_request",
  824. "license": "Apache-2.0",
  825. "name": "ninja",
  826. "platform_overrides": [
  827. {
  828. "install": "always",
  829. "platforms": [
  830. "win32",
  831. "win64"
  832. ]
  833. }
  834. ],
  835. "supported_targets": [
  836. "all"
  837. ],
  838. "version_cmd": [
  839. "ninja",
  840. "--version"
  841. ],
  842. "version_regex": "([0-9.]+)",
  843. "versions": [
  844. {
  845. "linux-amd64": {
  846. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  847. "size": 106415,
  848. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  849. },
  850. "macos": {
  851. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  852. "size": 240112,
  853. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  854. },
  855. "macos-arm64": {
  856. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  857. "size": 240112,
  858. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  859. },
  860. "name": "1.10.2",
  861. "status": "recommended",
  862. "win64": {
  863. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  864. "size": 262670,
  865. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  866. }
  867. }
  868. ]
  869. },
  870. {
  871. "description": "IDF wrapper tool for Windows",
  872. "export_paths": [
  873. [
  874. ""
  875. ]
  876. ],
  877. "export_vars": {},
  878. "info_url": "https://github.com/espressif/idf_py_exe_tool",
  879. "install": "never",
  880. "license": "Apache-2.0",
  881. "name": "idf-exe",
  882. "platform_overrides": [
  883. {
  884. "install": "always",
  885. "platforms": [
  886. "win32",
  887. "win64"
  888. ]
  889. }
  890. ],
  891. "supported_targets": [
  892. "all"
  893. ],
  894. "version_cmd": [
  895. "idf.py.exe",
  896. "-v"
  897. ],
  898. "version_regex": "v([0-9.]+)",
  899. "versions": [
  900. {
  901. "name": "1.0.3",
  902. "status": "recommended",
  903. "win32": {
  904. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  905. "size": 73562,
  906. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  907. },
  908. "win64": {
  909. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  910. "size": 73562,
  911. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  912. }
  913. }
  914. ]
  915. },
  916. {
  917. "description": "Ccache (compiler cache)",
  918. "export_paths": [
  919. [
  920. "ccache-4.3-windows-64"
  921. ]
  922. ],
  923. "export_vars": {
  924. "IDF_CCACHE_ENABLE": "1"
  925. },
  926. "info_url": "https://github.com/ccache/ccache",
  927. "install": "never",
  928. "license": "GPL-3.0-or-later",
  929. "name": "ccache",
  930. "platform_overrides": [
  931. {
  932. "install": "always",
  933. "platforms": [
  934. "win64"
  935. ]
  936. }
  937. ],
  938. "supported_targets": [
  939. "all"
  940. ],
  941. "version_cmd": [
  942. "ccache.exe",
  943. "--version"
  944. ],
  945. "version_regex": "ccache version ([0-9.]+)",
  946. "versions": [
  947. {
  948. "name": "4.3",
  949. "status": "recommended",
  950. "win64": {
  951. "sha256": "a9cacae73c3906d8193456328bee74f7748cb1559a32eaced9ee78eadd416105",
  952. "size": 1550675,
  953. "url": "https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3-windows-64.zip"
  954. }
  955. }
  956. ]
  957. },
  958. {
  959. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  960. "export_paths": [
  961. [
  962. "dfu-util-0.9-win64"
  963. ]
  964. ],
  965. "export_vars": {},
  966. "info_url": "http://dfu-util.sourceforge.net/",
  967. "install": "never",
  968. "license": "GPL-2.0-only",
  969. "name": "dfu-util",
  970. "platform_overrides": [
  971. {
  972. "install": "always",
  973. "platforms": [
  974. "win64"
  975. ]
  976. }
  977. ],
  978. "supported_targets": [
  979. "esp32s2",
  980. "esp32s3"
  981. ],
  982. "version_cmd": [
  983. "dfu-util",
  984. "--version"
  985. ],
  986. "version_regex": "dfu-util ([0-9.]+)",
  987. "versions": [
  988. {
  989. "name": "0.9",
  990. "status": "recommended",
  991. "win64": {
  992. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  993. "size": 735635,
  994. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  995. }
  996. }
  997. ]
  998. }
  999. ],
  1000. "version": 1
  1001. }