Searched refs:supported_targets (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.4.0/tools/ |
D | find_apps.py | 160 supported_targets = build_system_class.supported_targets(root) 161 if supported_targets and (target in supported_targets): 164 if supported_targets: 165 … logging.debug('Skipping, app only supports targets: ' + ', '.join(supported_targets))
|
D | idf_tools.py | 506 …escription, install, info_url, license, version_cmd, version_regex, supported_targets, version_reg… argument 517 …], OrderedDict(), install, info_url, license, strip_container_dirs, supported_targets) # type: ig… 598 return self._current_options.supported_targets # type: ignore 813 supported_targets = tool_dict.get('supported_targets') 814 if not isinstance(supported_targets, list): 819 … version_cmd, version_regex, supported_targets, version_regex_replace, # type: ignore 926 'supported_targets': self.options.supported_targets, 1380 supported_targets = tool.get_supported_targets() 1381 … return (any(item in targets for item in supported_targets) or supported_targets == ['all']) 1431 supported_targets = tool.get_supported_targets() [all …]
|
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/_static/ |
D | esptool_versions.js | 3 supported_targets: [ "esp32" ] property in DOCUMENTATION_VERSIONS.DEFAULTS
|
/hal_espressif-3.4.0/components/esp_hw_support/test/ |
D | gen_digital_signature_tests.py | 19 supported_targets = {'esp32s2', 'esp32c3', 'esp32s3'} variable 182 choices=supported_targets,
|
/hal_espressif-3.4.0/tools/find_build_apps/ |
D | make.py | 67 def supported_targets(cls, app_path): member in MakeBuildSystem
|
D | cmake.py | 98 def supported_targets(cls, app_path): # type: (str) -> Any member in CMakeBuildSystem
|
D | common.py | 442 def supported_targets(cls, app_path): member in BuildSystem
|
/hal_espressif-3.4.0/tools/idf_py_actions/ |
D | tools.py | 284 def is_target_supported(project_path, supported_targets): argument 288 return get_target(project_path) in supported_targets
|
/hal_espressif-3.4.0/examples/protocols/mqtt/ssl_ds/ |
D | configure_ds.py | 39 supported_targets = {'esp32s2', 'esp32c3', 'esp32s3'} variable 360 if idf_target not in supported_targets:
|