tools.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  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. "version_cmd": [
  17. "xtensa-esp32-elf-gcc",
  18. "--version"
  19. ],
  20. "version_regex": "\\(crosstool-NG\\s+(?:crosstool-ng-)?([0-9a-zA-Z\\.\\-]+)\\)\\s*([0-9\\.]+)",
  21. "version_regex_replace": "\\1-\\2",
  22. "versions": [
  23. {
  24. "linux-amd64": {
  25. "sha256": "674080a12f9c5ebe5a3a5ce51c6deaeffe6dfb06d6416233df86f25b574e9279",
  26. "size": 85731226,
  27. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz"
  28. },
  29. "linux-armel": {
  30. "sha256": "6771e011dffa2438ef84ff3474538b4a69df8f9d4cfae3b3707ca31c782ed7db",
  31. "size": 83888892,
  32. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-armel.tar.gz"
  33. },
  34. "linux-i686": {
  35. "sha256": "076b7e05304e26aa6ec105c9e0dc74addca079bc2cae6e42ee7575c5ded29877",
  36. "size": 87715092,
  37. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-i686.tar.gz"
  38. },
  39. "macos": {
  40. "sha256": "6845f786303b26c4a55ede57487ba65bd25737232fe6104be03f25bb62f4631c",
  41. "size": 92424226,
  42. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-macos.tar.gz"
  43. },
  44. "name": "esp-2020r3-8.4.0",
  45. "status": "recommended",
  46. "win32": {
  47. "sha256": "81cecd5493a3fcf2118977f3fd60bd0a13a4aeac8fe6760d912f96d2c34fab66",
  48. "size": 104226379,
  49. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-win32.zip"
  50. },
  51. "win64": {
  52. "sha256": "58419852fefb7111fdec056ac2fd7c4bd09c1f4c17610a761a97b788413527cf",
  53. "size": 106855139,
  54. "url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-win64.zip"
  55. }
  56. }
  57. ]
  58. },
  59. {
  60. "description": "Toolchain for ESP32 ULP coprocessor",
  61. "export_paths": [
  62. [
  63. "esp32ulp-elf-binutils",
  64. "bin"
  65. ]
  66. ],
  67. "export_vars": {},
  68. "info_url": "https://github.com/espressif/binutils-esp32ulp",
  69. "install": "always",
  70. "license": "GPL-2.0-or-later",
  71. "name": "esp32ulp-elf",
  72. "platform_overrides": [
  73. {
  74. "install": "on_request",
  75. "platforms": [
  76. "linux-armel",
  77. "linux-i686"
  78. ]
  79. }
  80. ],
  81. "version_cmd": [
  82. "esp32ulp-elf-as",
  83. "--version"
  84. ],
  85. "version_regex": "\\(GNU Binutils\\)\\s+([0-9a-z\\.\\-]+)",
  86. "versions": [
  87. {
  88. "linux-amd64": {
  89. "sha256": "c1bbcd65e1e30c7312a50344c8dbc70c2941580a79aa8f8abbce8e0e90c79566",
  90. "size": 8246604,
  91. "url": "https://dl.espressif.com/dl/binutils-esp32ulp-linux64-2.28.51-esp32ulp-20180809.tar.gz"
  92. },
  93. "macos": {
  94. "sha256": "c92937d85cc9a90eb6c6099ce767ca021108c18c94e34bd7b1fa0cde168f94a0",
  95. "size": 5726662,
  96. "url": "https://dl.espressif.com/dl/binutils-esp32ulp-macos-2.28.51-esp32ulp-20180809.tar.gz"
  97. },
  98. "name": "2.28.51.20170517",
  99. "status": "recommended",
  100. "win32": {
  101. "sha256": "92dc83e69e534c9f73d7b939088f2e84f757d2478483415d17fe9dd1c236f2fd",
  102. "size": 12231559,
  103. "url": "https://dl.espressif.com/dl/binutils-esp32ulp-win32-2.28.51-esp32ulp-20180809.zip"
  104. },
  105. "win64": {
  106. "sha256": "92dc83e69e534c9f73d7b939088f2e84f757d2478483415d17fe9dd1c236f2fd",
  107. "size": 12231559,
  108. "url": "https://dl.espressif.com/dl/binutils-esp32ulp-win32-2.28.51-esp32ulp-20180809.zip"
  109. }
  110. }
  111. ]
  112. },
  113. {
  114. "description": "CMake build system",
  115. "export_paths": [
  116. [
  117. "bin"
  118. ]
  119. ],
  120. "export_vars": {},
  121. "info_url": "https://github.com/Kitware/CMake",
  122. "install": "on_request",
  123. "license": "BSD-3-Clause",
  124. "name": "cmake",
  125. "platform_overrides": [
  126. {
  127. "install": "always",
  128. "platforms": [
  129. "win32",
  130. "win64"
  131. ]
  132. },
  133. {
  134. "export_paths": [
  135. [
  136. "CMake.app",
  137. "Contents",
  138. "bin"
  139. ]
  140. ],
  141. "platforms": [
  142. "macos"
  143. ]
  144. }
  145. ],
  146. "strip_container_dirs": 1,
  147. "version_cmd": [
  148. "cmake",
  149. "--version"
  150. ],
  151. "version_regex": "cmake version ([0-9.]+)",
  152. "versions": [
  153. {
  154. "linux-amd64": {
  155. "sha256": "563a39e0a7c7368f81bfa1c3aff8b590a0617cdfe51177ddc808f66cc0866c76",
  156. "size": 38405896,
  157. "url": "https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-Linux-x86_64.tar.gz"
  158. },
  159. "macos": {
  160. "sha256": "fef537614d73fda848f6168273b6c7ba45f850484533361e7bc50ac1d315f780",
  161. "size": 32062124,
  162. "url": "https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-Darwin-x86_64.tar.gz"
  163. },
  164. "name": "3.13.4",
  165. "status": "recommended",
  166. "win32": {
  167. "sha256": "28daf772f55d817a13ef14e25af2a5569f8326dac66a6aa3cc5208cf1f8e943f",
  168. "size": 26385104,
  169. "url": "https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-win32-x86.zip"
  170. },
  171. "win64": {
  172. "sha256": "bcd477d49e4a9400b41213d53450b474beaedb264631693c958ef9affa8e5623",
  173. "size": 29696565,
  174. "url": "https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-win64-x64.zip"
  175. }
  176. }
  177. ]
  178. },
  179. {
  180. "description": "OpenOCD for ESP32",
  181. "export_paths": [
  182. [
  183. "openocd-esp32",
  184. "bin"
  185. ]
  186. ],
  187. "export_vars": {
  188. "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts"
  189. },
  190. "info_url": "https://github.com/espressif/openocd-esp32",
  191. "install": "always",
  192. "license": "GPL-2.0-only",
  193. "name": "openocd-esp32",
  194. "platform_overrides": [
  195. {
  196. "install": "on_request",
  197. "platforms": [
  198. "linux-armel",
  199. "linux-i686"
  200. ]
  201. }
  202. ],
  203. "version_cmd": [
  204. "openocd",
  205. "--version"
  206. ],
  207. "version_regex": "Open On-Chip Debugger\\s+([a-z0-9.-]+)\\s+",
  208. "versions": [
  209. {
  210. "linux-amd64": {
  211. "sha256": "bd7364b8bf4fa03eebbac7f8aba8632029c34946ee67d451c02182aae8bc38e0",
  212. "size": 1802447,
  213. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-linux64-0.10.0-esp32-20210902.tar.gz"
  214. },
  215. "linux-armel": {
  216. "sha256": "32aa83aa815666bdd442751c75d3826132ecd1bf1ac56f8b2a195e28f0ee2128",
  217. "size": 1801394,
  218. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-armel-0.10.0-esp32-20210902.tar.gz"
  219. },
  220. "macos": {
  221. "sha256": "0c32e4400edf6c725eb24af8d9ea9395f799c06333db2b87bbd22831467aba54",
  222. "size": 1909909,
  223. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-macos-0.10.0-esp32-20210902.tar.gz"
  224. },
  225. "name": "v0.10.0-esp32-20210902",
  226. "status": "recommended",
  227. "win32": {
  228. "sha256": "9ad2a5031f498bae20291f3a81f2eb2371b79a1e5b81a2119d911b27a8a7a2e5",
  229. "size": 2281243,
  230. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-win32-0.10.0-esp32-20210902.zip"
  231. },
  232. "win64": {
  233. "sha256": "9ad2a5031f498bae20291f3a81f2eb2371b79a1e5b81a2119d911b27a8a7a2e5",
  234. "size": 2281243,
  235. "url": "https://github.com/espressif/openocd-esp32/releases/download/v0.10.0-esp32-20210902/openocd-esp32-win32-0.10.0-esp32-20210902.zip"
  236. }
  237. }
  238. ]
  239. },
  240. {
  241. "description": "menuconfig tool",
  242. "export_paths": [
  243. [
  244. ""
  245. ]
  246. ],
  247. "export_vars": {},
  248. "info_url": "https://github.com/espressif/kconfig-frontends",
  249. "install": "never",
  250. "license": "GPL-2.0-only",
  251. "name": "mconf",
  252. "platform_overrides": [
  253. {
  254. "install": "always",
  255. "platforms": [
  256. "win32",
  257. "win64"
  258. ]
  259. }
  260. ],
  261. "strip_container_dirs": 1,
  262. "version_cmd": [
  263. "mconf-idf",
  264. "-v"
  265. ],
  266. "version_regex": "mconf-idf version mconf-([a-z0-9.-]+)-win32",
  267. "versions": [
  268. {
  269. "name": "v4.6.0.0-idf-20190628",
  270. "status": "recommended",
  271. "win32": {
  272. "sha256": "1b8f17f48740ab669c13bd89136e8cc92efe0cd29872f0d6c44148902a2dc40c",
  273. "size": 826114,
  274. "url": "https://github.com/espressif/kconfig-frontends/releases/download/v4.6.0.0-idf-20190628/mconf-v4.6.0.0-idf-20190628-win32.zip"
  275. },
  276. "win64": {
  277. "sha256": "1b8f17f48740ab669c13bd89136e8cc92efe0cd29872f0d6c44148902a2dc40c",
  278. "size": 826114,
  279. "url": "https://github.com/espressif/kconfig-frontends/releases/download/v4.6.0.0-idf-20190628/mconf-v4.6.0.0-idf-20190628-win32.zip"
  280. }
  281. }
  282. ]
  283. },
  284. {
  285. "description": "Ninja build system",
  286. "export_paths": [
  287. [
  288. ""
  289. ]
  290. ],
  291. "export_vars": {},
  292. "info_url": "https://github.com/ninja-build/ninja",
  293. "install": "on_request",
  294. "license": "Apache-2.0",
  295. "name": "ninja",
  296. "platform_overrides": [
  297. {
  298. "install": "always",
  299. "platforms": [
  300. "win32",
  301. "win64"
  302. ]
  303. }
  304. ],
  305. "version_cmd": [
  306. "ninja",
  307. "--version"
  308. ],
  309. "version_regex": "([0-9.]+)",
  310. "versions": [
  311. {
  312. "linux-amd64": {
  313. "sha256": "978fd9e26c2db8d33392c6daef50e9edac0a3db6680710a9f9ad47e01f3e49b7",
  314. "size": 85276,
  315. "url": "https://dl.espressif.com/dl/ninja-1.9.0-linux64.tar.gz"
  316. },
  317. "macos": {
  318. "sha256": "9504cd1783ef3c242d06330a50d54dc8f838b605f5fc3e892c47254929f7350c",
  319. "size": 91457,
  320. "url": "https://dl.espressif.com/dl/ninja-1.9.0-osx.tar.gz"
  321. },
  322. "name": "1.9.0",
  323. "status": "recommended",
  324. "win64": {
  325. "sha256": "2d70010633ddaacc3af4ffbd21e22fae90d158674a09e132e06424ba3ab036e9",
  326. "size": 254497,
  327. "url": "https://dl.espressif.com/dl/ninja-1.9.0-win64.zip"
  328. }
  329. }
  330. ]
  331. },
  332. {
  333. "description": "IDF wrapper tool for Windows",
  334. "export_paths": [
  335. [
  336. ""
  337. ]
  338. ],
  339. "export_vars": {},
  340. "info_url": "https://github.com/espressif/esp-idf/tree/master/tools/windows/idf_exe",
  341. "install": "never",
  342. "license": "Apache-2.0",
  343. "name": "idf-exe",
  344. "platform_overrides": [
  345. {
  346. "install": "always",
  347. "platforms": [
  348. "win32",
  349. "win64"
  350. ]
  351. }
  352. ],
  353. "version_cmd": [
  354. "idf.py.exe",
  355. "-v"
  356. ],
  357. "version_regex": "([0-9.]+)",
  358. "versions": [
  359. {
  360. "name": "1.0.1",
  361. "status": "recommended",
  362. "win32": {
  363. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  364. "size": 11297,
  365. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  366. },
  367. "win64": {
  368. "sha256": "53eb6aaaf034cc7ed1a97d5c577afa0f99815b7793905e9408e74012d357d04a",
  369. "size": 11297,
  370. "url": "https://dl.espressif.com/dl/idf-exe-v1.0.1.zip"
  371. }
  372. }
  373. ]
  374. },
  375. {
  376. "description": "Ccache (compiler cache)",
  377. "export_paths": [
  378. [
  379. ""
  380. ]
  381. ],
  382. "export_vars": {
  383. "IDF_CCACHE_ENABLE": "1"
  384. },
  385. "info_url": "https://github.com/ccache/ccache",
  386. "install": "never",
  387. "license": "GPL-3.0-or-later",
  388. "name": "ccache",
  389. "platform_overrides": [
  390. {
  391. "install": "always",
  392. "platforms": [
  393. "win64"
  394. ]
  395. }
  396. ],
  397. "version_cmd": [
  398. "ccache.exe",
  399. "--version"
  400. ],
  401. "version_regex": "ccache version ([0-9.]+)",
  402. "versions": [
  403. {
  404. "name": "3.7",
  405. "status": "recommended",
  406. "win64": {
  407. "sha256": "37e833f3f354f1145503533e776c1bd44ec2e77ff8a2476a1d2039b0b10c78d6",
  408. "size": 142401,
  409. "url": "https://dl.espressif.com/dl/ccache-3.7-w64.zip"
  410. }
  411. }
  412. ]
  413. }
  414. ],
  415. "version": 1
  416. }