Searched refs:DEBUG (Results 1 – 25 of 62) sorted by relevance
123
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/ |
D | README.rst | 43 DEBUG: #: uart:~$ help 44 DEBUG: #: Please press the <Tab> button to see all available commands. 45 …DEBUG: #: You can also use the <Tab> button to prompt or auto-complete all commands or its subcomm… 46 DEBUG: #: You can try to call commands with <-h> or <--help> parameter for more information. 47 DEBUG: #: Shell supports following meta-keys: 48 DEBUG: #: Ctrl + (a key from: abcdefklnpuw) 49 DEBUG: #: Alt + (a key from: bf) 50 DEBUG: #: Please refer to shell documentation for more details. 51 DEBUG: #: Available commands: 52 DEBUG: #: clear :Clear screen. [all …]
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.filtering | 26 - 4 DEBUG, default to write LOG_LEVEL_DBG 43 - 4 DEBUG, override to write LOG_LEVEL_DBG 60 - 4 DEBUG, maximal level set to LOG_LEVEL_DBG
|
/Zephyr-latest/scripts/coredump/ |
D | coredump_gdbserver.py | 67 logger.setLevel(logging.DEBUG) 76 logger.setLevel(logging.DEBUG) 85 logger.setLevel(logging.DEBUG)
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_log_helper.py | 29 caplog.set_level(logging.DEBUG)
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.nxp_fs26 | 56 bool "Exit DEBUG mode" 58 If the device is started in DEBUG mode, the driver will exit this mode 59 so that the watchdog is enabled. Otherwise, if the device is in DEBUG
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | error.py | 9 logger.setLevel(logging.DEBUG)
|
D | twister_main.py | 25 logger.setLevel(logging.DEBUG) 35 fh.setLevel(logging.DEBUG)
|
D | jobserver.py | 17 logger.setLevel(logging.DEBUG)
|
D | platform.py | 18 logger.setLevel(logging.DEBUG)
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 20 def log_command(logger: logging.Logger, msg: str, args: list, level: int = logging.DEBUG) -> None:
|
D | binary_adapter.py | 46 log_command(logger, 'Running command', self.command, level=logging.DEBUG)
|
/Zephyr-latest/modules/trusted-firmware-a/ |
D | CMakeLists.txt | 30 DEBUG=${TFA_BUILD_DEBUG}
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | log_parser_uart.py | 49 logger.setLevel(logging.DEBUG)
|
D | log_parser.py | 111 logger.setLevel(logging.DEBUG)
|
/Zephyr-latest/scripts/kconfig/ |
D | hardened.csv | 53 DEBUG,n
|
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/ |
D | main.c | 37 #define DEBUG 0 macro 484 #if DEBUG > 0 in test_fragment() 532 #if DEBUG > 0 in test_fragment() 570 #if DEBUG > 0 in test_fragment()
|
/Zephyr-latest/tests/lib/mpsc_pbuf/src/ |
D | concurrent.c | 14 #define DEBUG 0 macro 15 #define DBG(...) COND_CODE_1(DEBUG, (printk(__VA_ARGS__)), ())
|
/Zephyr-latest/boards/adi/sdp_k1/doc/ |
D | index.rst | 123 embedded NXP Freescale microcontroller or a 10-pin ``DEBUG`` header connected 136 Then attach the debugger to the 10-pin ``DEBUG`` header on the SDP-K1. Finally
|
/Zephyr-latest/scripts/build/ |
D | llext_inject_slids.py | 168 log.setLevel(logging.DEBUG)
|
/Zephyr-latest/boards/renesas/rcar_h3ulcb/doc/ |
D | rcar_h3ulcb_r7.rst | 106 | CN12 DEBUG SERIAL | ULCB Board | SCIF2 | FT232RQ | Used by U-BOOT & Linux … 108 | CN10 DEBUG SERIAL | ULCB Board | SCIF1 | CP2102 | Non-welded … 110 | CN04 DEBUG SERIAL | Kingfisher | SCIF1 | | Secondary UART // Throu…
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 79 if logger.isEnabledFor(logging.DEBUG): 135 if logger.isEnabledFor(logging.DEBUG): 193 log_level = logging.DEBUG
|
/Zephyr-latest/soc/st/stm32/ |
D | Kconfig | 6 select STM32_ENABLE_DEBUG_SLEEP_STOP if DEBUG || ZTEST
|
/Zephyr-latest/tests/net/6lo/src/ |
D | main.c | 36 #define DEBUG 0 macro 1081 #if DEBUG > 0 in test_6lo() 1092 #if DEBUG > 0 in test_6lo() 1103 #if DEBUG > 0 in test_6lo()
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | binary_adapter_test.py | 123 caplog.set_level(logging.DEBUG)
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 57 'DEBUG': (logging.DEBUG, 3),
|
123