tools.json 14 KB

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