Searched refs:Verbosity (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/scripts/west_commands/ |
D | twister_cmd.py | 9 from west.commands import Verbosity, WestCommand 56 "args: {} remainder: {}".format(args, remainder), level=Verbosity.DBG_EXTREME
|
D | build.py | 12 from west.commands import Verbosity 193 level=Verbosity.DBG_EXTREME) 219 level=Verbosity.DBG_EXTREME) 237 level=Verbosity.DBG_MORE) 446 self.dbg('setting up build directory', level=Verbosity.DBG_EXTREME) 472 self.dbg('setting up source directory', level=Verbosity.DBG_EXTREME) 518 self.dbg('sanity checking the build', level=Verbosity.DBG_EXTREME) 537 self.dbg('APP_DIR:', cached_app, level=Verbosity.DBG_EXTREME) 542 self.dbg('pristine:', self.auto_pristine, level=Verbosity.DBG_EXTREME) 562 self.dbg('CACHED_BOARD:', cached_board, level=Verbosity.DBG_EXTREME) [all …]
|
D | sign.py | 18 from west.commands import Verbosity 340 cmd.dbg('DTS file:', dts, level=Verbosity.DBG_MORE)
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig.nrf_regtool | 15 int "Verbosity level of console output"
|
/Zephyr-latest/doc/develop/west/ |
D | west-apis.rst | 151 logging the call at ``Verbosity.DBG_MORE`` level. 160 logging the call at Verbosity.DBG_MORE level. 169 the call at Verbosity.DBG_MORE level. 216 Verbosity subsection 223 .. autoclass:: west.commands.Verbosity 308 Verbosity control
|