Searched refs:guess (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/scripts/west_commands/ |
D | build_helpers.py | 39 def _resolve_build_dir(fmt, guess, cwd, **kwargs): argument 54 if not guess: 84 def find_build_dir(dir, guess=False, **kwargs): argument 102 default = _resolve_build_dir(default, guess, cwd, **kwargs)
|
D | run_common.py | 510 guess = config.get('build', 'guess-dir', fallback='never') 511 guess = guess == 'runners' 512 dir = find_build_dir(None, guess)
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | Kconfig | 221 bool "Use heuristics to guess HCI vendor extensions support in advance" 225 Use some heuristics to try to guess in advance whether the controller
|
/Zephyr-latest/doc/develop/west/ |
D | build-flash-debug.rst | 407 * - ``build.guess-dir`` 408 - String, instructs west whether to try to guess what build folder to use 412 - ``never`` (default): Never try to guess, bail out instead and 414 - ``runners``: Try to guess the folder when using any of the 'runner'
|
/Zephyr-latest/doc/build/kconfig/ |
D | tips.rst | 649 * Is it easy to guess what the symbols do from their prompts?
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 343 # tries to guess whether the code is fixed or free formatted code, this is the
|