tools.json 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936
  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": "d0743ec43cd92c35452a9097f7863281de4e72f04120d63cfbcf9d591a373529",
  30. "size": 36942094,
  31. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/xtensa-esp-elf-gdb-12.1_20231023-x86_64-linux-gnu.tar.gz"
  32. },
  33. "linux-arm64": {
  34. "sha256": "bc1fac0366c6a08e26c45896ca21c8c90efc2cdd431b8ba084e8772e15502d0e",
  35. "size": 37134601,
  36. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/xtensa-esp-elf-gdb-12.1_20231023-aarch64-linux-gnu.tar.gz"
  37. },
  38. "linux-armel": {
  39. "sha256": "25efc51d52b71f097ccec763c5c885c8f5026b432fec4b5badd6a5f36fe34d04",
  40. "size": 34579556,
  41. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/xtensa-esp-elf-gdb-12.1_20231023-arm-linux-gnueabi.tar.gz"
  42. },
  43. "linux-armhf": {
  44. "sha256": "0f9ff39fdec4d8c9c1ef33149a3fcdd2cf1bae121529c507817c994d5ac38ca4",
  45. "size": 32257457,
  46. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/xtensa-esp-elf-gdb-12.1_20231023-arm-linux-gnueabihf.tar.gz"
  47. },
  48. "linux-i686": {
  49. "sha256": "e0af0b3b4a6b29a843cd5f47e331a966d9258f7d825b4656c6251490f71b05b2",
  50. "size": 35676578,
  51. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/xtensa-esp-elf-gdb-12.1_20231023-i586-linux-gnu.tar.gz"
  52. },
  53. "macos": {
  54. "sha256": "bd146fd99a52b2d71c7ce0f62b9e18f3423d6cae7b2b2c954046b0dd7a23142f",
  55. "size": 52863941,
  56. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/xtensa-esp-elf-gdb-12.1_20231023-x86_64-apple-darwin14.tar.gz"
  57. },
  58. "macos-arm64": {
  59. "sha256": "5edc76565bf9d2fadf24e443ddf3df7567354f336a65d4af5b2ee805cdfcec24",
  60. "size": 33504923,
  61. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/xtensa-esp-elf-gdb-12.1_20231023-aarch64-apple-darwin21.1.tar.gz"
  62. },
  63. "name": "12.1_20231023",
  64. "status": "recommended",
  65. "win32": {
  66. "sha256": "ea4f3ee6b95ad1ad2e07108a21a50037a3e64a420cdeb34b2ba95d612faed898",
  67. "size": 31068749,
  68. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/xtensa-esp-elf-gdb-12.1_20231023-i686-w64-mingw32.zip"
  69. },
  70. "win64": {
  71. "sha256": "13bb97f39173948d1cfb6e651d9b335ea9d52f1fdd0dda1eda3a2d23d8c63644",
  72. "size": 33514906,
  73. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/xtensa-esp-elf-gdb-12.1_20231023-x86_64-w64-mingw32.zip"
  74. }
  75. }
  76. ]
  77. },
  78. {
  79. "description": "GDB for RISC-V",
  80. "export_paths": [
  81. [
  82. "riscv32-esp-elf-gdb",
  83. "bin"
  84. ]
  85. ],
  86. "export_vars": {},
  87. "info_url": "https://github.com/espressif/binutils-gdb",
  88. "install": "always",
  89. "license": "GPL-3.0-or-later",
  90. "name": "riscv32-esp-elf-gdb",
  91. "supported_targets": [
  92. "esp32c3",
  93. "esp32c2",
  94. "esp32c6",
  95. "esp32h2",
  96. "esp32p4"
  97. ],
  98. "version_cmd": [
  99. "riscv32-esp-elf-gdb-no-python",
  100. "--version"
  101. ],
  102. "version_regex": "GNU gdb \\(esp-gdb\\) ([a-z0-9.-_]+)",
  103. "versions": [
  104. {
  105. "linux-amd64": {
  106. "sha256": "2c78b806be176b1e449e07ff83429d38dfc39a13f89a127ac1ffa6c1230537a0",
  107. "size": 36630145,
  108. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/riscv32-esp-elf-gdb-12.1_20231023-x86_64-linux-gnu.tar.gz"
  109. },
  110. "linux-arm64": {
  111. "sha256": "33f80117c8777aaff9179e27953e41764c5c46b3c576dc96a37ecc7a368807ec",
  112. "size": 36980143,
  113. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/riscv32-esp-elf-gdb-12.1_20231023-aarch64-linux-gnu.tar.gz"
  114. },
  115. "linux-armel": {
  116. "sha256": "292e6ec0a9381c1480bbadf5caae25e86428b68fb5d030c9be7deda5e7f070e0",
  117. "size": 34950318,
  118. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/riscv32-esp-elf-gdb-12.1_20231023-arm-linux-gnueabi.tar.gz"
  119. },
  120. "linux-armhf": {
  121. "sha256": "3b803ab1ae619d62a885afd31c2798de77368d59b888c27ec6e525709e782ef5",
  122. "size": 32560850,
  123. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/riscv32-esp-elf-gdb-12.1_20231023-arm-linux-gnueabihf.tar.gz"
  124. },
  125. "linux-i686": {
  126. "sha256": "68a25fbcfc6371ec4dbe503ec92211977eb2006f0c29e67dbce6b93c70c6b7ec",
  127. "size": 35801607,
  128. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/riscv32-esp-elf-gdb-12.1_20231023-i586-linux-gnu.tar.gz"
  129. },
  130. "macos": {
  131. "sha256": "322c722e6c12225ed8cd97f95a0375105756dc5113d369958ce0858ad1a90257",
  132. "size": 52618688,
  133. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/riscv32-esp-elf-gdb-12.1_20231023-x86_64-apple-darwin14.tar.gz"
  134. },
  135. "macos-arm64": {
  136. "sha256": "c2224b3a8d02451c530cf004c29653292d963a1b4021b4b472b862b6dbe97e0b",
  137. "size": 33149392,
  138. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/riscv32-esp-elf-gdb-12.1_20231023-aarch64-apple-darwin21.1.tar.gz"
  139. },
  140. "name": "12.1_20231023",
  141. "status": "recommended",
  142. "win32": {
  143. "sha256": "4b42149a99dd87ee7e6dde25c99bad966c7f964253fa8f771593d7cef69f5602",
  144. "size": 31635103,
  145. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/riscv32-esp-elf-gdb-12.1_20231023-i686-w64-mingw32.zip"
  146. },
  147. "win64": {
  148. "sha256": "728231546ad5006d34463f972658b2a89e52f660a42abab08a29bedd4a8046ad",
  149. "size": 33400816,
  150. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20231023/riscv32-esp-elf-gdb-12.1_20231023-x86_64-w64-mingw32.zip"
  151. }
  152. }
  153. ]
  154. },
  155. {
  156. "description": "Toolchain for 32-bit Xtensa based on GCC",
  157. "export_paths": [
  158. [
  159. "xtensa-esp-elf",
  160. "bin"
  161. ]
  162. ],
  163. "export_vars": {},
  164. "info_url": "https://github.com/espressif/crosstool-NG",
  165. "install": "always",
  166. "license": "GPL-3.0-with-GCC-exception",
  167. "name": "xtensa-esp-elf",
  168. "supported_targets": [
  169. "esp32",
  170. "esp32s2",
  171. "esp32s3"
  172. ],
  173. "version_cmd": [
  174. "xtensa-esp-elf-gcc",
  175. "--version"
  176. ],
  177. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)",
  178. "versions": [
  179. {
  180. "linux-amd64": {
  181. "sha256": "bae7da23ea8516fb7e42640f4420c4dd1ebfd64189a14fc330d73e173b3a038b",
  182. "size": 112588084,
  183. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/xtensa-esp-elf-13.2.0_20230928-x86_64-linux-gnu.tar.xz"
  184. },
  185. "linux-arm64": {
  186. "sha256": "faa4755bedafb1c10feaeef01c610803ee9ace088b26d7db90a5ee0816c20f9e",
  187. "size": 104257688,
  188. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/xtensa-esp-elf-13.2.0_20230928-aarch64-linux-gnu.tar.xz"
  189. },
  190. "linux-armel": {
  191. "sha256": "38702870453b8d226fbc348ae2288f02cbc6317a3afa89982da6a6ef6866e05a",
  192. "size": 99702488,
  193. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/xtensa-esp-elf-13.2.0_20230928-arm-linux-gnueabi.tar.xz"
  194. },
  195. "linux-armhf": {
  196. "sha256": "aeb872fe0f7f342ed1a42e02dad15e1fa255aec852e88bb8ff2725380ddde501",
  197. "size": 104316996,
  198. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/xtensa-esp-elf-13.2.0_20230928-arm-linux-gnueabihf.tar.xz"
  199. },
  200. "linux-i686": {
  201. "sha256": "fc25701749f365af5f270221e0e8439ce7fcc26eeac145a91cfe02f3100de2d6",
  202. "size": 113231244,
  203. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/xtensa-esp-elf-13.2.0_20230928-i586-linux-gnu.tar.xz"
  204. },
  205. "macos": {
  206. "sha256": "b9b7a6d1dc4ea065bf6763fa904729e1c808d6dfbf1dfabf12852e2929251ee9",
  207. "size": 115211408,
  208. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/xtensa-esp-elf-13.2.0_20230928-x86_64-apple-darwin.tar.xz"
  209. },
  210. "macos-arm64": {
  211. "sha256": "687243e5cbefb7cf05603effbdd6fde5769f94daff7e519f5bbe61f43c4c0ef6",
  212. "size": 100098880,
  213. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/xtensa-esp-elf-13.2.0_20230928-aarch64-apple-darwin.tar.xz"
  214. },
  215. "name": "esp-13.2.0_20230928",
  216. "status": "recommended",
  217. "win32": {
  218. "sha256": "7a2822ef554be175bbe5c67c2010a6dd29aec6221bdb5ed8970f164e2744714a",
  219. "size": 266511200,
  220. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/xtensa-esp-elf-13.2.0_20230928-i686-w64-mingw32.zip"
  221. },
  222. "win64": {
  223. "sha256": "80e3271b7c9b64694ba8494b90054da2efce328f7d4e5f5f625d08808372fa64",
  224. "size": 270164567,
  225. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/xtensa-esp-elf-13.2.0_20230928-x86_64-w64-mingw32.zip"
  226. }
  227. }
  228. ]
  229. },
  230. {
  231. "description": "Toolchain for all Espressif chips based on clang",
  232. "export_paths": [
  233. [
  234. "esp-clang",
  235. "bin"
  236. ]
  237. ],
  238. "export_vars": {},
  239. "info_url": "https://github.com/espressif/llvm-project",
  240. "install": "on_request",
  241. "license": "Apache-2.0",
  242. "name": "esp-clang",
  243. "supported_targets": [
  244. "esp32",
  245. "esp32s2",
  246. "esp32s3",
  247. "esp32c3",
  248. "esp32c2",
  249. "esp32c6",
  250. "esp32h2"
  251. ],
  252. "version_cmd": [
  253. "clang",
  254. "--version"
  255. ],
  256. "version_regex": "version\\s*([0-9\\.]+)\\s*\\([^\\s]+\\s*(\\w{10}).+\\)",
  257. "version_regex_replace": "\\1-\\2",
  258. "versions": [
  259. {
  260. "linux-amd64": {
  261. "sha256": "3dbd8dd290913a93e8941da8a451ecd49f9798cc2d74bb9b63ef5cf5c4fee37f",
  262. "size": 215176120,
  263. "url": "https://github.com/espressif/llvm-project/releases/download/esp-16.0.0-20230516/llvm-esp-16.0.0-20230516-linux-amd64.tar.xz"
  264. },
  265. "linux-arm64": {
  266. "sha256": "4b115af6ddd04a9bffc1908fc05837998ee71d450891d741c446186f2aa9b961",
  267. "size": 222261932,
  268. "url": "https://github.com/espressif/llvm-project/releases/download/esp-16.0.0-20230516/llvm-esp-16.0.0-20230516-linux-arm64.tar.xz"
  269. },
  270. "linux-armhf": {
  271. "sha256": "935082bb0704420c5ca42b35038bba8702135348a50cac454ae2fb55af0b4c32",
  272. "size": 214888520,
  273. "url": "https://github.com/espressif/llvm-project/releases/download/esp-16.0.0-20230516/llvm-esp-16.0.0-20230516-linux-armhf.tar.xz"
  274. },
  275. "macos": {
  276. "sha256": "d9824acafd3e7b1d17ace084243b82a95bbdcb149a26b085bba487ab3d3716d7",
  277. "size": 182440672,
  278. "url": "https://github.com/espressif/llvm-project/releases/download/esp-16.0.0-20230516/llvm-esp-16.0.0-20230516-macos.tar.xz"
  279. },
  280. "macos-arm64": {
  281. "sha256": "ed5621396dc3e48413e14e8b6caed8e2993e7f2ab5fca1410081f40c940a1060",
  282. "size": 171912324,
  283. "url": "https://github.com/espressif/llvm-project/releases/download/esp-16.0.0-20230516/llvm-esp-16.0.0-20230516-macos-arm64.tar.xz"
  284. },
  285. "name": "16.0.1-fe4f10a809",
  286. "status": "recommended",
  287. "win64": {
  288. "sha256": "598c8241c8bf10fd1be8bd21845307cfc404e127041b4ba4e828350a88692883",
  289. "size": 243979484,
  290. "url": "https://github.com/espressif/llvm-project/releases/download/esp-16.0.0-20230516/llvm-esp-16.0.0-20230516-win64.tar.xz"
  291. }
  292. }
  293. ]
  294. },
  295. {
  296. "description": "Toolchain for 32-bit RISC-V based on GCC",
  297. "export_paths": [
  298. [
  299. "riscv32-esp-elf",
  300. "bin"
  301. ]
  302. ],
  303. "export_vars": {},
  304. "info_url": "https://github.com/espressif/crosstool-NG",
  305. "install": "always",
  306. "license": "GPL-3.0-with-GCC-exception",
  307. "name": "riscv32-esp-elf",
  308. "supported_targets": [
  309. "esp32s2",
  310. "esp32s3",
  311. "esp32c3",
  312. "esp32c2",
  313. "esp32c6",
  314. "esp32h2"
  315. ],
  316. "version_cmd": [
  317. "riscv32-esp-elf-gcc",
  318. "--version"
  319. ],
  320. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-_]+)\\)",
  321. "versions": [
  322. {
  323. "linux-amd64": {
  324. "sha256": "782feefe354500c5f968e8c91959651be3bdbbd7ae8a17affcee2b1bffcaad89",
  325. "size": 143575940,
  326. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/riscv32-esp-elf-13.2.0_20230928-x86_64-linux-gnu.tar.xz"
  327. },
  328. "linux-arm64": {
  329. "sha256": "6ee4b30dff18bdea9ada79399c0c81ba82b6ed99a565746a7d5040c7e62566b3",
  330. "size": 142577236,
  331. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/riscv32-esp-elf-13.2.0_20230928-aarch64-linux-gnu.tar.xz"
  332. },
  333. "linux-armel": {
  334. "sha256": "3231ca04ea4f53dc602ae1cc728151a16c5d424063ac69542b8bf6cde10e7755",
  335. "size": 135201840,
  336. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/riscv32-esp-elf-13.2.0_20230928-arm-linux-gnueabi.tar.xz"
  337. },
  338. "linux-armhf": {
  339. "sha256": "eb43ac9dcad8fe79bdf4b8d29cf4751d41cbcb1fadd831f2779a84f4fb1c5ca0",
  340. "size": 143656008,
  341. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/riscv32-esp-elf-13.2.0_20230928-arm-linux-gnueabihf.tar.xz"
  342. },
  343. "linux-i686": {
  344. "sha256": "51421bd181392472fee8242d53dfa6305a67b21e1073f0f9f69d215987da9684",
  345. "size": 151339344,
  346. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/riscv32-esp-elf-13.2.0_20230928-i586-linux-gnu.tar.xz"
  347. },
  348. "macos": {
  349. "sha256": "ce40c75a1ae0e4b986daeeff321aaa7b57f74eb4bcfd011f1252fd6932bbb90f",
  350. "size": 153157496,
  351. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/riscv32-esp-elf-13.2.0_20230928-x86_64-apple-darwin.tar.xz"
  352. },
  353. "macos-arm64": {
  354. "sha256": "c2f989370c101ae3f890aa71e6f57064f068f7c4a1d9f26445894c83f919624f",
  355. "size": 135811812,
  356. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/riscv32-esp-elf-13.2.0_20230928-aarch64-apple-darwin.tar.xz"
  357. },
  358. "name": "esp-13.2.0_20230928",
  359. "status": "recommended",
  360. "win32": {
  361. "sha256": "37737463826486c9c11e74a140b1b50195dc868e547c8ee557950c811741197c",
  362. "size": 362812332,
  363. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/riscv32-esp-elf-13.2.0_20230928-i686-w64-mingw32.zip"
  364. },
  365. "win64": {
  366. "sha256": "1300a54505dc964fa9104482737152e669f4d880efc1d54057378d9e6910ae1e",
  367. "size": 366053112,
  368. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20230928/riscv32-esp-elf-13.2.0_20230928-x86_64-w64-mingw32.zip"
  369. }
  370. }
  371. ]
  372. },
  373. {
  374. "description": "Toolchain for ESP32 ULP coprocessor",
  375. "export_paths": [
  376. [
  377. "esp32ulp-elf",
  378. "bin"
  379. ]
  380. ],
  381. "export_vars": {},
  382. "info_url": "https://github.com/espressif/binutils-gdb",
  383. "install": "always",
  384. "license": "GPL-3.0-or-later",
  385. "name": "esp32ulp-elf",
  386. "supported_targets": [
  387. "esp32",
  388. "esp32s2",
  389. "esp32s3"
  390. ],
  391. "version_cmd": [
  392. "esp32ulp-elf-as",
  393. "--version"
  394. ],
  395. "version_regex": "\\(GNU Binutils\\)\\s+([a-z0-9.-_]+)",
  396. "versions": [
  397. {
  398. "linux-amd64": {
  399. "sha256": "b1f7801c3a16162e72393ebb772c0cbfe4d22d907be7c2c2dac168736e9195fd",
  400. "size": 10685282,
  401. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-amd64.tar.gz"
  402. },
  403. "linux-arm64": {
  404. "sha256": "d6671b31bab31b9b13aea25bb7d60f15484cb8bf961ddbf67a62867e5563eae5",
  405. "size": 10052225,
  406. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-arm64.tar.gz"
  407. },
  408. "linux-armel": {
  409. "sha256": "e107e7a9cd50d630b034f435a16a52db5a57388dc639a99c4c393c5e429711e9",
  410. "size": 10087257,
  411. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-armel.tar.gz"
  412. },
  413. "linux-armhf": {
  414. "sha256": "6c6dd25477b2e758d4669da3774bf664d1f012442c880f17dfdf0339e9c3dae9",
  415. "size": 9591791,
  416. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-armhf.tar.gz"
  417. },
  418. "linux-i686": {
  419. "sha256": "beb9b6737c975369b6959007739c88f44eb5afbb220f40737071540b2c1a9064",
  420. "size": 10596533,
  421. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-linux-i686.tar.gz"
  422. },
  423. "macos": {
  424. "sha256": "5a952087b621ced16af1e375feac1371a61cb51ab7e7b44cbefb5afda2d573de",
  425. "size": 16028909,
  426. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-macos.tar.gz"
  427. },
  428. "macos-arm64": {
  429. "sha256": "73bda8476ef92d4f4abee96519abbba40e5ee32f368427469447b83cc7bb9b42",
  430. "size": 15045401,
  431. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-macos-arm64.tar.gz"
  432. },
  433. "name": "2.35_20220830",
  434. "status": "recommended",
  435. "win32": {
  436. "sha256": "77344715ea7d7a7a9fd0b27653f880efaf3bcc1ac843f61492d8a0365d91f731",
  437. "size": 14651337,
  438. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-win32.zip"
  439. },
  440. "win64": {
  441. "sha256": "525e5b4c8299869a3fdddb51baad76612c5c104bd96952ae6460ad7e5b5a4e21",
  442. "size": 15399090,
  443. "url": "https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-win64.zip"
  444. }
  445. }
  446. ]
  447. },
  448. {
  449. "description": "CMake build system",
  450. "export_paths": [
  451. [
  452. "bin"
  453. ]
  454. ],
  455. "export_vars": {},
  456. "info_url": "https://github.com/Kitware/CMake",
  457. "install": "on_request",
  458. "license": "BSD-3-Clause",
  459. "name": "cmake",
  460. "platform_overrides": [
  461. {
  462. "install": "always",
  463. "platforms": [
  464. "win32",
  465. "win64"
  466. ]
  467. },
  468. {
  469. "export_paths": [
  470. [
  471. "CMake.app",
  472. "Contents",
  473. "bin"
  474. ]
  475. ],
  476. "platforms": [
  477. "macos",
  478. "macos-arm64"
  479. ]
  480. }
  481. ],
  482. "strip_container_dirs": 1,
  483. "supported_targets": [
  484. "all"
  485. ],
  486. "version_cmd": [
  487. "cmake",
  488. "--version"
  489. ],
  490. "version_regex": "cmake version ([0-9.]+)",
  491. "versions": [
  492. {
  493. "linux-amd64": {
  494. "sha256": "726f88e6598523911e4bce9b059dc20b851aa77f97e4cc5573f4e42775a5c16f",
  495. "size": 47042675,
  496. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-linux-x86_64.tar.gz"
  497. },
  498. "linux-arm64": {
  499. "sha256": "50c3b8e9d3a3cde850dd1ea143df9d1ae546cbc5e74dc6d223eefc1979189651",
  500. "size": 48478082,
  501. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-linux-aarch64.tar.gz"
  502. },
  503. "linux-armel": {
  504. "sha256": "7dc787ef968dfef92491a4f191b8739ff70f8a649608b811c7a737b52481beb0",
  505. "size": 19811327,
  506. "url": "https://dl.espressif.com/dl/cmake/cmake-3.24.0-Linux-armv7l.tar.gz"
  507. },
  508. "linux-armhf": {
  509. "sha256": "7dc787ef968dfef92491a4f191b8739ff70f8a649608b811c7a737b52481beb0",
  510. "size": 19811327,
  511. "url": "https://dl.espressif.com/dl/cmake/cmake-3.24.0-Linux-armv7l.tar.gz"
  512. },
  513. "macos": {
  514. "sha256": "3e0cca74a56d9027dabb845a5a26e42ef8e8b33beb1655d6a724187a345145e4",
  515. "size": 72801419,
  516. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-macos-universal.tar.gz"
  517. },
  518. "macos-arm64": {
  519. "sha256": "3e0cca74a56d9027dabb845a5a26e42ef8e8b33beb1655d6a724187a345145e4",
  520. "size": 72801419,
  521. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-macos-universal.tar.gz"
  522. },
  523. "name": "3.24.0",
  524. "status": "recommended",
  525. "win32": {
  526. "sha256": "b1ad8c2dbf0778e3efcc9fd61cd4a962e5c1af40aabdebee3d5074bcff2e103c",
  527. "size": 40212531,
  528. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-x86_64.zip"
  529. },
  530. "win64": {
  531. "sha256": "b1ad8c2dbf0778e3efcc9fd61cd4a962e5c1af40aabdebee3d5074bcff2e103c",
  532. "size": 40212531,
  533. "url": "https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-x86_64.zip"
  534. }
  535. },
  536. {
  537. "linux-amd64": {
  538. "sha256": "3e15dadfec8d54eda39c2f266fc1e571c1b88bf32f9d221c8a039b07234206fa",
  539. "size": 39509848,
  540. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Linux-x86_64.tar.gz"
  541. },
  542. "macos": {
  543. "sha256": "655d6ed41a1c276676ca6a1ec381c179d394420c489f2d39b3cf2ef26bfae799",
  544. "size": 35799298,
  545. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Darwin-x86_64.tar.gz"
  546. },
  547. "macos-arm64": {
  548. "sha256": "655d6ed41a1c276676ca6a1ec381c179d394420c489f2d39b3cf2ef26bfae799",
  549. "size": 35799298,
  550. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Darwin-x86_64.tar.gz"
  551. },
  552. "name": "3.16.3",
  553. "status": "supported",
  554. "win32": {
  555. "sha256": "4b1370b3252acda0850d26c75e9bc6b8e019daaa7978a19f5d8dc008450d3548",
  556. "size": 32807681,
  557. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.zip"
  558. },
  559. "win64": {
  560. "sha256": "4b1370b3252acda0850d26c75e9bc6b8e019daaa7978a19f5d8dc008450d3548",
  561. "size": 32807681,
  562. "url": "https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.zip"
  563. }
  564. }
  565. ]
  566. },
  567. {
  568. "description": "OpenOCD for ESP32",
  569. "export_paths": [
  570. [
  571. "openocd-esp32",
  572. "bin"
  573. ]
  574. ],
  575. "export_vars": {
  576. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  577. },
  578. "info_url": "https://github.com/espressif/openocd-esp32",
  579. "install": "always",
  580. "license": "GPL-2.0-only",
  581. "name": "openocd-esp32",
  582. "platform_overrides": [
  583. {
  584. "install": "on_request",
  585. "platforms": [
  586. "linux-i686"
  587. ]
  588. }
  589. ],
  590. "supported_targets": [
  591. "all"
  592. ],
  593. "version_cmd": [
  594. "openocd",
  595. "--version"
  596. ],
  597. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  598. "versions": [
  599. {
  600. "linux-amd64": {
  601. "sha256": "61e38e0a13a5c1664624ec1c397d7f7d6868554b0d345d3fb1f7294cce38cc4b",
  602. "size": 2193783,
  603. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230921/openocd-esp32-linux-amd64-0.12.0-esp32-20230921.tar.gz"
  604. },
  605. "linux-arm64": {
  606. "sha256": "6430315dc1b926541c93cef63d2b08982543ad3f9fe6e0d7107c8a518ef20432",
  607. "size": 2062058,
  608. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230921/openocd-esp32-linux-arm64-0.12.0-esp32-20230921.tar.gz"
  609. },
  610. "linux-armel": {
  611. "sha256": "5df16d8a91f013a547f6b3b914c655a9d267996a3b6503031b335ac04a4f8d15",
  612. "size": 2206666,
  613. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230921/openocd-esp32-linux-armel-0.12.0-esp32-20230921.tar.gz"
  614. },
  615. "linux-armhf": {
  616. "sha256": "1b1b80a71b77e5c715aa59e994db97c64454e613904a85d5d2970b2e60b81eec",
  617. "size": 2056000,
  618. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230921/openocd-esp32-linux-armhf-0.12.0-esp32-20230921.tar.gz"
  619. },
  620. "macos": {
  621. "sha256": "0a4f764934f488af18cdac2a0d152dd36b4870f3bec1a2d4e25b6b3b7a5258a0",
  622. "size": 2305832,
  623. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230921/openocd-esp32-macos-0.12.0-esp32-20230921.tar.gz"
  624. },
  625. "macos-arm64": {
  626. "sha256": "6dce89048f642eb0559a915b6e514f90feb2a95afe21b84f0b0ebf2b27824816",
  627. "size": 2341406,
  628. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230921/openocd-esp32-macos-arm64-0.12.0-esp32-20230921.tar.gz"
  629. },
  630. "name": "v0.12.0-esp32-20230921",
  631. "status": "recommended",
  632. "win32": {
  633. "sha256": "ac9d522a63b0816f64d921547bd55c031788035ced85c067d8e7c2862cb1bd0d",
  634. "size": 2710475,
  635. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230921/openocd-esp32-win32-0.12.0-esp32-20230921.zip"
  636. },
  637. "win64": {
  638. "sha256": "ac9d522a63b0816f64d921547bd55c031788035ced85c067d8e7c2862cb1bd0d",
  639. "size": 2710475,
  640. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230921/openocd-esp32-win32-0.12.0-esp32-20230921.zip"
  641. }
  642. }
  643. ]
  644. },
  645. {
  646. "description": "Ninja build system",
  647. "export_paths": [
  648. [
  649. ""
  650. ]
  651. ],
  652. "export_vars": {},
  653. "info_url": "https://github.com/ninja-build/ninja",
  654. "install": "on_request",
  655. "license": "Apache-2.0",
  656. "name": "ninja",
  657. "platform_overrides": [
  658. {
  659. "install": "always",
  660. "platforms": [
  661. "win32",
  662. "win64"
  663. ]
  664. }
  665. ],
  666. "supported_targets": [
  667. "all"
  668. ],
  669. "version_cmd": [
  670. "ninja",
  671. "--version"
  672. ],
  673. "version_regex": "([0-9.]+)",
  674. "versions": [
  675. {
  676. "linux-amd64": {
  677. "rename_dist": "ninja-linux-v1.11.1.zip",
  678. "sha256": "b901ba96e486dce377f9a070ed4ef3f79deb45f4ffe2938f8e7ddc69cfb3df77",
  679. "size": 119463,
  680. "url": "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-linux.zip"
  681. },
  682. "macos": {
  683. "rename_dist": "ninja-mac-v1.11.1.zip",
  684. "sha256": "482ecb23c59ae3d4f158029112de172dd96bb0e97549c4b1ca32d8fad11f873e",
  685. "size": 277306,
  686. "url": "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-mac.zip"
  687. },
  688. "macos-arm64": {
  689. "rename_dist": "ninja-mac-v1.11.1.zip",
  690. "sha256": "482ecb23c59ae3d4f158029112de172dd96bb0e97549c4b1ca32d8fad11f873e",
  691. "size": 277306,
  692. "url": "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-mac.zip"
  693. },
  694. "name": "1.11.1",
  695. "status": "recommended",
  696. "win64": {
  697. "rename_dist": "ninja-win-v1.11.1.zip",
  698. "sha256": "524b344a1a9a55005eaf868d991e090ab8ce07fa109f1820d40e74642e289abc",
  699. "size": 285922,
  700. "url": "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip"
  701. }
  702. }
  703. ]
  704. },
  705. {
  706. "description": "IDF wrapper tool for Windows",
  707. "export_paths": [
  708. [
  709. ""
  710. ]
  711. ],
  712. "export_vars": {},
  713. "info_url": "https://github.com/espressif/idf_py_exe_tool",
  714. "install": "never",
  715. "license": "Apache-2.0",
  716. "name": "idf-exe",
  717. "platform_overrides": [
  718. {
  719. "install": "always",
  720. "platforms": [
  721. "win32",
  722. "win64"
  723. ]
  724. }
  725. ],
  726. "supported_targets": [
  727. "all"
  728. ],
  729. "version_cmd": [
  730. "idf.py.exe",
  731. "-v"
  732. ],
  733. "version_regex": "v([0-9.]+)",
  734. "versions": [
  735. {
  736. "name": "1.0.3",
  737. "status": "recommended",
  738. "win32": {
  739. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  740. "size": 73562,
  741. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  742. },
  743. "win64": {
  744. "sha256": "7c81ef534c562354a5402ab6b90a6eb1cc8473a9f4a7b7a7f93ebbd23b4a2755",
  745. "size": 73562,
  746. "url": "https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip"
  747. }
  748. }
  749. ]
  750. },
  751. {
  752. "description": "Ccache (compiler cache)",
  753. "export_paths": [
  754. [
  755. "ccache-4.8-windows-x86_64"
  756. ]
  757. ],
  758. "export_vars": {
  759. "IDF_CCACHE_ENABLE": "1"
  760. },
  761. "info_url": "https://github.com/ccache/ccache",
  762. "install": "never",
  763. "license": "GPL-3.0-or-later",
  764. "name": "ccache",
  765. "platform_overrides": [
  766. {
  767. "install": "always",
  768. "platforms": [
  769. "win64"
  770. ]
  771. }
  772. ],
  773. "supported_targets": [
  774. "all"
  775. ],
  776. "version_cmd": [
  777. "ccache.exe",
  778. "--version"
  779. ],
  780. "version_regex": "ccache version ([0-9.]+)",
  781. "versions": [
  782. {
  783. "name": "4.8",
  784. "status": "recommended",
  785. "win64": {
  786. "sha256": "a2b3bab4bb8318ffc5b3e4074dc25636258bc7e4b51261f7d9bef8127fda8309",
  787. "size": 2005781,
  788. "url": "https://github.com/ccache/ccache/releases/download/v4.8/ccache-4.8-windows-x86_64.zip"
  789. }
  790. }
  791. ]
  792. },
  793. {
  794. "description": "dfu-util (Device Firmware Upgrade Utilities)",
  795. "export_paths": [
  796. [
  797. "dfu-util-0.11-win64"
  798. ]
  799. ],
  800. "export_vars": {},
  801. "info_url": "http://dfu-util.sourceforge.net/",
  802. "install": "never",
  803. "license": "GPL-2.0-only",
  804. "name": "dfu-util",
  805. "platform_overrides": [
  806. {
  807. "install": "always",
  808. "platforms": [
  809. "win64"
  810. ]
  811. }
  812. ],
  813. "supported_targets": [
  814. "esp32s2",
  815. "esp32s3"
  816. ],
  817. "version_cmd": [
  818. "dfu-util",
  819. "--version"
  820. ],
  821. "version_regex": "dfu-util ([0-9.]+)",
  822. "versions": [
  823. {
  824. "name": "0.11",
  825. "status": "recommended",
  826. "win64": {
  827. "sha256": "652eb94cb1c074c6dbead9e47adb628922aeb198a4d440a346ab32e7a0e9bf64",
  828. "size": 2854596,
  829. "url": "https://dl.espressif.com/dl/dfu-util-0.11-win64.zip"
  830. }
  831. }
  832. ]
  833. },
  834. {
  835. "description": "ESP ROM ELFs",
  836. "export_paths": [
  837. [
  838. ""
  839. ]
  840. ],
  841. "export_vars": {
  842. "ESP_ROM_ELF_DIR": "${TOOL_PATH}/"
  843. },
  844. "info_url": "https://github.com/espressif/esp-rom-elfs",
  845. "install": "always",
  846. "is_executable": false,
  847. "license": "Apache-2.0",
  848. "name": "esp-rom-elfs",
  849. "supported_targets": [
  850. "all"
  851. ],
  852. "version_cmd": [
  853. ""
  854. ],
  855. "version_regex": "",
  856. "versions": [
  857. {
  858. "any": {
  859. "sha256": "24bcc8cb3287175d4a0bfd65e04bf7ef592a10f022acffca0d5e87eee05996d4",
  860. "size": 2832570,
  861. "url": "https://github.com/espressif/esp-rom-elfs/releases/download/20230320/esp-rom-elfs-20230320.tar.gz"
  862. },
  863. "name": "20230320",
  864. "status": "recommended"
  865. }
  866. ]
  867. },
  868. {
  869. "description": "QEMU for Xtensa",
  870. "export_paths": [
  871. [
  872. "qemu",
  873. "bin"
  874. ]
  875. ],
  876. "export_vars": {},
  877. "info_url": "https://github.com/espressif/qemu",
  878. "install": "on_request",
  879. "license": "GPL-2.0-only",
  880. "name": "qemu-xtensa",
  881. "supported_targets": [
  882. "esp32"
  883. ],
  884. "version_cmd": [
  885. "qemu-system-xtensa",
  886. "--version"
  887. ],
  888. "version_regex": "QEMU emulator version ([a-z0-9.-_]+)",
  889. "versions": [
  890. {
  891. "linux-amd64": {
  892. "sha256": "a7e5e779fd593cb15f6d197034dc2fb427ed9165a4743e2febc6f6a47dfcc618",
  893. "size": 45962695,
  894. "url": "https://github.com/espressif/qemu/releases/download/esp-develop-8.0.0-20230522/esp-qemu-xtensa-softmmu-develop_8.0.0_20230522-x86_64-linux-gnu.tar.bz2"
  895. },
  896. "name": "8.0.0",
  897. "status": "recommended"
  898. }
  899. ]
  900. },
  901. {
  902. "description": "QEMU for RISC-V",
  903. "export_paths": [
  904. [
  905. "qemu",
  906. "bin"
  907. ]
  908. ],
  909. "export_vars": {},
  910. "info_url": "https://github.com/espressif/qemu",
  911. "install": "on_request",
  912. "license": "GPL-2.0-only",
  913. "name": "qemu-riscv32",
  914. "supported_targets": [
  915. "esp32c3"
  916. ],
  917. "version_cmd": [
  918. "qemu-system-riscv32",
  919. "--version"
  920. ],
  921. "version_regex": "QEMU emulator version ([a-z0-9.-_]+)",
  922. "versions": [
  923. {
  924. "linux-amd64": {
  925. "sha256": "bc7607720ff3d7e3d39f3e1810b8795f376f4b9cf3783c8f2ed3f7f14ba74717",
  926. "size": 47175493,
  927. "url": "https://github.com/espressif/qemu/releases/download/esp-develop-8.0.0-20230522/esp-qemu-riscv32-softmmu-develop_8.0.0_20230522-x86_64-linux-gnu.tar.bz2"
  928. },
  929. "name": "8.0.0",
  930. "status": "recommended"
  931. }
  932. ]
  933. }
  934. ],
  935. "version": 2
  936. }