Home
last modified time | relevance | path

Searched refs:CMakeCache (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/scripts/tests/twister/
Dtest_cmakecache.py14 from twisterlib.cmakecache import CMakeCacheEntry, CMakeCache
182 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt')
204 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt')
237 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt')
253 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt')
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/
Dtest_gdbstub.py16 from twisterlib.cmakecache import CMakeCache
23 cmake_cache = CMakeCache.from_file(os.path.join(build_dir, 'CMakeCache.txt'))
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcmakecache.py105 class CMakeCache: class
110 return CMakeCache(cache_file)
Drunner.py29 from twisterlib.cmakecache import CMakeCache
814 cache = CMakeCache.from_file(cmake_cache_path)
/Zephyr-latest/scripts/west_commands/
Dzcmake.py232 class CMakeCache: class
237 return CMakeCache(os.path.join(build_dir, DEFAULT_CACHE))
Dbuild_helpers.py131 cache = zcmake.CMakeCache.from_build_dir(path)
Dbuild.py16 from zcmake import DEFAULT_CMAKE_GENERATOR, run_cmake, run_build, CMakeCache
439 self.cmake_cache = CMakeCache.from_build_dir(self.build_dir)
662 cache = CMakeCache.from_build_dir(self.build_dir)
Dsign.py24 from zcmake import CMakeCache
475 cache = CMakeCache.from_build_dir(build_dir)
Drun_common.py548 return zcmake.CMakeCache(cache_file)
/Zephyr-latest/boards/raspberrypi/rpi_pico/
Dboard.cmake15 # The setting is store to CMakeCache.txt.
/Zephyr-latest/boards/wiznet/w5500_evb_pico/
Dboard.cmake15 # The setting is store to CMakeCache.txt.
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake8 # This function will load the CMakeCache.txt file from the binary directory
15 # BINARY_DIR: binary directory (build dir) containing the CMakeCache.txt file to load.
23 file(STRINGS "${LOAD_CACHE_BINARY_DIR}/CMakeCache.txt" cache_strings ENCODING UTF-8)
49 # This function will return the variable found in the CMakeCache.txt file
59 # will lookup PROJECT_NAME from the CMakeCache identified by `my_sample` and
63 # will lookup PROJECT_NAME from the CMakeCache identified by `my_sample` and
181 file(TOUCH_NOCREATE ${BINARY_DIR}/CMakeCache.txt)
586 # the CMakeCache.txt file which can then be accessed by images.
594 # in the list in the CMakeCache and remove any duplicates from the list.
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dboard.cmake18 # The setting is store to CMakeCache.txt.
/Zephyr-latest/cmake/modules/
Dkconfig.cmake47 # already in the CMakeCache.txt. This has precedence.
391 # CMakeCache.txt. If the symbols end up in DOTCONFIG they will be
Dextensions.cmake1114 # build folder's CMakeCache.txt)
/Zephyr-latest/modules/trusted-firmware-m/
DCMakeLists.txt262 DEPENDS ${TFM_BINARY_DIR}/CMakeCache.txt
265 OUTPUT ${TFM_BINARY_DIR}/CMakeCache.txt
/Zephyr-latest/doc/develop/application/
Dindex.rst594 CMakeCache.txt
597 CMake uses a CMakeCache.txt file as persistent key/value string
602 For more details about the CMakeCache.txt file see the official CMake
868 ├── CMakeCache.txt