idf_tools.py 72 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684
  1. #!/usr/bin/env python
  2. # coding=utf-8
  3. #
  4. # This script helps installing tools required to use the ESP-IDF, and updating PATH
  5. # to use the installed tools. It can also create a Python virtual environment,
  6. # and install Python requirements into it.
  7. # It does not install OS dependencies. It does install tools such as the Xtensa
  8. # GCC toolchain and ESP32 ULP coprocessor toolchain.
  9. #
  10. # By default, downloaded tools will be installed under $HOME/.espressif directory
  11. # (%USERPROFILE%/.espressif on Windows). This path can be modified by setting
  12. # IDF_TOOLS_PATH variable prior to running this tool.
  13. #
  14. # Users do not need to interact with this script directly. In IDF root directory,
  15. # install.sh (.bat) and export.sh (.bat) scripts are provided to invoke this script.
  16. #
  17. # Usage:
  18. #
  19. # * To install the tools, run `idf_tools.py install`.
  20. #
  21. # * To install the Python environment, run `idf_tools.py install-python-env`.
  22. #
  23. # * To start using the tools, run `eval "$(idf_tools.py export)"` — this will update
  24. # the PATH to point to the installed tools and set up other environment variables
  25. # needed by the tools.
  26. #
  27. ###
  28. #
  29. # Copyright 2019 Espressif Systems (Shanghai) PTE LTD
  30. #
  31. # Licensed under the Apache License, Version 2.0 (the "License");
  32. # you may not use this file except in compliance with the License.
  33. # You may obtain a copy of the License at
  34. #
  35. # http://www.apache.org/licenses/LICENSE-2.0
  36. #
  37. # Unless required by applicable law or agreed to in writing, software
  38. # distributed under the License is distributed on an "AS IS" BASIS,
  39. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  40. # See the License for the specific language governing permissions and
  41. # limitations under the License.
  42. import argparse
  43. import contextlib
  44. import copy
  45. import errno
  46. import functools
  47. import hashlib
  48. import json
  49. import os
  50. import platform
  51. import re
  52. import shutil
  53. import ssl
  54. import subprocess
  55. import sys
  56. import tarfile
  57. from collections import OrderedDict, namedtuple
  58. from ssl import SSLContext # noqa: F401
  59. from tarfile import TarFile # noqa: F401
  60. from zipfile import ZipFile
  61. try:
  62. from typing import IO, Callable, Optional, Tuple, Union # noqa: F401
  63. except ImportError:
  64. pass
  65. try:
  66. from urllib.error import ContentTooShortError
  67. from urllib.request import urlopen
  68. # the following is only for typing annotation
  69. from urllib.response import addinfourl # noqa: F401
  70. except ImportError:
  71. # Python 2
  72. from urllib import ContentTooShortError, urlopen # type: ignore
  73. try:
  74. from exceptions import WindowsError
  75. except ImportError:
  76. # Unix
  77. class WindowsError(OSError): # type: ignore
  78. pass
  79. TOOLS_FILE = 'tools/tools.json'
  80. TOOLS_SCHEMA_FILE = 'tools/tools_schema.json'
  81. TOOLS_FILE_NEW = 'tools/tools.new.json'
  82. TOOLS_FILE_VERSION = 1
  83. IDF_TOOLS_PATH_DEFAULT = os.path.join('~', '.espressif')
  84. UNKNOWN_VERSION = 'unknown'
  85. SUBST_TOOL_PATH_REGEX = re.compile(r'\${TOOL_PATH}')
  86. VERSION_REGEX_REPLACE_DEFAULT = r'\1'
  87. IDF_MAINTAINER = os.environ.get('IDF_MAINTAINER') or False
  88. TODO_MESSAGE = 'TODO'
  89. DOWNLOAD_RETRY_COUNT = 3
  90. URL_PREFIX_MAP_SEPARATOR = ','
  91. IDF_TOOLS_INSTALL_CMD = os.environ.get('IDF_TOOLS_INSTALL_CMD')
  92. IDF_TOOLS_EXPORT_CMD = os.environ.get('IDF_TOOLS_INSTALL_CMD')
  93. PYTHON_PLATFORM = platform.system() + '-' + platform.machine()
  94. # Identifiers used in tools.json for different platforms.
  95. PLATFORM_WIN32 = 'win32'
  96. PLATFORM_WIN64 = 'win64'
  97. PLATFORM_MACOS = 'macos'
  98. PLATFORM_LINUX32 = 'linux-i686'
  99. PLATFORM_LINUX64 = 'linux-amd64'
  100. PLATFORM_LINUX_ARM32 = 'linux-armel'
  101. PLATFORM_LINUX_ARM64 = 'linux-arm64'
  102. # Mappings from various other names these platforms are known as, to the identifiers above.
  103. # This includes strings produced from "platform.system() + '-' + platform.machine()", see PYTHON_PLATFORM
  104. # definition above.
  105. # This list also includes various strings used in release archives of xtensa-esp32-elf-gcc, OpenOCD, etc.
  106. PLATFORM_FROM_NAME = {
  107. # Windows
  108. PLATFORM_WIN32: PLATFORM_WIN32,
  109. 'Windows-i686': PLATFORM_WIN32,
  110. 'Windows-x86': PLATFORM_WIN32,
  111. PLATFORM_WIN64: PLATFORM_WIN64,
  112. 'Windows-x86_64': PLATFORM_WIN64,
  113. 'Windows-AMD64': PLATFORM_WIN64,
  114. # macOS
  115. PLATFORM_MACOS: PLATFORM_MACOS,
  116. 'osx': PLATFORM_MACOS,
  117. 'darwin': PLATFORM_MACOS,
  118. 'Darwin-x86_64': PLATFORM_MACOS,
  119. # pretend it is x86_64 until Darwin-arm64 tool builds are available:
  120. 'Darwin-arm64': PLATFORM_MACOS,
  121. # Linux
  122. PLATFORM_LINUX64: PLATFORM_LINUX64,
  123. 'linux64': PLATFORM_LINUX64,
  124. 'Linux-x86_64': PLATFORM_LINUX64,
  125. PLATFORM_LINUX32: PLATFORM_LINUX32,
  126. 'linux32': PLATFORM_LINUX32,
  127. 'Linux-i686': PLATFORM_LINUX32,
  128. PLATFORM_LINUX_ARM32: PLATFORM_LINUX_ARM32,
  129. 'Linux-arm': PLATFORM_LINUX_ARM32,
  130. 'Linux-armv7l': PLATFORM_LINUX_ARM32,
  131. PLATFORM_LINUX_ARM64: PLATFORM_LINUX_ARM64,
  132. 'Linux-arm64': PLATFORM_LINUX_ARM64,
  133. 'Linux-aarch64': PLATFORM_LINUX_ARM64,
  134. 'Linux-armv8l': PLATFORM_LINUX_ARM64,
  135. }
  136. UNKNOWN_PLATFORM = 'unknown'
  137. CURRENT_PLATFORM = PLATFORM_FROM_NAME.get(PYTHON_PLATFORM, UNKNOWN_PLATFORM)
  138. EXPORT_SHELL = 'shell'
  139. EXPORT_KEY_VALUE = 'key-value'
  140. ISRG_X1_ROOT_CERT = u"""
  141. -----BEGIN CERTIFICATE-----
  142. MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw
  143. TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh
  144. cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4
  145. WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu
  146. ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY
  147. MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc
  148. h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+
  149. 0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U
  150. A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW
  151. T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH
  152. B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC
  153. B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv
  154. KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn
  155. OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn
  156. jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw
  157. qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI
  158. rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV
  159. HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq
  160. hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL
  161. ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ
  162. 3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK
  163. NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5
  164. ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur
  165. TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC
  166. jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc
  167. oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq
  168. 4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA
  169. mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d
  170. emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc=
  171. -----END CERTIFICATE-----
  172. """
  173. global_quiet = False
  174. global_non_interactive = False
  175. global_idf_path = None # type: Optional[str]
  176. global_idf_tools_path = None # type: Optional[str]
  177. global_tools_json = None # type: Optional[str]
  178. def fatal(text, *args): # type: (str, str) -> None
  179. if not global_quiet:
  180. sys.stderr.write('ERROR: ' + text + '\n', *args)
  181. def warn(text, *args): # type: (str, str) -> None
  182. if not global_quiet:
  183. sys.stderr.write('WARNING: ' + text + '\n', *args)
  184. def info(text, f=None, *args): # type: (str, Optional[IO[str]], str) -> None
  185. if not global_quiet:
  186. if f is None:
  187. f = sys.stdout
  188. f.write(text + '\n', *args)
  189. def run_cmd_check_output(cmd, input_text=None, extra_paths=None):
  190. # type: (list[str], Optional[str], Optional[list[str]]) -> bytes
  191. # If extra_paths is given, locate the executable in one of these directories.
  192. # Note: it would seem logical to add extra_paths to env[PATH], instead, and let OS do the job of finding the
  193. # executable for us. However this does not work on Windows: https://bugs.python.org/issue8557.
  194. if extra_paths:
  195. found = False
  196. extensions = ['']
  197. if sys.platform == 'win32':
  198. extensions.append('.exe')
  199. for path in extra_paths:
  200. for ext in extensions:
  201. fullpath = os.path.join(path, cmd[0] + ext)
  202. if os.path.exists(fullpath):
  203. cmd[0] = fullpath
  204. found = True
  205. break
  206. if found:
  207. break
  208. try:
  209. input_bytes = None
  210. if input_text:
  211. input_bytes = input_text.encode()
  212. result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, check=True, input=input_bytes)
  213. return result.stdout + result.stderr
  214. except (AttributeError, TypeError):
  215. p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.PIPE)
  216. stdout, stderr = p.communicate(input_bytes)
  217. if p.returncode != 0:
  218. try:
  219. raise subprocess.CalledProcessError(p.returncode, cmd, stdout, stderr)
  220. except TypeError:
  221. raise subprocess.CalledProcessError(p.returncode, cmd, stdout)
  222. return stdout + stderr
  223. def to_shell_specific_paths(paths_list): # type: (list[str]) -> list[str]
  224. if sys.platform == 'win32':
  225. paths_list = [p.replace('/', os.path.sep) if os.path.sep in p else p for p in paths_list]
  226. if 'MSYSTEM' in os.environ:
  227. paths_msys = run_cmd_check_output(['cygpath', '-u', '-f', '-'],
  228. input_text='\n'.join(paths_list))
  229. paths_list = paths_msys.decode().strip().split('\n')
  230. return paths_list
  231. def get_env_for_extra_paths(extra_paths): # type: (list[str]) -> dict[str, str]
  232. """
  233. Return a copy of environment variables dict, prepending paths listed in extra_paths
  234. to the PATH environment variable.
  235. """
  236. env_arg = os.environ.copy()
  237. new_path = os.pathsep.join(extra_paths) + os.pathsep + env_arg['PATH']
  238. if sys.version_info.major == 2:
  239. env_arg['PATH'] = new_path.encode('utf8') # type: ignore
  240. else:
  241. env_arg['PATH'] = new_path
  242. return env_arg
  243. def get_file_size_sha256(filename, block_size=65536): # type: (str, int) -> Tuple[int, str]
  244. sha256 = hashlib.sha256()
  245. size = 0
  246. with open(filename, 'rb') as f:
  247. for block in iter(lambda: f.read(block_size), b''):
  248. sha256.update(block)
  249. size += len(block)
  250. return size, sha256.hexdigest()
  251. def report_progress(count, block_size, total_size): # type: (int, int, int) -> None
  252. percent = int(count * block_size * 100 / total_size)
  253. percent = min(100, percent)
  254. sys.stdout.write('\r%d%%' % percent)
  255. sys.stdout.flush()
  256. def mkdir_p(path): # type: (str) -> None
  257. try:
  258. os.makedirs(path)
  259. except OSError as exc:
  260. if exc.errno != errno.EEXIST or not os.path.isdir(path):
  261. raise
  262. def unpack(filename, destination): # type: (str, str) -> None
  263. info('Extracting {0} to {1}'.format(filename, destination))
  264. if filename.endswith(('.tar.gz', '.tgz')):
  265. archive_obj = tarfile.open(filename, 'r:gz') # type: Union[TarFile, ZipFile]
  266. elif filename.endswith('zip'):
  267. archive_obj = ZipFile(filename)
  268. else:
  269. raise NotImplementedError('Unsupported archive type')
  270. if sys.version_info.major == 2:
  271. # This is a workaround for the issue that unicode destination is not handled:
  272. # https://bugs.python.org/issue17153
  273. destination = str(destination)
  274. archive_obj.extractall(destination)
  275. def splittype(url): # type: (str) -> Tuple[Optional[str], str]
  276. match = re.match('([^/:]+):(.*)', url, re.DOTALL)
  277. if match:
  278. scheme, data = match.groups()
  279. return scheme.lower(), data
  280. return None, url
  281. # An alternative version of urlretrieve which takes SSL context as an argument
  282. def urlretrieve_ctx(url, filename, reporthook=None, data=None, context=None):
  283. # type: (str, str, Optional[Callable[[int, int, int], None]], Optional[bytes], Optional[SSLContext]) -> Tuple[str, addinfourl]
  284. url_type, path = splittype(url)
  285. # urlopen doesn't have context argument in Python <=2.7.9
  286. extra_urlopen_args = {}
  287. if context:
  288. extra_urlopen_args['context'] = context
  289. with contextlib.closing(urlopen(url, data, **extra_urlopen_args)) as fp: # type: ignore
  290. headers = fp.info()
  291. # Just return the local path and the "headers" for file://
  292. # URLs. No sense in performing a copy unless requested.
  293. if url_type == 'file' and not filename:
  294. return os.path.normpath(path), headers
  295. # Handle temporary file setup.
  296. tfp = open(filename, 'wb')
  297. with tfp:
  298. result = filename, headers
  299. bs = 1024 * 8
  300. size = int(headers.get('content-length', -1))
  301. read = 0
  302. blocknum = 0
  303. if reporthook:
  304. reporthook(blocknum, bs, size)
  305. while True:
  306. block = fp.read(bs)
  307. if not block:
  308. break
  309. read += len(block)
  310. tfp.write(block)
  311. blocknum += 1
  312. if reporthook:
  313. reporthook(blocknum, bs, size)
  314. if size >= 0 and read < size:
  315. raise ContentTooShortError(
  316. 'retrieval incomplete: got only %i out of %i bytes'
  317. % (read, size), result)
  318. return result
  319. # Sometimes renaming a directory on Windows (randomly?) causes a PermissionError.
  320. # This is confirmed to be a workaround:
  321. # https://github.com/espressif/esp-idf/issues/3819#issuecomment-515167118
  322. # https://github.com/espressif/esp-idf/issues/4063#issuecomment-531490140
  323. # https://stackoverflow.com/a/43046729
  324. def rename_with_retry(path_from, path_to): # type: (str, str) -> None
  325. if sys.platform.startswith('win'):
  326. retry_count = 100
  327. else:
  328. retry_count = 1
  329. for retry in range(retry_count):
  330. try:
  331. os.rename(path_from, path_to)
  332. return
  333. except (OSError, WindowsError): # WindowsError until Python 3.3, then OSError
  334. if retry == retry_count - 1:
  335. raise
  336. warn('Rename {} to {} failed, retrying...'.format(path_from, path_to))
  337. def strip_container_dirs(path, levels): # type: (str, int) -> None
  338. assert levels > 0
  339. # move the original directory out of the way (add a .tmp suffix)
  340. tmp_path = path + '.tmp'
  341. if os.path.exists(tmp_path):
  342. shutil.rmtree(tmp_path)
  343. rename_with_retry(path, tmp_path)
  344. os.mkdir(path)
  345. base_path = tmp_path
  346. # walk given number of levels down
  347. for level in range(levels):
  348. contents = os.listdir(base_path)
  349. if len(contents) > 1:
  350. raise RuntimeError('at level {}, expected 1 entry, got {}'.format(level, contents))
  351. base_path = os.path.join(base_path, contents[0])
  352. if not os.path.isdir(base_path):
  353. raise RuntimeError('at level {}, {} is not a directory'.format(level, contents[0]))
  354. # get the list of directories/files to move
  355. contents = os.listdir(base_path)
  356. for name in contents:
  357. move_from = os.path.join(base_path, name)
  358. move_to = os.path.join(path, name)
  359. rename_with_retry(move_from, move_to)
  360. shutil.rmtree(tmp_path)
  361. class ToolNotFound(RuntimeError):
  362. pass
  363. class ToolExecError(RuntimeError):
  364. pass
  365. class DownloadError(RuntimeError):
  366. pass
  367. class IDFToolDownload(object):
  368. def __init__(self, platform_name, url, size, sha256): # type: (str, str, int, str) -> None
  369. self.platform_name = platform_name
  370. self.url = url
  371. self.size = size
  372. self.sha256 = sha256
  373. self.platform_name = platform_name
  374. @functools.total_ordering
  375. class IDFToolVersion(object):
  376. STATUS_RECOMMENDED = 'recommended'
  377. STATUS_SUPPORTED = 'supported'
  378. STATUS_DEPRECATED = 'deprecated'
  379. STATUS_VALUES = [STATUS_RECOMMENDED, STATUS_SUPPORTED, STATUS_DEPRECATED]
  380. def __init__(self, version, status): # type: (str, str) -> None
  381. self.version = version
  382. self.status = status
  383. self.downloads = OrderedDict() # type: OrderedDict[str, IDFToolDownload]
  384. self.latest = False
  385. def __lt__(self, other): # type: (IDFToolVersion) -> bool
  386. if self.status != other.status:
  387. return self.status > other.status
  388. else:
  389. assert not (self.status == IDFToolVersion.STATUS_RECOMMENDED
  390. and other.status == IDFToolVersion.STATUS_RECOMMENDED)
  391. return self.version < other.version
  392. def __eq__(self, other): # type: (object) -> bool
  393. if not isinstance(other, IDFToolVersion):
  394. return NotImplemented
  395. return self.status == other.status and self.version == other.version
  396. def add_download(self, platform_name, url, size, sha256): # type: (str, str, int, str) -> None
  397. self.downloads[platform_name] = IDFToolDownload(platform_name, url, size, sha256)
  398. def get_download_for_platform(self, platform_name): # type: (str) -> Optional[IDFToolDownload]
  399. if platform_name in PLATFORM_FROM_NAME.keys():
  400. platform_name = PLATFORM_FROM_NAME[platform_name]
  401. if platform_name in self.downloads.keys():
  402. return self.downloads[platform_name]
  403. if 'any' in self.downloads.keys():
  404. return self.downloads['any']
  405. return None
  406. def compatible_with_platform(self, platform_name=PYTHON_PLATFORM):
  407. # type: (str) -> bool
  408. return self.get_download_for_platform(platform_name) is not None
  409. def get_supported_platforms(self): # type: () -> set[str]
  410. return set(self.downloads.keys())
  411. OPTIONS_LIST = ['version_cmd',
  412. 'version_regex',
  413. 'version_regex_replace',
  414. 'export_paths',
  415. 'export_vars',
  416. 'install',
  417. 'info_url',
  418. 'license',
  419. 'strip_container_dirs']
  420. IDFToolOptions = namedtuple('IDFToolOptions', OPTIONS_LIST) # type: ignore
  421. class IDFTool(object):
  422. # possible values of 'install' field
  423. INSTALL_ALWAYS = 'always'
  424. INSTALL_ON_REQUEST = 'on_request'
  425. INSTALL_NEVER = 'never'
  426. def __init__(self, name, description, install, info_url, license, version_cmd, version_regex, version_regex_replace=None,
  427. strip_container_dirs=0):
  428. # type: (str, str, str, str, str, list[str], str, Optional[str], int) -> None
  429. self.name = name
  430. self.description = description
  431. self.versions = OrderedDict() # type: dict[str, IDFToolVersion]
  432. self.version_in_path = None # type: Optional[str]
  433. self.versions_installed = [] # type: list[str]
  434. if version_regex_replace is None:
  435. version_regex_replace = VERSION_REGEX_REPLACE_DEFAULT
  436. self.options = IDFToolOptions(version_cmd, version_regex, version_regex_replace,
  437. [], OrderedDict(), install, info_url, license, strip_container_dirs) # type: ignore
  438. self.platform_overrides = [] # type: list[dict[str, str]]
  439. self._platform = CURRENT_PLATFORM
  440. self._update_current_options()
  441. def copy_for_platform(self, platform): # type: (str) -> IDFTool
  442. result = copy.deepcopy(self)
  443. result._platform = platform
  444. result._update_current_options()
  445. return result
  446. def _update_current_options(self): # type: () -> None
  447. self._current_options = IDFToolOptions(*self.options)
  448. for override in self.platform_overrides:
  449. if self._platform not in override['platforms']:
  450. continue
  451. override_dict = override.copy()
  452. del override_dict['platforms']
  453. self._current_options = self._current_options._replace(**override_dict) # type: ignore
  454. def add_version(self, version): # type: (IDFToolVersion) -> None
  455. assert(type(version) is IDFToolVersion)
  456. self.versions[version.version] = version
  457. def get_path(self): # type: () -> str
  458. return os.path.join(global_idf_tools_path, 'tools', self.name) # type: ignore
  459. def get_path_for_version(self, version): # type: (str) -> str
  460. assert(version in self.versions)
  461. return os.path.join(self.get_path(), version)
  462. def get_export_paths(self, version): # type: (str) -> list[str]
  463. tool_path = self.get_path_for_version(version)
  464. return [os.path.join(tool_path, *p) for p in self._current_options.export_paths] # type: ignore
  465. def get_export_vars(self, version): # type: (str) -> dict[str, str]
  466. """
  467. Get the dictionary of environment variables to be exported, for the given version.
  468. Expands:
  469. - ${TOOL_PATH} => the actual path where the version is installed
  470. """
  471. result = {}
  472. for k, v in self._current_options.export_vars.items(): # type: ignore
  473. replace_path = self.get_path_for_version(version).replace('\\', '\\\\')
  474. v_repl = re.sub(SUBST_TOOL_PATH_REGEX, replace_path, v)
  475. if v_repl != v:
  476. v_repl = to_shell_specific_paths([v_repl])[0]
  477. result[k] = v_repl
  478. return result
  479. def check_version(self, extra_paths=None): # type: (Optional[list[str]]) -> str
  480. """
  481. Execute the tool, optionally prepending extra_paths to PATH,
  482. extract the version string and return it as a result.
  483. Raises ToolNotFound if the tool is not found (not present in the paths).
  484. Raises ToolExecError if the tool returns with a non-zero exit code.
  485. Returns 'unknown' if tool returns something from which version string
  486. can not be extracted.
  487. """
  488. # this function can not be called for a different platform
  489. assert self._platform == CURRENT_PLATFORM
  490. cmd = self._current_options.version_cmd # type: ignore
  491. try:
  492. version_cmd_result = run_cmd_check_output(cmd, None, extra_paths)
  493. except OSError:
  494. # tool is not on the path
  495. raise ToolNotFound('Tool {} not found'.format(self.name))
  496. except subprocess.CalledProcessError as e:
  497. raise ToolExecError('Command {} has returned non-zero exit code ({})\n'.format(
  498. ' '.join(self._current_options.version_cmd), e.returncode)) # type: ignore
  499. in_str = version_cmd_result.decode('utf-8')
  500. match = re.search(self._current_options.version_regex, in_str) # type: ignore
  501. if not match:
  502. return UNKNOWN_VERSION
  503. return re.sub(self._current_options.version_regex, self._current_options.version_regex_replace, match.group(0)) # type: ignore
  504. def get_install_type(self): # type: () -> Callable[[str], None]
  505. return self._current_options.install # type: ignore
  506. def compatible_with_platform(self): # type: () -> bool
  507. return any([v.compatible_with_platform() for v in self.versions.values()])
  508. def get_supported_platforms(self): # type: () -> set[str]
  509. result = set()
  510. for v in self.versions.values():
  511. result.update(v.get_supported_platforms())
  512. return result
  513. def get_recommended_version(self): # type: () -> Optional[str]
  514. recommended_versions = [k for k, v in self.versions.items()
  515. if v.status == IDFToolVersion.STATUS_RECOMMENDED
  516. and v.compatible_with_platform(self._platform)]
  517. assert len(recommended_versions) <= 1
  518. if recommended_versions:
  519. return recommended_versions[0]
  520. return None
  521. def get_preferred_installed_version(self): # type: () -> Optional[str]
  522. recommended_versions = [k for k in self.versions_installed
  523. if self.versions[k].status == IDFToolVersion.STATUS_RECOMMENDED
  524. and self.versions[k].compatible_with_platform(self._platform)]
  525. assert len(recommended_versions) <= 1
  526. if recommended_versions:
  527. return recommended_versions[0]
  528. return None
  529. def find_installed_versions(self): # type: () -> None
  530. """
  531. Checks whether the tool can be found in PATH and in global_idf_tools_path.
  532. Writes results to self.version_in_path and self.versions_installed.
  533. """
  534. # this function can not be called for a different platform
  535. assert self._platform == CURRENT_PLATFORM
  536. # First check if the tool is in system PATH
  537. try:
  538. ver_str = self.check_version()
  539. except ToolNotFound:
  540. # not in PATH
  541. pass
  542. except ToolExecError:
  543. warn('tool {} found in path, but failed to run'.format(self.name))
  544. else:
  545. self.version_in_path = ver_str
  546. # Now check all the versions installed in global_idf_tools_path
  547. self.versions_installed = []
  548. for version, version_obj in self.versions.items():
  549. if not version_obj.compatible_with_platform():
  550. continue
  551. tool_path = self.get_path_for_version(version)
  552. if not os.path.exists(tool_path):
  553. # version not installed
  554. continue
  555. try:
  556. ver_str = self.check_version(self.get_export_paths(version))
  557. except ToolNotFound:
  558. warn('directory for tool {} version {} is present, but tool was not found'.format(
  559. self.name, version))
  560. except ToolExecError:
  561. warn('tool {} version {} is installed, but the tool failed to run'.format(
  562. self.name, version))
  563. else:
  564. if ver_str != version:
  565. warn('tool {} version {} is installed, but has reported version {}'.format(
  566. self.name, version, ver_str))
  567. else:
  568. self.versions_installed.append(version)
  569. def download(self, version): # type: (str) -> None
  570. assert(version in self.versions)
  571. download_obj = self.versions[version].get_download_for_platform(self._platform)
  572. if not download_obj:
  573. fatal('No packages for tool {} platform {}!'.format(self.name, self._platform))
  574. raise DownloadError()
  575. url = download_obj.url
  576. archive_name = os.path.basename(url)
  577. local_path = os.path.join(global_idf_tools_path, 'dist', archive_name) # type: ignore
  578. mkdir_p(os.path.dirname(local_path))
  579. if os.path.isfile(local_path):
  580. if not self.check_download_file(download_obj, local_path):
  581. warn('removing downloaded file {0} and downloading again'.format(archive_name))
  582. os.unlink(local_path)
  583. else:
  584. info('file {0} is already downloaded'.format(archive_name))
  585. return
  586. downloaded = False
  587. for retry in range(DOWNLOAD_RETRY_COUNT):
  588. local_temp_path = local_path + '.tmp'
  589. info('Downloading {} to {}'.format(archive_name, local_temp_path))
  590. try:
  591. ctx = None
  592. # For dl.espressif.com, add the ISRG x1 root certificate.
  593. # This works around the issue with outdated certificate stores in some installations.
  594. if 'dl.espressif.com' in url:
  595. try:
  596. ctx = ssl.create_default_context()
  597. ctx.load_verify_locations(cadata=ISRG_X1_ROOT_CERT)
  598. except AttributeError:
  599. # no ssl.create_default_context or load_verify_locations cadata argument
  600. # in Python <=2.7.8
  601. pass
  602. urlretrieve_ctx(url, local_temp_path, report_progress if not global_non_interactive else None, context=ctx)
  603. sys.stdout.write('\rDone\n')
  604. except Exception as e:
  605. # urlretrieve could throw different exceptions, e.g. IOError when the server is down
  606. # Errors are ignored because the downloaded file is checked a couple of lines later.
  607. warn('Download failure {}'.format(e))
  608. sys.stdout.flush()
  609. if not os.path.isfile(local_temp_path) or not self.check_download_file(download_obj, local_temp_path):
  610. warn('Failed to download {} to {}'.format(url, local_temp_path))
  611. continue
  612. rename_with_retry(local_temp_path, local_path)
  613. downloaded = True
  614. break
  615. if not downloaded:
  616. fatal('Failed to download, and retry count has expired')
  617. raise DownloadError()
  618. def install(self, version): # type: (str) -> None
  619. # Currently this is called after calling 'download' method, so here are a few asserts
  620. # for the conditions which should be true once that method is done.
  621. assert (version in self.versions)
  622. download_obj = self.versions[version].get_download_for_platform(self._platform)
  623. assert (download_obj is not None)
  624. archive_name = os.path.basename(download_obj.url)
  625. archive_path = os.path.join(global_idf_tools_path, 'dist', archive_name) # type: ignore
  626. assert (os.path.isfile(archive_path))
  627. dest_dir = self.get_path_for_version(version)
  628. if os.path.exists(dest_dir):
  629. warn('destination path already exists, removing')
  630. shutil.rmtree(dest_dir)
  631. mkdir_p(dest_dir)
  632. unpack(archive_path, dest_dir)
  633. if self._current_options.strip_container_dirs: # type: ignore
  634. strip_container_dirs(dest_dir, self._current_options.strip_container_dirs) # type: ignore
  635. @staticmethod
  636. def check_download_file(download_obj, local_path): # type: (IDFToolDownload, str) -> bool
  637. expected_sha256 = download_obj.sha256
  638. expected_size = download_obj.size
  639. file_size, file_sha256 = get_file_size_sha256(local_path)
  640. if file_size != expected_size:
  641. warn('file size mismatch for {}, expected {}, got {}'.format(local_path, expected_size, file_size))
  642. return False
  643. if file_sha256 != expected_sha256:
  644. warn('hash mismatch for {}, expected {}, got {}'.format(local_path, expected_sha256, file_sha256))
  645. return False
  646. return True
  647. @classmethod
  648. def from_json(cls, tool_dict): # type: (dict[str, Union[str, list[str], dict[str, str]]]) -> IDFTool
  649. # json.load will return 'str' types in Python 3 and 'unicode' in Python 2
  650. expected_str_type = type(u'')
  651. # Validate json fields
  652. tool_name = tool_dict.get('name') # type: ignore
  653. if type(tool_name) is not expected_str_type:
  654. raise RuntimeError('tool_name is not a string')
  655. description = tool_dict.get('description') # type: ignore
  656. if type(description) is not expected_str_type:
  657. raise RuntimeError('description is not a string')
  658. version_cmd = tool_dict.get('version_cmd')
  659. if type(version_cmd) is not list:
  660. raise RuntimeError('version_cmd for tool %s is not a list of strings' % tool_name)
  661. version_regex = tool_dict.get('version_regex')
  662. if type(version_regex) is not expected_str_type or not version_regex:
  663. raise RuntimeError('version_regex for tool %s is not a non-empty string' % tool_name)
  664. version_regex_replace = tool_dict.get('version_regex_replace')
  665. if version_regex_replace and type(version_regex_replace) is not expected_str_type:
  666. raise RuntimeError('version_regex_replace for tool %s is not a string' % tool_name)
  667. export_paths = tool_dict.get('export_paths')
  668. if type(export_paths) is not list:
  669. raise RuntimeError('export_paths for tool %s is not a list' % tool_name)
  670. export_vars = tool_dict.get('export_vars', {}) # type: ignore
  671. if type(export_vars) is not dict:
  672. raise RuntimeError('export_vars for tool %s is not a mapping' % tool_name)
  673. versions = tool_dict.get('versions')
  674. if type(versions) is not list:
  675. raise RuntimeError('versions for tool %s is not an array' % tool_name)
  676. install = tool_dict.get('install', False) # type: ignore
  677. if type(install) is not expected_str_type:
  678. raise RuntimeError('install for tool %s is not a string' % tool_name)
  679. info_url = tool_dict.get('info_url', False) # type: ignore
  680. if type(info_url) is not expected_str_type:
  681. raise RuntimeError('info_url for tool %s is not a string' % tool_name)
  682. license = tool_dict.get('license', False) # type: ignore
  683. if type(license) is not expected_str_type:
  684. raise RuntimeError('license for tool %s is not a string' % tool_name)
  685. strip_container_dirs = tool_dict.get('strip_container_dirs', 0)
  686. if strip_container_dirs and type(strip_container_dirs) is not int:
  687. raise RuntimeError('strip_container_dirs for tool %s is not an int' % tool_name)
  688. overrides_list = tool_dict.get('platform_overrides', []) # type: ignore
  689. if type(overrides_list) is not list:
  690. raise RuntimeError('platform_overrides for tool %s is not a list' % tool_name)
  691. # Create the object
  692. tool_obj = cls(tool_name, description, install, info_url, license, # type: ignore
  693. version_cmd, version_regex, version_regex_replace, # type: ignore
  694. strip_container_dirs) # type: ignore
  695. for path in export_paths: # type: ignore
  696. tool_obj.options.export_paths.append(path) # type: ignore
  697. for name, value in export_vars.items(): # type: ignore
  698. tool_obj.options.export_vars[name] = value # type: ignore
  699. for index, override in enumerate(overrides_list):
  700. platforms_list = override.get('platforms') # type: ignore
  701. if type(platforms_list) is not list:
  702. raise RuntimeError('platforms for override %d of tool %s is not a list' % (index, tool_name))
  703. install = override.get('install') # type: ignore
  704. if install is not None and type(install) is not expected_str_type:
  705. raise RuntimeError('install for override %d of tool %s is not a string' % (index, tool_name))
  706. version_cmd = override.get('version_cmd') # type: ignore
  707. if version_cmd is not None and type(version_cmd) is not list:
  708. raise RuntimeError('version_cmd for override %d of tool %s is not a list of strings' %
  709. (index, tool_name))
  710. version_regex = override.get('version_regex') # type: ignore
  711. if version_regex is not None and (type(version_regex) is not expected_str_type or not version_regex):
  712. raise RuntimeError('version_regex for override %d of tool %s is not a non-empty string' %
  713. (index, tool_name))
  714. version_regex_replace = override.get('version_regex_replace') # type: ignore
  715. if version_regex_replace is not None and type(version_regex_replace) is not expected_str_type:
  716. raise RuntimeError('version_regex_replace for override %d of tool %s is not a string' %
  717. (index, tool_name))
  718. export_paths = override.get('export_paths') # type: ignore
  719. if export_paths is not None and type(export_paths) is not list:
  720. raise RuntimeError('export_paths for override %d of tool %s is not a list' % (index, tool_name))
  721. export_vars = override.get('export_vars') # type: ignore
  722. if export_vars is not None and type(export_vars) is not dict:
  723. raise RuntimeError('export_vars for override %d of tool %s is not a mapping' % (index, tool_name))
  724. tool_obj.platform_overrides.append(override) # type: ignore
  725. recommended_versions = {} # type: dict[str, list[str]]
  726. for version_dict in versions: # type: ignore
  727. version = version_dict.get('name') # type: ignore
  728. if type(version) is not expected_str_type:
  729. raise RuntimeError('version name for tool {} is not a string'.format(tool_name))
  730. version_status = version_dict.get('status') # type: ignore
  731. if type(version_status) is not expected_str_type and version_status not in IDFToolVersion.STATUS_VALUES:
  732. raise RuntimeError('tool {} version {} status is not one of {}', tool_name, version,
  733. IDFToolVersion.STATUS_VALUES)
  734. version_obj = IDFToolVersion(version, version_status)
  735. for platform_id, platform_dict in version_dict.items(): # type: ignore
  736. if platform_id in ['name', 'status']:
  737. continue
  738. if platform_id not in PLATFORM_FROM_NAME.keys():
  739. raise RuntimeError('invalid platform %s for tool %s version %s' %
  740. (platform_id, tool_name, version))
  741. version_obj.add_download(platform_id,
  742. platform_dict['url'], platform_dict['size'], platform_dict['sha256'])
  743. if version_status == IDFToolVersion.STATUS_RECOMMENDED:
  744. if platform_id not in recommended_versions:
  745. recommended_versions[platform_id] = []
  746. recommended_versions[platform_id].append(version)
  747. tool_obj.add_version(version_obj)
  748. for platform_id, version_list in recommended_versions.items():
  749. if len(version_list) > 1:
  750. raise RuntimeError('tool {} for platform {} has {} recommended versions'.format(
  751. tool_name, platform_id, len(recommended_versions)))
  752. if install != IDFTool.INSTALL_NEVER and len(recommended_versions) == 0:
  753. raise RuntimeError('required/optional tool {} for platform {} has no recommended versions'.format(
  754. tool_name, platform_id))
  755. tool_obj._update_current_options()
  756. return tool_obj
  757. def to_json(self): # type: ignore
  758. versions_array = []
  759. for version, version_obj in self.versions.items():
  760. version_json = {
  761. 'name': version,
  762. 'status': version_obj.status
  763. }
  764. for platform_id, download in version_obj.downloads.items():
  765. version_json[platform_id] = {
  766. 'url': download.url,
  767. 'size': download.size,
  768. 'sha256': download.sha256
  769. }
  770. versions_array.append(version_json)
  771. overrides_array = self.platform_overrides
  772. tool_json = {
  773. 'name': self.name,
  774. 'description': self.description,
  775. 'export_paths': self.options.export_paths,
  776. 'export_vars': self.options.export_vars,
  777. 'install': self.options.install,
  778. 'info_url': self.options.info_url,
  779. 'license': self.options.license,
  780. 'version_cmd': self.options.version_cmd,
  781. 'version_regex': self.options.version_regex,
  782. 'versions': versions_array,
  783. }
  784. if self.options.version_regex_replace != VERSION_REGEX_REPLACE_DEFAULT:
  785. tool_json['version_regex_replace'] = self.options.version_regex_replace
  786. if overrides_array:
  787. tool_json['platform_overrides'] = overrides_array
  788. if self.options.strip_container_dirs:
  789. tool_json['strip_container_dirs'] = self.options.strip_container_dirs
  790. return tool_json
  791. def load_tools_info(): # type: () -> dict[str, IDFTool]
  792. """
  793. Load tools metadata from tools.json, return a dictionary: tool name - tool info
  794. """
  795. tool_versions_file_name = global_tools_json
  796. with open(tool_versions_file_name, 'r') as f: # type: ignore
  797. tools_info = json.load(f)
  798. return parse_tools_info_json(tools_info) # type: ignore
  799. def parse_tools_info_json(tools_info): # type: ignore
  800. """
  801. Parse and validate the dictionary obtained by loading the tools.json file.
  802. Returns a dictionary of tools (key: tool name, value: IDFTool object).
  803. """
  804. if tools_info['version'] != TOOLS_FILE_VERSION:
  805. raise RuntimeError('Invalid version')
  806. tools_dict = OrderedDict()
  807. tools_array = tools_info.get('tools')
  808. if type(tools_array) is not list:
  809. raise RuntimeError('tools property is missing or not an array')
  810. for tool_dict in tools_array:
  811. tool = IDFTool.from_json(tool_dict)
  812. tools_dict[tool.name] = tool
  813. return tools_dict
  814. def dump_tools_json(tools_info): # type: ignore
  815. tools_array = []
  816. for tool_name, tool_obj in tools_info.items():
  817. tool_json = tool_obj.to_json()
  818. tools_array.append(tool_json)
  819. file_json = {'version': TOOLS_FILE_VERSION, 'tools': tools_array}
  820. return json.dumps(file_json, indent=2, separators=(',', ': '), sort_keys=True)
  821. def get_python_env_path(): # type: () -> Tuple[str, str, str]
  822. python_ver_major_minor = '{}.{}'.format(sys.version_info.major, sys.version_info.minor)
  823. version_file_path = os.path.join(global_idf_path, 'version.txt') # type: ignore
  824. if os.path.exists(version_file_path):
  825. with open(version_file_path, 'r') as version_file:
  826. idf_version_str = version_file.read()
  827. else:
  828. try:
  829. idf_version_str = subprocess.check_output(['git', 'describe'],
  830. cwd=global_idf_path, env=os.environ).decode()
  831. except subprocess.CalledProcessError as e:
  832. warn('Git describe was unsuccessul: {}'.format(e))
  833. idf_version_str = ''
  834. match = re.match(r'^v([0-9]+\.[0-9]+).*', idf_version_str)
  835. if match:
  836. idf_version = match.group(1) # type: Optional[str]
  837. else:
  838. idf_version = None
  839. # fallback when IDF is a shallow clone
  840. try:
  841. with open(os.path.join(global_idf_path, 'components', 'esp_common', 'include', 'esp_idf_version.h')) as f: # type: ignore
  842. m = re.search(r'^#define\s+ESP_IDF_VERSION_MAJOR\s+(\d+).+?^#define\s+ESP_IDF_VERSION_MINOR\s+(\d+)',
  843. f.read(), re.DOTALL | re.MULTILINE)
  844. if m:
  845. idf_version = '.'.join((m.group(1), m.group(2)))
  846. else:
  847. warn('Reading IDF version from C header file failed!')
  848. except Exception as e:
  849. warn('Is it not possible to determine the IDF version: {}'.format(e))
  850. if idf_version is None:
  851. fatal('IDF version cannot be determined')
  852. raise SystemExit(1)
  853. idf_python_env_path = os.path.join(global_idf_tools_path, 'python_env', # type: ignore
  854. 'idf{}_py{}_env'.format(idf_version, python_ver_major_minor))
  855. if sys.platform == 'win32':
  856. subdir = 'Scripts'
  857. python_exe = 'python.exe'
  858. else:
  859. subdir = 'bin'
  860. python_exe = 'python'
  861. idf_python_export_path = os.path.join(idf_python_env_path, subdir)
  862. virtualenv_python = os.path.join(idf_python_export_path, python_exe)
  863. return idf_python_env_path, idf_python_export_path, virtualenv_python
  864. def action_list(args): # type: ignore
  865. tools_info = load_tools_info()
  866. for name, tool in tools_info.items():
  867. if tool.get_install_type() == IDFTool.INSTALL_NEVER:
  868. continue
  869. optional_str = ' (optional)' if tool.get_install_type() == IDFTool.INSTALL_ON_REQUEST else ''
  870. info('* {}: {}{}'.format(name, tool.description, optional_str))
  871. tool.find_installed_versions()
  872. versions_for_platform = {k: v for k, v in tool.versions.items() if v.compatible_with_platform()}
  873. if not versions_for_platform:
  874. info(' (no versions compatible with platform {})'.format(PYTHON_PLATFORM))
  875. continue
  876. versions_sorted = sorted(versions_for_platform.keys(), key=tool.versions.get, reverse=True) # type: ignore
  877. for version in versions_sorted:
  878. version_obj = tool.versions[version]
  879. info(' - {} ({}{})'.format(version, version_obj.status,
  880. ', installed' if version in tool.versions_installed else ''))
  881. def action_check(args): # type: ignore
  882. tools_info = load_tools_info()
  883. not_found_list = []
  884. info('Checking for installed tools...')
  885. for name, tool in tools_info.items():
  886. if tool.get_install_type() == IDFTool.INSTALL_NEVER:
  887. continue
  888. tool_found_somewhere = False
  889. info('Checking tool %s' % name)
  890. tool.find_installed_versions()
  891. if tool.version_in_path:
  892. info(' version found in PATH: %s' % tool.version_in_path)
  893. tool_found_somewhere = True
  894. else:
  895. info(' no version found in PATH')
  896. for version in tool.versions_installed:
  897. info(' version installed in tools directory: %s' % version)
  898. tool_found_somewhere = True
  899. if not tool_found_somewhere and tool.get_install_type() == IDFTool.INSTALL_ALWAYS:
  900. not_found_list.append(name)
  901. if not_found_list:
  902. fatal('The following required tools were not found: ' + ' '.join(not_found_list))
  903. raise SystemExit(1)
  904. def action_export(args): # type: ignore
  905. tools_info = load_tools_info()
  906. all_tools_found = True
  907. export_vars = {}
  908. paths_to_export = []
  909. for name, tool in tools_info.items():
  910. if tool.get_install_type() == IDFTool.INSTALL_NEVER:
  911. continue
  912. tool.find_installed_versions()
  913. if tool.version_in_path:
  914. if tool.version_in_path not in tool.versions:
  915. # unsupported version
  916. if args.prefer_system: # type: ignore
  917. warn('using an unsupported version of tool {} found in PATH: {}'.format(
  918. tool.name, tool.version_in_path))
  919. continue
  920. else:
  921. # unsupported version in path
  922. pass
  923. else:
  924. # supported/deprecated version in PATH, use it
  925. version_obj = tool.versions[tool.version_in_path]
  926. if version_obj.status == IDFToolVersion.STATUS_SUPPORTED:
  927. info('Using a supported version of tool {} found in PATH: {}.'.format(name, tool.version_in_path),
  928. f=sys.stderr)
  929. info('However the recommended version is {}.'.format(tool.get_recommended_version()),
  930. f=sys.stderr)
  931. elif version_obj.status == IDFToolVersion.STATUS_DEPRECATED:
  932. warn('using a deprecated version of tool {} found in PATH: {}'.format(name, tool.version_in_path))
  933. continue
  934. self_restart_cmd = '{} {}{}'.format(sys.executable, __file__,
  935. (' --tools-json ' + args.tools_json) if args.tools_json else '')
  936. self_restart_cmd = to_shell_specific_paths([self_restart_cmd])[0]
  937. if IDF_TOOLS_EXPORT_CMD:
  938. prefer_system_hint = ''
  939. else:
  940. prefer_system_hint = ' To use it, run \'{} export --prefer-system\''.format(self_restart_cmd)
  941. if IDF_TOOLS_INSTALL_CMD:
  942. install_cmd = to_shell_specific_paths([IDF_TOOLS_INSTALL_CMD])[0]
  943. else:
  944. install_cmd = self_restart_cmd + ' install'
  945. if not tool.versions_installed:
  946. if tool.get_install_type() == IDFTool.INSTALL_ALWAYS:
  947. all_tools_found = False
  948. fatal('tool {} has no installed versions. Please run \'{}\' to install it.'.format(
  949. tool.name, install_cmd))
  950. if tool.version_in_path and tool.version_in_path not in tool.versions:
  951. info('An unsupported version of tool {} was found in PATH: {}. '.format(name, tool.version_in_path) +
  952. prefer_system_hint, f=sys.stderr)
  953. continue
  954. else:
  955. # tool is optional, and does not have versions installed
  956. # use whatever is available in PATH
  957. continue
  958. if tool.version_in_path and tool.version_in_path not in tool.versions:
  959. info('Not using an unsupported version of tool {} found in PATH: {}.'.format(
  960. tool.name, tool.version_in_path) + prefer_system_hint, f=sys.stderr)
  961. version_to_use = tool.get_preferred_installed_version()
  962. export_paths = tool.get_export_paths(version_to_use)
  963. if export_paths:
  964. paths_to_export += export_paths
  965. tool_export_vars = tool.get_export_vars(version_to_use)
  966. for k, v in tool_export_vars.items():
  967. old_v = os.environ.get(k)
  968. if old_v is None or old_v != v:
  969. export_vars[k] = v
  970. current_path = os.getenv('PATH')
  971. idf_python_env_path, idf_python_export_path, virtualenv_python = get_python_env_path()
  972. if os.path.exists(virtualenv_python):
  973. idf_python_env_path = to_shell_specific_paths([idf_python_env_path])[0]
  974. if os.getenv('IDF_PYTHON_ENV_PATH') != idf_python_env_path:
  975. export_vars['IDF_PYTHON_ENV_PATH'] = to_shell_specific_paths([idf_python_env_path])[0]
  976. if idf_python_export_path not in current_path:
  977. paths_to_export.append(idf_python_export_path)
  978. idf_tools_dir = os.path.join(global_idf_path, 'tools')
  979. idf_tools_dir = to_shell_specific_paths([idf_tools_dir])[0]
  980. if idf_tools_dir not in current_path:
  981. paths_to_export.append(idf_tools_dir)
  982. if sys.platform == 'win32' and 'MSYSTEM' not in os.environ:
  983. old_path = '%PATH%'
  984. path_sep = ';'
  985. else:
  986. old_path = '$PATH'
  987. # can't trust os.pathsep here, since for Windows Python started from MSYS shell,
  988. # os.pathsep will be ';'
  989. path_sep = ':'
  990. if args.format == EXPORT_SHELL:
  991. if sys.platform == 'win32' and 'MSYSTEM' not in os.environ:
  992. export_format = 'SET "{}={}"'
  993. export_sep = '\n'
  994. else:
  995. export_format = 'export {}="{}"'
  996. export_sep = ';'
  997. elif args.format == EXPORT_KEY_VALUE:
  998. export_format = '{}={}'
  999. export_sep = '\n'
  1000. else:
  1001. raise NotImplementedError('unsupported export format {}'.format(args.format))
  1002. if paths_to_export:
  1003. export_vars['PATH'] = path_sep.join(to_shell_specific_paths(paths_to_export) + [old_path])
  1004. export_statements = export_sep.join([export_format.format(k, v) for k, v in export_vars.items()])
  1005. if export_statements:
  1006. print(export_statements)
  1007. if not all_tools_found:
  1008. raise SystemExit(1)
  1009. def apply_url_mirrors(args, tool_download_obj): # type: ignore
  1010. apply_mirror_prefix_map(args, tool_download_obj)
  1011. apply_github_assets_option(tool_download_obj)
  1012. def apply_mirror_prefix_map(args, tool_download_obj): # type: ignore
  1013. """Rewrite URL for given tool_obj, given tool_version, and current platform,
  1014. if --mirror-prefix-map flag or IDF_MIRROR_PREFIX_MAP environment variable is given.
  1015. """
  1016. mirror_prefix_map = None
  1017. mirror_prefix_map_env = os.getenv('IDF_MIRROR_PREFIX_MAP')
  1018. if mirror_prefix_map_env:
  1019. mirror_prefix_map = mirror_prefix_map_env.split(';')
  1020. if IDF_MAINTAINER and args.mirror_prefix_map:
  1021. if mirror_prefix_map:
  1022. warn('Both IDF_MIRROR_PREFIX_MAP environment variable and --mirror-prefix-map flag are specified, ' +
  1023. 'will use the value from the command line.')
  1024. mirror_prefix_map = args.mirror_prefix_map
  1025. if mirror_prefix_map and tool_download_obj:
  1026. for item in mirror_prefix_map:
  1027. if URL_PREFIX_MAP_SEPARATOR not in item:
  1028. warn('invalid mirror-prefix-map item (missing \'{}\') {}'.format(URL_PREFIX_MAP_SEPARATOR, item))
  1029. continue
  1030. search, replace = item.split(URL_PREFIX_MAP_SEPARATOR, 1)
  1031. old_url = tool_download_obj.url
  1032. new_url = re.sub(search, replace, old_url)
  1033. if new_url != old_url:
  1034. info('Changed download URL: {} => {}'.format(old_url, new_url))
  1035. tool_download_obj.url = new_url
  1036. break
  1037. def apply_github_assets_option(tool_download_obj): # type: ignore
  1038. """ Rewrite URL for given tool_obj if the download URL is an https://github.com/ URL and the variable
  1039. IDF_GITHUB_ASSETS is set. The github.com part of the URL will be replaced.
  1040. """
  1041. try:
  1042. github_assets = os.environ['IDF_GITHUB_ASSETS'].strip()
  1043. except KeyError:
  1044. return # no IDF_GITHUB_ASSETS
  1045. if not github_assets: # variable exists but is empty
  1046. return
  1047. # check no URL qualifier in the mirror URL
  1048. if '://' in github_assets:
  1049. fatal("IDF_GITHUB_ASSETS shouldn't include any URL qualifier, https:// is assumed")
  1050. raise SystemExit(1)
  1051. # Strip any trailing / from the mirror URL
  1052. github_assets = github_assets.rstrip('/')
  1053. old_url = tool_download_obj.url
  1054. new_url = re.sub(r'^https://github.com/', 'https://{}/'.format(github_assets), old_url)
  1055. if new_url != old_url:
  1056. info('Using GitHub assets mirror for URL: {} => {}'.format(old_url, new_url))
  1057. tool_download_obj.url = new_url
  1058. def action_download(args): # type: ignore
  1059. tools_info = load_tools_info()
  1060. tools_spec = args.tools
  1061. if args.platform not in PLATFORM_FROM_NAME:
  1062. fatal('unknown platform: {}' % args.platform)
  1063. raise SystemExit(1)
  1064. platform = PLATFORM_FROM_NAME[args.platform]
  1065. tools_info_for_platform = OrderedDict()
  1066. for name, tool_obj in tools_info.items():
  1067. tool_for_platform = tool_obj.copy_for_platform(platform)
  1068. tools_info_for_platform[name] = tool_for_platform
  1069. if not tools_spec or 'required' in tools_spec:
  1070. tools_spec = [k for k, v in tools_info_for_platform.items() if v.get_install_type() == IDFTool.INSTALL_ALWAYS]
  1071. info('Downloading tools for {}: {}'.format(platform, ', '.join(tools_spec)))
  1072. elif 'all' in tools_spec:
  1073. tools_spec = [k for k, v in tools_info_for_platform.items() if v.get_install_type() != IDFTool.INSTALL_NEVER]
  1074. info('Downloading tools for {}: {}'.format(platform, ', '.join(tools_spec)))
  1075. for tool_spec in tools_spec:
  1076. if '@' not in tool_spec:
  1077. tool_name = tool_spec
  1078. tool_version = None
  1079. else:
  1080. tool_name, tool_version = tool_spec.split('@', 1)
  1081. if tool_name not in tools_info_for_platform:
  1082. fatal('unknown tool name: {}'.format(tool_name))
  1083. raise SystemExit(1)
  1084. tool_obj = tools_info_for_platform[tool_name]
  1085. if tool_version is not None and tool_version not in tool_obj.versions:
  1086. fatal('unknown version for tool {}: {}'.format(tool_name, tool_version))
  1087. raise SystemExit(1)
  1088. if tool_version is None:
  1089. tool_version = tool_obj.get_recommended_version()
  1090. if tool_version is None:
  1091. fatal('tool {} not found for {} platform'.format(tool_name, platform))
  1092. raise SystemExit(1)
  1093. tool_spec = '{}@{}'.format(tool_name, tool_version)
  1094. info('Downloading {}'.format(tool_spec))
  1095. apply_url_mirrors(args, tool_obj.versions[tool_version].get_download_for_platform(platform))
  1096. tool_obj.download(tool_version)
  1097. def action_install(args): # type: ignore
  1098. tools_info = load_tools_info()
  1099. tools_spec = args.tools # type: ignore
  1100. if not tools_spec or 'required' in tools_spec:
  1101. tools_spec = [k for k, v in tools_info.items() if v.get_install_type() == IDFTool.INSTALL_ALWAYS]
  1102. info('Installing tools: {}'.format(', '.join(tools_spec)))
  1103. elif 'all' in tools_spec:
  1104. tools_spec = [k for k, v in tools_info.items() if v.get_install_type() != IDFTool.INSTALL_NEVER]
  1105. info('Installing tools: {}'.format(', '.join(tools_spec)))
  1106. for tool_spec in tools_spec:
  1107. if '@' not in tool_spec:
  1108. tool_name = tool_spec
  1109. tool_version = None
  1110. else:
  1111. tool_name, tool_version = tool_spec.split('@', 1)
  1112. if tool_name not in tools_info:
  1113. fatal('unknown tool name: {}'.format(tool_name))
  1114. raise SystemExit(1)
  1115. tool_obj = tools_info[tool_name]
  1116. if not tool_obj.compatible_with_platform():
  1117. fatal('tool {} does not have versions compatible with platform {}'.format(tool_name, CURRENT_PLATFORM))
  1118. raise SystemExit(1)
  1119. if tool_version is not None and tool_version not in tool_obj.versions:
  1120. fatal('unknown version for tool {}: {}'.format(tool_name, tool_version))
  1121. raise SystemExit(1)
  1122. if tool_version is None:
  1123. tool_version = tool_obj.get_recommended_version()
  1124. assert tool_version is not None
  1125. tool_obj.find_installed_versions()
  1126. tool_spec = '{}@{}'.format(tool_name, tool_version)
  1127. if tool_version in tool_obj.versions_installed:
  1128. info('Skipping {} (already installed)'.format(tool_spec))
  1129. continue
  1130. info('Installing {}'.format(tool_spec))
  1131. apply_url_mirrors(args, tool_obj.versions[tool_version].get_download_for_platform(PYTHON_PLATFORM))
  1132. tool_obj.download(tool_version)
  1133. tool_obj.install(tool_version)
  1134. def get_wheels_dir(): # type: () -> Optional[str]
  1135. tools_info = load_tools_info()
  1136. wheels_package_name = 'idf-python-wheels'
  1137. if wheels_package_name not in tools_info:
  1138. return None
  1139. wheels_package = tools_info[wheels_package_name]
  1140. recommended_version = wheels_package.get_recommended_version()
  1141. if recommended_version is None:
  1142. return None
  1143. wheels_dir = wheels_package.get_path_for_version(recommended_version)
  1144. if not os.path.exists(wheels_dir):
  1145. return None
  1146. return wheels_dir
  1147. def action_install_python_env(args): # type: ignore
  1148. reinstall = args.reinstall
  1149. idf_python_env_path, _, virtualenv_python = get_python_env_path()
  1150. is_virtualenv = hasattr(sys, 'real_prefix') or (hasattr(sys, 'base_prefix') and sys.base_prefix != sys.prefix)
  1151. if is_virtualenv and (not os.path.exists(idf_python_env_path) or reinstall):
  1152. fatal('This script was called from a virtual environment, can not create a virtual environment again')
  1153. raise SystemExit(1)
  1154. if os.path.exists(virtualenv_python):
  1155. try:
  1156. subprocess.check_call([virtualenv_python, '--version'], stdout=sys.stdout, stderr=sys.stderr)
  1157. except subprocess.CalledProcessError:
  1158. # At this point we can reinstall the virtual environment if it is non-functional. This can happen at least
  1159. # when the Python interpreter was removed which was used to create the virtual environment.
  1160. reinstall = True
  1161. try:
  1162. subprocess.check_call([virtualenv_python, '-m', 'pip', '--version'], stdout=sys.stdout, stderr=sys.stderr)
  1163. except subprocess.CalledProcessError:
  1164. warn('PIP is not available in the virtual environment.')
  1165. # Reinstallation of the virtual environment could help if PIP was installed for the main Python
  1166. reinstall = True
  1167. if reinstall and os.path.exists(idf_python_env_path):
  1168. warn('Removing the existing Python environment in {}'.format(idf_python_env_path))
  1169. shutil.rmtree(idf_python_env_path)
  1170. if not os.path.exists(virtualenv_python):
  1171. info('Creating a new Python environment in {}'.format(idf_python_env_path))
  1172. try:
  1173. import virtualenv # noqa: F401
  1174. except ImportError:
  1175. info('Installing virtualenv')
  1176. subprocess.check_call([sys.executable, '-m', 'pip', 'install', '--user', 'virtualenv'],
  1177. stdout=sys.stdout, stderr=sys.stderr)
  1178. subprocess.check_call([sys.executable, '-m', 'virtualenv', idf_python_env_path],
  1179. stdout=sys.stdout, stderr=sys.stderr)
  1180. run_args = [virtualenv_python, '-m', 'pip', 'install', '--no-warn-script-location']
  1181. requirements_txt = os.path.join(global_idf_path, 'requirements.txt')
  1182. run_args += ['-r', requirements_txt]
  1183. if args.extra_wheels_dir:
  1184. run_args += ['--find-links', args.extra_wheels_dir]
  1185. if args.no_index:
  1186. run_args += ['--no-index']
  1187. if args.extra_wheels_url:
  1188. run_args += ['--extra-index-url', args.extra_wheels_url]
  1189. wheels_dir = get_wheels_dir()
  1190. if wheels_dir is not None:
  1191. run_args += ['--find-links', wheels_dir]
  1192. info('Installing Python packages from {}'.format(requirements_txt))
  1193. subprocess.check_call(run_args, stdout=sys.stdout, stderr=sys.stderr)
  1194. def action_add_version(args): # type: ignore
  1195. tools_info = load_tools_info()
  1196. tool_name = args.tool
  1197. tool_obj = tools_info.get(tool_name)
  1198. if not tool_obj:
  1199. info('Creating new tool entry for {}'.format(tool_name))
  1200. tool_obj = IDFTool(tool_name, TODO_MESSAGE, IDFTool.INSTALL_ALWAYS,
  1201. TODO_MESSAGE, TODO_MESSAGE, [TODO_MESSAGE], TODO_MESSAGE)
  1202. tools_info[tool_name] = tool_obj
  1203. version = args.version
  1204. version_obj = tool_obj.versions.get(version)
  1205. if version not in tool_obj.versions:
  1206. info('Creating new version {}'.format(version))
  1207. version_obj = IDFToolVersion(version, IDFToolVersion.STATUS_SUPPORTED)
  1208. tool_obj.versions[version] = version_obj
  1209. url_prefix = args.url_prefix or 'https://%s/' % TODO_MESSAGE
  1210. for file_path in args.files:
  1211. file_name = os.path.basename(file_path)
  1212. # Guess which platform this file is for
  1213. found_platform = None
  1214. for platform_alias, platform_id in PLATFORM_FROM_NAME.items():
  1215. if platform_alias in file_name:
  1216. found_platform = platform_id
  1217. break
  1218. if found_platform is None:
  1219. info('Could not guess platform for file {}'.format(file_name))
  1220. found_platform = TODO_MESSAGE
  1221. # Get file size and calculate the SHA256
  1222. file_size, file_sha256 = get_file_size_sha256(file_path)
  1223. url = url_prefix + file_name
  1224. info('Adding download for platform {}'.format(found_platform))
  1225. info(' size: {}'.format(file_size))
  1226. info(' SHA256: {}'.format(file_sha256))
  1227. info(' URL: {}'.format(url))
  1228. version_obj.add_download(found_platform, url, file_size, file_sha256)
  1229. json_str = dump_tools_json(tools_info)
  1230. if not args.output:
  1231. args.output = os.path.join(global_idf_path, TOOLS_FILE_NEW)
  1232. with open(args.output, 'w') as f:
  1233. f.write(json_str)
  1234. f.write('\n')
  1235. info('Wrote output to {}'.format(args.output))
  1236. def action_rewrite(args): # type: ignore
  1237. tools_info = load_tools_info()
  1238. json_str = dump_tools_json(tools_info)
  1239. if not args.output:
  1240. args.output = os.path.join(global_idf_path, TOOLS_FILE_NEW)
  1241. with open(args.output, 'w') as f:
  1242. f.write(json_str)
  1243. f.write('\n')
  1244. info('Wrote output to {}'.format(args.output))
  1245. def action_validate(args): # type: ignore
  1246. try:
  1247. import jsonschema
  1248. except ImportError:
  1249. fatal('You need to install jsonschema package to use validate command')
  1250. raise SystemExit(1)
  1251. with open(os.path.join(global_idf_path, TOOLS_FILE), 'r') as tools_file:
  1252. tools_json = json.load(tools_file)
  1253. with open(os.path.join(global_idf_path, TOOLS_SCHEMA_FILE), 'r') as schema_file:
  1254. schema_json = json.load(schema_file)
  1255. jsonschema.validate(tools_json, schema_json)
  1256. # on failure, this will raise an exception with a fairly verbose diagnostic message
  1257. def action_gen_doc(args): # type: ignore
  1258. f = args.output
  1259. tools_info = load_tools_info()
  1260. def print_out(text): # type: (str) -> None
  1261. f.write(text + '\n')
  1262. print_out('.. |zwsp| unicode:: U+200B')
  1263. print_out(' :trim:')
  1264. print_out('')
  1265. idf_gh_url = 'https://github.com/espressif/esp-idf'
  1266. for tool_name, tool_obj in tools_info.items():
  1267. info_url = tool_obj.options.info_url
  1268. if idf_gh_url + '/tree' in info_url:
  1269. info_url = re.sub(idf_gh_url + r'/tree/\w+/(.*)', r':idf:`\1`', info_url)
  1270. license_url = 'https://spdx.org/licenses/' + tool_obj.options.license
  1271. print_out("""
  1272. .. _tool-{name}:
  1273. {name}
  1274. {underline}
  1275. {description}
  1276. .. include:: idf-tools-notes.inc
  1277. :start-after: tool-{name}-notes
  1278. :end-before: ---
  1279. License: `{license} <{license_url}>`_
  1280. More info: {info_url}
  1281. .. list-table::
  1282. :widths: 10 10 80
  1283. :header-rows: 1
  1284. * - Platform
  1285. - Required
  1286. - Download
  1287. """.rstrip().format(name=tool_name,
  1288. underline=args.heading_underline_char * len(tool_name),
  1289. description=tool_obj.description,
  1290. license=tool_obj.options.license,
  1291. license_url=license_url,
  1292. info_url=info_url))
  1293. for platform_name in sorted(tool_obj.get_supported_platforms()):
  1294. platform_tool = tool_obj.copy_for_platform(platform_name)
  1295. install_type = platform_tool.get_install_type()
  1296. if install_type == IDFTool.INSTALL_NEVER:
  1297. continue
  1298. elif install_type == IDFTool.INSTALL_ALWAYS:
  1299. install_type_str = 'required'
  1300. elif install_type == IDFTool.INSTALL_ON_REQUEST:
  1301. install_type_str = 'optional'
  1302. else:
  1303. raise NotImplementedError()
  1304. version = platform_tool.get_recommended_version()
  1305. version_obj = platform_tool.versions[version]
  1306. download_obj = version_obj.get_download_for_platform(platform_name)
  1307. # Note: keep the list entries indented to the same number of columns
  1308. # as the list header above.
  1309. print_out("""
  1310. * - {}
  1311. - {}
  1312. - {}
  1313. .. rst-class:: tool-sha256
  1314. SHA256: {}
  1315. """.strip('\n').format(platform_name, install_type_str, download_obj.url, download_obj.sha256))
  1316. print_out('')
  1317. print_out('')
  1318. def main(argv): # type: (list[str]) -> None
  1319. parser = argparse.ArgumentParser()
  1320. parser.add_argument('--quiet', help='Don\'t output diagnostic messages to stdout/stderr', action='store_true')
  1321. parser.add_argument('--non-interactive', help='Don\'t output interactive messages and questions', action='store_true')
  1322. parser.add_argument('--tools-json', help='Path to the tools.json file to use')
  1323. parser.add_argument('--idf-path', help='ESP-IDF path to use')
  1324. subparsers = parser.add_subparsers(dest='action')
  1325. subparsers.add_parser('list', help='List tools and versions available')
  1326. subparsers.add_parser('check', help='Print summary of tools installed or found in PATH')
  1327. export = subparsers.add_parser('export', help='Output command for setting tool paths, suitable for shell')
  1328. export.add_argument('--format', choices=[EXPORT_SHELL, EXPORT_KEY_VALUE], default=EXPORT_SHELL,
  1329. help='Format of the output: shell (suitable for printing into shell), ' +
  1330. 'or key-value (suitable for parsing by other tools')
  1331. export.add_argument('--prefer-system', help='Normally, if the tool is already present in PATH, ' +
  1332. 'but has an unsupported version, a version from the tools directory ' +
  1333. 'will be used instead. If this flag is given, the version in PATH ' +
  1334. 'will be used.', action='store_true')
  1335. install = subparsers.add_parser('install', help='Download and install tools into the tools directory')
  1336. install.add_argument('tools', metavar='TOOL', nargs='*', default=['required'],
  1337. help='Tools to install. ' +
  1338. 'To install a specific version use <tool_name>@<version> syntax. ' +
  1339. 'Use empty or \'required\' to install required tools, not optional ones. ' +
  1340. 'Use \'all\' to install all tools, including the optional ones.')
  1341. download = subparsers.add_parser('download', help='Download the tools into the dist directory')
  1342. download.add_argument('--platform', help='Platform to download the tools for')
  1343. download.add_argument('tools', metavar='TOOL', nargs='*', default=['required'],
  1344. help='Tools to download. ' +
  1345. 'To download a specific version use <tool_name>@<version> syntax. ' +
  1346. 'Use empty or \'required\' to download required tools, not optional ones. ' +
  1347. 'Use \'all\' to download all tools, including the optional ones.')
  1348. if IDF_MAINTAINER:
  1349. for subparser in [download, install]:
  1350. subparser.add_argument('--mirror-prefix-map', nargs='*',
  1351. help='Pattern to rewrite download URLs, with source and replacement separated by comma.' +
  1352. ' E.g. http://foo.com,http://test.foo.com')
  1353. install_python_env = subparsers.add_parser('install-python-env',
  1354. help='Create Python virtual environment and install the ' +
  1355. 'required Python packages')
  1356. install_python_env.add_argument('--reinstall', help='Discard the previously installed environment',
  1357. action='store_true')
  1358. install_python_env.add_argument('--extra-wheels-dir', help='Additional directories with wheels ' +
  1359. 'to use during installation')
  1360. install_python_env.add_argument('--extra-wheels-url', help='Additional URL with wheels', default='https://dl.espressif.com/pypi')
  1361. install_python_env.add_argument('--no-index', help='Work offline without retrieving wheels index')
  1362. if IDF_MAINTAINER:
  1363. add_version = subparsers.add_parser('add-version', help='Add or update download info for a version')
  1364. add_version.add_argument('--output', help='Save new tools.json into this file')
  1365. add_version.add_argument('--tool', help='Tool name to set add a version for', required=True)
  1366. add_version.add_argument('--version', help='Version identifier', required=True)
  1367. add_version.add_argument('--url-prefix', help='String to prepend to file names to obtain download URLs')
  1368. add_version.add_argument('files', help='File names of the download artifacts', nargs='*')
  1369. rewrite = subparsers.add_parser('rewrite', help='Load tools.json, validate, and save the result back into JSON')
  1370. rewrite.add_argument('--output', help='Save new tools.json into this file')
  1371. subparsers.add_parser('validate', help='Validate tools.json against schema file')
  1372. gen_doc = subparsers.add_parser('gen-doc', help='Write the list of tools as a documentation page')
  1373. gen_doc.add_argument('--output', type=argparse.FileType('w'), default=sys.stdout,
  1374. help='Output file name')
  1375. gen_doc.add_argument('--heading-underline-char', help='Character to use when generating RST sections', default='~')
  1376. args = parser.parse_args(argv)
  1377. if args.action is None:
  1378. parser.print_help()
  1379. parser.exit(1)
  1380. if args.quiet:
  1381. global global_quiet
  1382. global_quiet = True
  1383. if args.non_interactive:
  1384. global global_non_interactive
  1385. global_non_interactive = True
  1386. global global_idf_path
  1387. global_idf_path = os.environ.get('IDF_PATH')
  1388. if args.idf_path:
  1389. global_idf_path = args.idf_path
  1390. if not global_idf_path:
  1391. global_idf_path = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))
  1392. os.environ['IDF_PATH'] = global_idf_path
  1393. global global_idf_tools_path
  1394. global_idf_tools_path = os.environ.get('IDF_TOOLS_PATH') or os.path.expanduser(IDF_TOOLS_PATH_DEFAULT)
  1395. # On macOS, unset __PYVENV_LAUNCHER__ variable if it is set.
  1396. # Otherwise sys.executable keeps pointing to the system Python, even when a python binary from a virtualenv is invoked.
  1397. # See https://bugs.python.org/issue22490#msg283859.
  1398. os.environ.pop('__PYVENV_LAUNCHER__', None)
  1399. if sys.version_info.major == 2:
  1400. try:
  1401. global_idf_tools_path.decode('ascii') # type: ignore
  1402. except UnicodeDecodeError:
  1403. fatal('IDF_TOOLS_PATH contains non-ASCII characters: {}'.format(global_idf_tools_path) +
  1404. '\nThis is not supported yet with Python 2. ' +
  1405. 'Please set IDF_TOOLS_PATH to a directory with an ASCII name, or switch to Python 3.')
  1406. raise SystemExit(1)
  1407. if CURRENT_PLATFORM == UNKNOWN_PLATFORM:
  1408. fatal('Platform {} appears to be unsupported'.format(PYTHON_PLATFORM))
  1409. raise SystemExit(1)
  1410. global global_tools_json
  1411. if args.tools_json:
  1412. global_tools_json = args.tools_json
  1413. else:
  1414. global_tools_json = os.path.join(global_idf_path, TOOLS_FILE)
  1415. action_func_name = 'action_' + args.action.replace('-', '_')
  1416. action_func = globals()[action_func_name]
  1417. action_func(args)
  1418. if __name__ == '__main__':
  1419. main(sys.argv[1:])