tools.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838
  1. {
  2. "tools": [
  3. {
  4. "description": "Toolchain for Xtensa (ESP32) based on GCC",
  5. "export_paths": [
  6. [
  7. "xtensa-esp32-elf",
  8. "bin"
  9. ]
  10. ],
  11. "export_vars": {},
  12. "info_url": "https://github.com/espressif/crosstool-NG",
  13. "install": "always",
  14. "license": "GPL-3.0-with-GCC-exception",
  15. "name": "xtensa-esp32-elf",
  16. "supported_targets": [
  17. "esp32"
  18. ],
  19. "version_cmd": [
  20. "xtensa-esp32-elf-gcc",
  21. "--version"
  22. ],
  23. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  24. "version_regex_replace": "\\1-\\2",
  25. "versions": [
  26. {
  27. "linux-amd64": {
  28. "sha256": "9edd1e77627688f435561922d14299f6a0021ba1f6ff67e472e1108695a69e53",
  29. "size": 90569312,
  30. "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"
  31. },
  32. "linux-arm64": {
  33. "sha256": "3a21a3e310e6b1e7d7bed1f3e59698a5bd29ed3a5ca79fba9265d7dd2f1e0cd2",
  34. "size": 86838362,
  35. "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"
  36. },
  37. "linux-armel": {
  38. "sha256": "89313c4c1d8db1b01624f31b58bf3fbe527160569828ac4301e9daa75c52716d",
  39. "size": 86187540,
  40. "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"
  41. },
  42. "linux-armhf": {
  43. "sha256": "ec07a9c75a0aa4b86496cacf2034154cd4a693b6f317c66a4a122c71fd04a518",
  44. "size": 83298212,
  45. "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"
  46. },
  47. "linux-i686": {
  48. "sha256": "a1f165a836f175daa6fbfde4ca99cb93b377f021fbfc41f79a700bd4df965a9a",
  49. "size": 92580267,
  50. "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"
  51. },
  52. "macos": {
  53. "sha256": "dda3d7a43efd995d9a51d5a5741626dbf915df46078aef0b5aea7163ac82398b",
  54. "size": 97807647,
  55. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  56. },
  57. "macos-arm64": {
  58. "sha256": "dda3d7a43efd995d9a51d5a5741626dbf915df46078aef0b5aea7163ac82398b",
  59. "size": 97807647,
  60. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  61. },
  62. "name": "esp-2021r2-patch3-8.4.0",
  63. "status": "recommended",
  64. "win32": {
  65. "sha256": "fd147592928ef2d7092ba34b01ecd776fe26ba3d7e3f9b6b215a3b46e981ee2c",
  66. "size": 116464819,
  67. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip"
  68. },
  69. "win64": {
  70. "sha256": "9395315c07de0b9f05c9a6616ba1f05e76ab651053f2f40479163a8e03cfa830",
  71. "size": 119511910,
  72. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-win64.zip"
  73. }
  74. }
  75. ]
  76. },
  77. {
  78. "description": "Toolchain for Xtensa (ESP32-S2) based on GCC",
  79. "export_paths": [
  80. [
  81. "xtensa-esp32s2-elf",
  82. "bin"
  83. ]
  84. ],
  85. "export_vars": {},
  86. "info_url": "https://github.com/espressif/crosstool-NG",
  87. "install": "always",
  88. "license": "GPL-3.0-with-GCC-exception",
  89. "name": "xtensa-esp32s2-elf",
  90. "supported_targets": [
  91. "esp32s2"
  92. ],
  93. "version_cmd": [
  94. "xtensa-esp32s2-elf-gcc",
  95. "--version"
  96. ],
  97. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  98. "version_regex_replace": "\\1-\\2",
  99. "versions": [
  100. {
  101. "linux-amd64": {
  102. "sha256": "a32451a8edc1104b83cd9971178e61826e957d7db9ad9f81798a8969fd5a954e",
  103. "size": 90894048,
  104. "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"
  105. },
  106. "linux-arm64": {
  107. "sha256": "2ac2c94a533a99a091d2159c678c611c712c494b5f68d97913254712047260f9",
  108. "size": 87178224,
  109. "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"
  110. },
  111. "linux-armel": {
  112. "sha256": "da49afee1e2e03eaab3f492718789442d33b562800e2a892679f95b50be24d14",
  113. "size": 86569314,
  114. "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"
  115. },
  116. "linux-armhf": {
  117. "sha256": "f2b9b89522f28547c8725a54c4e57e8a35dac56edc26aa8cd607c87a050249ac",
  118. "size": 83700311,
  119. "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"
  120. },
  121. "linux-i686": {
  122. "sha256": "36d3c4990a5feb68aa8534463bc9e8ee367fe23886f78e1d726f4411c7571462",
  123. "size": 92884013,
  124. "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"
  125. },
  126. "macos": {
  127. "sha256": "de9af641678c93775e932ee5ec4f478f8925cfc1ebc22e41adc4fb85430a0c35",
  128. "size": 98224709,
  129. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  130. },
  131. "macos-arm64": {
  132. "sha256": "de9af641678c93775e932ee5ec4f478f8925cfc1ebc22e41adc4fb85430a0c35",
  133. "size": 98224709,
  134. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  135. },
  136. "name": "esp-2021r2-patch3-8.4.0",
  137. "status": "recommended",
  138. "win32": {
  139. "sha256": "ccf08afe60046f87b0e81ca17dc5073eda68ab5e7522c163dd5b583d713b7b39",
  140. "size": 116924759,
  141. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip"
  142. },
  143. "win64": {
  144. "sha256": "37c91490b8fc75e638c23785e261eaf553be2dcd106cf6cff5b76981fa02955b",
  145. "size": 119912142,
  146. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-win64.zip"
  147. }
  148. }
  149. ]
  150. },
  151. {
  152. "description": "Toolchain for Xtensa (ESP32-S3) based on GCC",
  153. "export_paths": [
  154. [
  155. "xtensa-esp32s3-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-esp32s3-elf",
  164. "supported_targets": [
  165. "esp32s3"
  166. ],
  167. "version_cmd": [
  168. "xtensa-esp32s3-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": "59b271d014ff3915b6db1b43b610a45eea15fe5d6877d12cae8a191cc996ed37",
  177. "size": 90903617,
  178. "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"
  179. },
  180. "linux-arm64": {
  181. "sha256": "7051b32483e61f98606d71c98e372929428a5165df791dcd5830ed9517763152",
  182. "size": 87065204,
  183. "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"
  184. },
  185. "linux-armel": {
  186. "sha256": "48c8dbbf96eec691a812327dc580042d9718fe989e60c2111ebfd692ac710081",
  187. "size": 86455731,
  188. "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"
  189. },
  190. "linux-armhf": {
  191. "sha256": "efc037db5b3565d907c611ef9d17f156080949c0382feeaec86ed7b54d9fa2ae",
  192. "size": 83561862,
  193. "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"
  194. },
  195. "linux-i686": {
  196. "sha256": "552dca3f4302ab7ca88a934b0391200198c9d10a4d8ac413fe604cbf8601f950",
  197. "size": 92906274,
  198. "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"
  199. },
  200. "macos": {
  201. "sha256": "e5af78f05d3af07617805d06ebb45ff2fe9b6aed6970a84c35eea28a5d8d5e53",
  202. "size": 98553473,
  203. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  204. },
  205. "macos-arm64": {
  206. "sha256": "e5af78f05d3af07617805d06ebb45ff2fe9b6aed6970a84c35eea28a5d8d5e53",
  207. "size": 98553473,
  208. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-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": "1b70163acccc5655449de1d149427a54f384156bd35816ec60c422d76d033f05",
  214. "size": 116847008,
  215. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip"
  216. },
  217. "win64": {
  218. "sha256": "58e58575d1938879fd51e822181e54bcb343aa846eb3fca8f616c2cde7bd0041",
  219. "size": 120066269,
  220. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-win64.zip"
  221. }
  222. }
  223. ]
  224. },
  225. {
  226. "description": "LLVM for Xtensa (ESP32, ESP32-S2) based on clang",
  227. "export_paths": [
  228. [
  229. "xtensa-esp32-elf-clang",
  230. "bin"
  231. ]
  232. ],
  233. "export_vars": {},
  234. "info_url": "https://github.com/espressif/llvm-project",
  235. "install": "on_request",
  236. "license": "Apache-2.0",
  237. "name": "xtensa-clang",
  238. "supported_targets": [
  239. "esp32",
  240. "esp32s2"
  241. ],
  242. "version_cmd": [
  243. "clang",
  244. "--version"
  245. ],
  246. "version_regex": "version\\s*([0-9\\.]+)\\s*\\([^\\s]+\\s*(\\w{10}).+\\)",
  247. "version_regex_replace": "\\1-\\2",
  248. "versions": [
  249. {
  250. "linux-amd64": {
  251. "sha256": "d62d9234c702a86ed510777125ee97458204e28877806a73f9de5e41d7b65716",
  252. "size": 102954848,
  253. "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"
  254. },
  255. "macos": {
  256. "sha256": "6e7413e5fa515e403859ecf5301bdcdc3f8bf12c5de9aecaa11e9f17f32b05db",
  257. "size": 89888488,
  258. "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"
  259. },
  260. "macos-arm64": {
  261. "sha256": "6e7413e5fa515e403859ecf5301bdcdc3f8bf12c5de9aecaa11e9f17f32b05db",
  262. "size": 89888488,
  263. "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"
  264. },
  265. "name": "12.0.1-d9341b81fc",
  266. "status": "recommended",
  267. "win64": {
  268. "sha256": "e056366959c722367e4144076c5383bd417ea199db5658bb7bb6c95b9aca014b",
  269. "size": 177903504,
  270. "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"
  271. }
  272. }
  273. ]
  274. },
  275. {
  276. "description": "Toolchain for 32-bit RISC-V based on GCC",
  277. "export_paths": [
  278. [
  279. "riscv32-esp-elf",
  280. "bin"
  281. ]
  282. ],
  283. "export_vars": {},
  284. "info_url": "https://github.com/espressif/crosstool-NG",
  285. "install": "always",
  286. "license": "GPL-3.0-with-GCC-exception",
  287. "name": "riscv32-esp-elf",
  288. "supported_targets": [
  289. "esp32s2",
  290. "esp32s3",
  291. "esp32c3",
  292. "esp32h2",
  293. "esp32c2"
  294. ],
  295. "version_cmd": [
  296. "riscv32-esp-elf-gcc",
  297. "--version"
  298. ],
  299. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)\\s*([0-9\\.]+)",
  300. "version_regex_replace": "\\1-\\2",
  301. "versions": [
  302. {
  303. "linux-amd64": {
  304. "sha256": "179cbad579790ad35e0f414a18d90017c0f158c397022411a8e9867db2174f15",
  305. "size": 106843321,
  306. "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"
  307. },
  308. "linux-arm64": {
  309. "sha256": "fb339d476c79c76db8f903b265cab6bb6950d5ed954dec644445252d3378023c",
  310. "size": 103277393,
  311. "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"
  312. },
  313. "linux-armel": {
  314. "sha256": "51a6296d8334b7452dba44b2b62e87afd7fd1c74bafa1aa29b1f4ab72cb9e5e0",
  315. "size": 103062256,
  316. "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"
  317. },
  318. "linux-armhf": {
  319. "sha256": "faa723e2fe84154ea8081ef204d9db51c5b7e5702497dff4f3b33e250e42f776",
  320. "size": 100134810,
  321. "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"
  322. },
  323. "linux-i686": {
  324. "sha256": "fef60f7ef37ffaa50416d8f244cdbd710d6729dae41ef06c4ec0e50a1f3b7dd7",
  325. "size": 109460025,
  326. "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"
  327. },
  328. "macos": {
  329. "sha256": "4aacc1742a76349d790b1ac8e9e9d963daefda5346dbd6741cfe8e7a35a44e4e",
  330. "size": 113703959,
  331. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  332. },
  333. "macos-arm64": {
  334. "sha256": "4aacc1742a76349d790b1ac8e9e9d963daefda5346dbd6741cfe8e7a35a44e4e",
  335. "size": 113703959,
  336. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz"
  337. },
  338. "name": "esp-2021r2-patch3-8.4.0",
  339. "status": "recommended",
  340. "win32": {
  341. "sha256": "eb2a442d7f551ebeb842995ec372ec4b364314ca2d7aae779399a74972f7d6bc",
  342. "size": 144711970,
  343. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip"
  344. },
  345. "win64": {
  346. "sha256": "f5607e5187317d521f0474cade83f8eb590f2d165d95c3779b6ce11fbac21d1f",
  347. "size": 146606480,
  348. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-win64.zip"
  349. }
  350. }
  351. ]
  352. },
  353. {
  354. "description": "Toolchain for ESP32 ULP coprocessor",
  355. "export_paths": [
  356. [
  357. "esp32ulp-elf-binutils",
  358. "bin"
  359. ]
  360. ],
  361. "export_vars": {},
  362. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  363. "install": "always",
  364. "license": "GPL-2.0-or-later",
  365. "name": "esp32ulp-elf",
  366. "platform_overrides": [
  367. {
  368. "install": "never",
  369. "platforms": [
  370. "linux-i686",
  371. "linux-arm64"
  372. ]
  373. }
  374. ],
  375. "supported_targets": [
  376. "esp32"
  377. ],
  378. "version_cmd": [
  379. "esp32ulp-elf-as",
  380. "--version"
  381. ],
  382. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  383. "versions": [
  384. {
  385. "linux-amd64": {
  386. "sha256": "3016c4fc551181175bd9979869bc1d1f28fa8efa25a0e29ad7f833fca4bc03d7",
  387. "size": 8248656,
  388. "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"
  389. },
  390. "linux-armel": {
  391. "sha256": "88967c086a6e71834282d9ae05841ee74dae1815f27807b25cdd3f7775a47101",
  392. "size": 8033639,
  393. "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"
  394. },
  395. "macos": {
  396. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  397. "size": 8872874,
  398. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  399. },
  400. "macos-arm64": {
  401. "sha256": "a35d9e7a0445247c7fc9dccd3fbc35682f0fafc28beeb10c94b59466317190c4",
  402. "size": 8872874,
  403. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-macos-2.28.51-esp-20191205.tar.gz"
  404. },
  405. "name": "2.28.51-esp-20191205",
  406. "status": "recommended",
  407. "win32": {
  408. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  409. "size": 12234162,
  410. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  411. },
  412. "win64": {
  413. "sha256": "bade309353a9f0a4e5cc03bfe84845e33205f05502c4b199195e871ded271ab5",
  414. "size": 12234162,
  415. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32ulp-win32-2.28.51-esp-20191205.zip"
  416. }
  417. }
  418. ]
  419. },
  420. {
  421. "description": "Toolchain for ESP32-S2 and ESP32-S3 ULP coprocessors",
  422. "export_paths": [
  423. [
  424. "esp32s2ulp-elf-binutils",
  425. "bin"
  426. ]
  427. ],
  428. "export_vars": {},
  429. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  430. "install": "always",
  431. "license": "GPL-2.0-or-later",
  432. "name": "esp32s2ulp-elf",
  433. "platform_overrides": [
  434. {
  435. "install": "never",
  436. "platforms": [
  437. "linux-i686",
  438. "linux-arm64"
  439. ]
  440. }
  441. ],
  442. "supported_targets": [
  443. "esp32s2",
  444. "esp32s3"
  445. ],
  446. "version_cmd": [
  447. "esp32s2ulp-elf-as",
  448. "--version"
  449. ],
  450. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  451. "versions": [
  452. {
  453. "linux-amd64": {
  454. "sha256": "df7b2ff6c7c718a7cbe3b4b6dbcd68180d835d164d1913bc4698fd3781b9a466",
  455. "size": 8254018,
  456. "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"
  457. },
  458. "linux-armel": {
  459. "sha256": "893b213c8f716d455a6efb2b08b6cf1bc34d08b78ee19c31e82ac44b1b45417e",
  460. "size": 8034624,
  461. "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"
  462. },
  463. "macos": {
  464. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  465. "size": 8876194,
  466. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  467. },
  468. "macos-arm64": {
  469. "sha256": "5a9bb678a5246638cbda303f523d9bb8121a9a24dc01ecb22c21c46c41184155",
  470. "size": 8876194,
  471. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-macos-2.28.51-esp-20191205.tar.gz"
  472. },
  473. "name": "2.28.51-esp-20191205",
  474. "status": "recommended",
  475. "win32": {
  476. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  477. "size": 12239199,
  478. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  479. },
  480. "win64": {
  481. "sha256": "587de59fbb469a39f96168ae3eaa9f06b2601e6e0543c87eaf1bd97f23e5c4ca",
  482. "size": 12239199,
  483. "url": "https://github.com/espressif/binutils-esp32ulp/releases/download/v2.28.51-esp-20191205/binutils-esp32s2ulp-win32-2.28.51-esp-20191205.zip"
  484. }
  485. }
  486. ]
  487. },
  488. {
  489. "description": "CMake build system",
  490. "export_paths": [
  491. [
  492. "bin"
  493. ]
  494. ],
  495. "export_vars": {},
  496. "info_url": "https://github.com/Kitware/CMake",
  497. "install": "on_request",
  498. "license": "BSD-3-Clause",
  499. "name": "cmake",
  500. "platform_overrides": [
  501. {
  502. "install": "always",
  503. "platforms": [
  504. "win32",
  505. "win64"
  506. ]
  507. },
  508. {
  509. "export_paths": [
  510. [
  511. "CMake.app",
  512. "Contents",
  513. "bin"
  514. ]
  515. ],
  516. "platforms": [
  517. "macos",
  518. "macos-arm64"
  519. ]
  520. }
  521. ],
  522. "strip_container_dirs": 1,
  523. "supported_targets": [
  524. "all"
  525. ],
  526. "version_cmd": [
  527. "cmake",
  528. "--version"
  529. ],
  530. "version_regex": "cmake version ([0-9.]+)",
  531. "versions": [
  532. {
  533. "linux-amd64": {
  534. "sha256": "97bf730372f9900b2dfb9206fccbcf92f5c7f3b502148b832e77451aa0f9e0e6",
  535. "size": 43877847,
  536. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-x86_64.tar.gz"
  537. },
  538. "linux-arm64": {
  539. "sha256": "77620f99e9d5f39cf4a49294c6a68c89a978ecef144894618974b9958efe3c2a",
  540. "size": 45139836,
  541. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-aarch64.tar.gz"
  542. },
  543. "linux-armel": {
  544. "sha256": "f8bd050c2745f0dcc4b7cef9738bbfef775950a10f5bd377abb0062835e669dc",
  545. "size": 13759084,
  546. "url": "https://dl.espressif.com/dl/cmake/cmake-3.20.3-Linux-armv7l.tar.gz"
  547. },
  548. "macos": {
  549. "sha256": "5f72dba3aa5f3800fb29ab6115ae0b31f10bdb2aad66204e14c98f6ac7e6b6ed",
  550. "size": 66311879,
  551. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-macos-universal.tar.gz"
  552. },
  553. "macos-arm64": {
  554. "sha256": "5f72dba3aa5f3800fb29ab6115ae0b31f10bdb2aad66204e14c98f6ac7e6b6ed",
  555. "size": 66311879,
  556. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-macos-universal.tar.gz"
  557. },
  558. "name": "3.20.3",
  559. "status": "recommended",
  560. "win32": {
  561. "sha256": "e276cf7fbb3e3e88bc666e183bc3ddaceb143a4c83fb357b1dbb1a26fd6e4ea2",
  562. "size": 36995168,
  563. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-windows-x86_64.zip"
  564. },
  565. "win64": {
  566. "sha256": "e276cf7fbb3e3e88bc666e183bc3ddaceb143a4c83fb357b1dbb1a26fd6e4ea2",
  567. "size": 36995168,
  568. "url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-windows-x86_64.zip"
  569. }
  570. }
  571. ]
  572. },
  573. {
  574. "description": "OpenOCD for ESP32",
  575. "export_paths": [
  576. [
  577. "openocd-esp32",
  578. "bin"
  579. ]
  580. ],
  581. "export_vars": {
  582. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  583. },
  584. "info_url": "https://github.com/espressif/openocd-esp32",
  585. "install": "always",
  586. "license": "GPL-2.0-only",
  587. "name": "openocd-esp32",
  588. "platform_overrides": [
  589. {
  590. "install": "on_request",
  591. "platforms": [
  592. "linux-i686"
  593. ]
  594. }
  595. ],
  596. "supported_targets": [
  597. "all"
  598. ],
  599. "version_cmd": [
  600. "openocd",
  601. "--version"
  602. ],
  603. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  604. "versions": [
  605. {
  606. "linux-amd64": {
  607. "sha256": "8d49845d7f0f2f9178e72c694a76e39a6ef3dd219cfccbfc2b8e09fc8d8f1c6e",
  608. "size": 2058842,
  609. "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"
  610. },
  611. "linux-arm64": {
  612. "sha256": "584e4d10d6efb9985f4212542cfa2a92f89c747b54035bac8aa75b5f5e768e28",
  613. "size": 1902060,
  614. "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"
  615. },
  616. "linux-armel": {
  617. "sha256": "49189d645d8c482b81d1870766a5795da30a79b352d98803f0054f200174fc5a",
  618. "size": 2128366,
  619. "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"
  620. },
  621. "linux-armhf": {
  622. "sha256": "a538a2b98fd09fb548a9dbfa0b5155364273e1ae37e944d1abfa04cc4e6e0ba2",
  623. "size": 2009408,
  624. "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"
  625. },
  626. "macos": {
  627. "sha256": "d718bc24087f796ff06f49fb9052183b302402ab775460b1ebdfc4b5e1768463",
  628. "size": 2125935,
  629. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-macos-0.11.0-esp32-20220411.tar.gz"
  630. },
  631. "macos-arm64": {
  632. "sha256": "19448f0d4aaafa85c93c86e363ca879e5ccdcfdda42ba5ce4ac3817e9d8eecdb",
  633. "size": 2165892,
  634. "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"
  635. },
  636. "name": "v0.11.0-esp32-20220411",
  637. "status": "recommended",
  638. "win32": {
  639. "sha256": "167e9299fa1d022b493c76332f507f6a6735c7bfec3cf91c54a598b331c78b5f",
  640. "size": 2570094,
  641. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-win32-0.11.0-esp32-20220411.zip"
  642. },
  643. "win64": {
  644. "sha256": "167e9299fa1d022b493c76332f507f6a6735c7bfec3cf91c54a598b331c78b5f",
  645. "size": 2570094,
  646. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-win32-0.11.0-esp32-20220411.zip"
  647. }
  648. }
  649. ]
  650. },
  651. {
  652. "description": "Ninja build system",
  653. "export_paths": [
  654. [
  655. ""
  656. ]
  657. ],
  658. "export_vars": {},
  659. "info_url": "https://github.com/ninja-build/ninja",
  660. "install": "on_request",
  661. "license": "Apache-2.0",
  662. "name": "ninja",
  663. "platform_overrides": [
  664. {
  665. "install": "always",
  666. "platforms": [
  667. "win32",
  668. "win64"
  669. ]
  670. }
  671. ],
  672. "supported_targets": [
  673. "all"
  674. ],
  675. "version_cmd": [
  676. "ninja",
  677. "--version"
  678. ],
  679. "version_regex": "([0-9.]+)",
  680. "versions": [
  681. {
  682. "linux-amd64": {
  683. "sha256": "32bb769de4d57aa7ee0e292cfcb7553e7cc8ea0961f7aa2b3aee60aa407c4033",
  684. "size": 106415,
  685. "url": "https://dl.espressif.com/dl/ninja-1.10.2-linux64.tar.gz"
  686. },
  687. "macos": {
  688. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  689. "size": 240112,
  690. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  691. },
  692. "macos-arm64": {
  693. "sha256": "847bb1ca4bc16d8dba6aeed3ecb5055498b86bc68c364c37583eb5738bb440f1",
  694. "size": 240112,
  695. "url": "https://dl.espressif.com/dl/ninja-1.10.2-osx.tar.gz"
  696. },
  697. "name": "1.10.2",
  698. "status": "recommended",
  699. "win64": {
  700. "sha256": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
  701. "size": 262670,
  702. "url": "https://dl.espressif.com/dl/ninja-1.10.2-win64.zip"
  703. }
  704. }
  705. ]
  706. },
  707. {
  708. "description": "IDF wrapper tool for Windows",
  709. "export_paths": [
  710. [
  711. ""
  712. ]
  713. ],
  714. "export_vars": {},
  715. "info_url": "https://github.com/espressif/idf_py_exe_tool",
  716. "install": "never",
  717. "license": "Apache-2.0",
  718. "name": "idf-exe",
  719. "platform_overrides": [
  720. {
  721. "install": "always",
  722. "platforms": [
  723. "win32",
  724. "win64"
  725. ]
  726. }
  727. ],
  728. "supported_targets": [
  729. "all"
  730. ],
  731. "version_cmd": [
  732. "idf.py.exe",
  733. "-v"
  734. ],
  735. "version_regex": "v([0-9.]+)",
  736. "versions": [
  737. {
  738. "name": "1.0.3",
  739. "status": "recommended",
  740. "win32": {
  741. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  742. "size": 73562,
  743. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  744. },
  745. "win64": {
  746. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  747. "size": 73562,
  748. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  749. }
  750. }
  751. ]
  752. },
  753. {
  754. "description": "Ccache (compiler cache)",
  755. "export_paths": [
  756. [
  757. "ccache-4.3-windows-64"
  758. ]
  759. ],
  760. "export_vars": {
  761. "IDF_CCACHE_ENABLE": "1"
  762. },
  763. "info_url": "https://github.com/ccache/ccache",
  764. "install": "never",
  765. "license": "GPL-3.0-or-later",
  766. "name": "ccache",
  767. "platform_overrides": [
  768. {
  769. "install": "always",
  770. "platforms": [
  771. "win64"
  772. ]
  773. }
  774. ],
  775. "supported_targets": [
  776. "all"
  777. ],
  778. "version_cmd": [
  779. "ccache.exe",
  780. "--version"
  781. ],
  782. "version_regex": "ccache version ([0-9.]+)",
  783. "versions": [
  784. {
  785. "name": "4.3",
  786. "status": "recommended",
  787. "win64": {
  788. "sha256": "a9cacae73c3906d8193456328bee74f7748cb1559a32eaced9ee78eadd416105",
  789. "size": 1550675,
  790. "url": "https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3-windows-64.zip"
  791. }
  792. }
  793. ]
  794. },
  795. {
  796. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  797. "export_paths": [
  798. [
  799. "dfu-util-0.9-win64"
  800. ]
  801. ],
  802. "export_vars": {},
  803. "info_url": "http://dfu-util.sourceforge.net/",
  804. "install": "never",
  805. "license": "GPL-2.0-only",
  806. "name": "dfu-util",
  807. "platform_overrides": [
  808. {
  809. "install": "always",
  810. "platforms": [
  811. "win64"
  812. ]
  813. }
  814. ],
  815. "supported_targets": [
  816. "esp32s2",
  817. "esp32s3"
  818. ],
  819. "version_cmd": [
  820. "dfu-util",
  821. "--version"
  822. ],
  823. "version_regex": "dfu-util ([0-9.]+)",
  824. "versions": [
  825. {
  826. "name": "0.9",
  827. "status": "recommended",
  828. "win64": {
  829. "sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
  830. "size": 735635,
  831. "url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
  832. }
  833. }
  834. ]
  835. }
  836. ],
  837. "version": 1
  838. }