Home
last modified time | relevance | path

Searched refs:BUILD_SYSTEM_CMAKE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-2.7.6/tools/find_build_apps/
D__init__.py1 from .cmake import BUILD_SYSTEM_CMAKE, CMakeBuildSystem
8 BUILD_SYSTEM_CMAKE: CMakeBuildSystem,
Dcmake.py9 BUILD_SYSTEM_CMAKE = 'cmake' variable
18 NAME = BUILD_SYSTEM_CMAKE
/hal_espressif-2.7.6/tools/
Dfind_apps.py16 from find_build_apps import (BUILD_SYSTEM_CMAKE, BUILD_SYSTEMS, DEFAULT_TARGET, BuildItem, BuildSys…
270 …logging.info('--build-system argument not set, using {} as the default'.format(BUILD_SYSTEM_CMAKE))
271 args.build_system = BUILD_SYSTEM_CMAKE
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/
DCIScanTests.py10 from find_build_apps import BUILD_SYSTEM_CMAKE, BUILD_SYSTEMS
73 default=BUILD_SYSTEM_CMAKE)