/Zephyr-Core-3.7.0/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-Core-3.7.0/soc/microchip/mec/mec172x/ |
D | Kconfig | 21 prompt "MEC172x debug interface general configuration" 25 Select Debug SoC interface support for MEC172X SoC family 28 bool "Disable debug support" 30 Debug port is disabled, JTAG/SWD cannot be enabled. JTAG_RST# 35 bool "Debug support via Serial wire debug" 40 bool "Debug support via Serial wire debug with tracing enabled" 47 prompt "MEC172X debug interface trace configuration" 51 Select tracing mode for debug interface 54 bool "Debug support via Serial wire debug" 60 bool "debug support via Serial Wire Debug and Viewer"
|
/Zephyr-Core-3.7.0/boards/nxp/common/ |
D | opensda-debug.rst | 5 A debug probe is used for both flashing and debugging the board. This board has 6 an :ref:`opensda-onboard-debug-probe`. The default firmware present on this 7 probe is the :ref:`opensda-daplink-onboard-debug-probe`. 10 to setup your debug probe: 12 * :ref:`jlink-debug-host-tools`: `Using J-Link on NXP OpenSDA Boards`_ 13 * :ref:`linkserver-debug-host-tools`: `Using DAPLink on NXP OpenSDA Boards`_ 14 * :ref:`pyocd-debug-host-tools`: `Using DAPLink on NXP OpenSDA Boards`_ 19 1. If the debug firmware has been modified, follow the instructions provided at 20 :ref:`opensda-daplink-onboard-debug-probe` to reprogram the default debug 27 There are two options: the onboard debug circuit can be updated with Segger [all …]
|
D | rt1xxx-lpclink2-debug.rst | 5 A debug probe is used for both flashing and debugging the board. This board has 6 an :ref:`lpc-link2-onboard-debug-probe`. The default firmware present on this 7 probe is the :ref:`lpclink2-daplink-onboard-debug-probe`. 10 to setup your debug probe: 12 * :ref:`jlink-debug-host-tools`: 14 * :ref:`linkserver-debug-host-tools`: 16 * :ref:`pyocd-debug-host-tools`: 23 :ref:`lpclink2-cmsis-onboard-debug-probe` to reprogram the default debug 30 There are two options: the onboard debug circuit can be updated with Segger 31 J-Link firmware, or a :ref:`jlink-external-debug-probe` can be attached to the [all …]
|
/Zephyr-Core-3.7.0/doc/develop/flash_debug/ |
D | probes.rst | 3 Debug Probes 6 A *debug probe* is special hardware which allows you to control execution of a 7 Zephyr application running on a separate board. Debug probes usually allow 10 also support other debug software and more advanced features such as 12 software supported by Zephyr, see :ref:`flash-debug-host-tools`. 14 Debug probes are usually connected to your host workstation via USB; they 16 connect to the device running Zephyr using the JTAG or SWD protocols. Debug 21 an onboard debug probe, usb-to-serial adapter, and sometimes a drag-and-drop 22 flash programmer. This eliminates the need to purchase an external debug probe 23 and provides a variety of debug host tool options. [all …]
|
D | host-tools.rst | 1 .. _flash-debug-host-tools: 3 Flash & Debug Host Tools 7 flash and debug Zephyr applications. 10 ``debug``, ``debugserver``, and ``attach`` commands, provided your board 12 file declares that support properly. See :ref:`west-build-flash-debug` for 202 .. _linkserver-debug-host-tools: 204 LinkServer Debug Host Tools 207 Linkserver is a utility for launching and managing GDB servers for NXP debug probes, 210 with custom debug configurations based on GNU tools or as part of a headless solution 212 LPC11U35-based and OpenSDA based standalone or on-board debug probes from NXP. [all …]
|
/Zephyr-Core-3.7.0/soc/microchip/mec/mec15xx/ |
D | Kconfig | 45 prompt "MEC1501 debug interface general configuration" 49 Select Debug SoC interface support for MEC15xx SoC family 52 bool "Disable debug support" 54 Debug port is disabled, JTAG/SWD cannot be enabled. JTAG_RST# 59 bool "Debug support via Serial wire debug" 64 bool "Debug support via Serial wire debug with tracing enabled" 72 prompt "MEC1501 debug interface trace configuration" 76 Select tracing mode for debug interface 79 bool "Debug support via Serial wire debug" 85 bool "debug support via Serial Wire Debug and Viewer"
|
/Zephyr-Core-3.7.0/scripts/west_commands/ |
D | debug.py | 7 '''west "debug", "debugserver", and "attach" commands.''' 16 class Debug(WestCommand): class 19 super(Debug, self).__init__( 20 'debug', 22 'flash and interactively debug a Zephyr application', 28 self.runner_key = 'debug-runner' # in runners.yaml 43 'connect to board and launch a debug server', 45 Connect to the board and launch a debug server which accepts 48 The debug server binds to a known port, and allows client software 49 started elsewhere to connect to it and debug the running [all …]
|
/Zephyr-Core-3.7.0/samples/subsys/debug/debugmon/ |
D | README.rst | 3 Debug monitor 9 The Debug Monitor sample shows a basic configuration of debug monitor feature. 14 #. Configure registers to enable degugging in debug monitor mode 24 #. Support Debug Monitor feature (available on Cortex-M processors with the exception of Cortex-M0) 32 Build and flash Debug Monitor as follows, changing ``reel_board`` for your board: 35 :zephyr-app: samples/subsys/debug/debugmon 40 After flashing the board enters a breakpoint and executes debug monitor exception code. 41 The LED starts to blink, indicating that even though the processor spins in debug monitor
|
D | sample.yaml | 2 name: debug monitor sample 4 sample.debug.debugmon: 7 tags: debug
|
/Zephyr-Core-3.7.0/doc/services/debugging/ |
D | debugmon.rst | 3 Cortex-M Debug Monitor 9 This strategy makes it possible to debug time-sensitive software, that would 13 Zephyr provides support for enabling and configuring the Debug Monitor exception. 23 requires an implementation of debug monitor interrupt that will be executed 26 With a SEGGER debug probe, it's possible to use a ready, SEGGER-provided implementation 29 * :kconfig:option:`CONFIG_SEGGER_DEBUGMON`: enables SEGGER debug monitor interrupt. Can be 30 used with SEGGER JLinkGDBServer and a SEGGER debug probe. 46 required to debug in the monitor mode using regular GDB commands. 47 Steps to configure SEGGER debug monitor: 60 After these steps use regular gdb commands to debug your program. [all …]
|
/Zephyr-Core-3.7.0/drivers/dp/ |
D | Kconfig | 6 bool "Debug Port interface driver [EXPERIMENTAL]" 9 Enable Debug Port interface driver 18 int "Debug Port driver initialization priority" 24 bool "Serial Wire Debug Port bit-bang driver" 29 Serial Wire Debug Port bit-bang driver.
|
/Zephyr-Core-3.7.0/soc/microchip/mec/ |
D | Kconfig | 207 bool "Debug console output" 210 Enable print output from SPI generator script for debug 214 # Common debug configuration 216 prompt "MEC debug interface general configuration" 220 Select Debug SoC interface support for MEC SoC family 223 bool "Disable debug support" 225 Debug port is disabled, JTAG/SWD cannot be enabled. JTAG_RST# 230 bool "Debug support via Serial wire debug" 235 bool "Debug support via Serial wire debug with tracing enabled" 241 prompt "MEC debug interface trace configuration" [all …]
|
/Zephyr-Core-3.7.0/samples/subsys/logging/syst/ |
D | README.rst | 16 :file:`<workspace>/modules/debug/mipi-sys-t/printer/`. 23 cd <workspace>/modules/debug/mipi-sys-t/printer/ 30 :file:`<workspace>/modules/debug/mipi-sys-t/printer/build`. 93 [ 0.020000] <dbg> syst: Debug message example. 94 [ 0.020000] <dbg> syst: Debug message example, 1 95 [ 0.020000] <dbg> syst: Debug message example, 1, 2 96 [ 0.020000] <dbg> syst: Debug message example, 1, 2, 3 97 [ 0.020000] <dbg> syst: Debug message example, 1, 2, 3, 0x4 103 [ 0.030000] <dbg> syst: Debug message example, %f 145 <workspace>/modules/debug/mipi-sys-t/printer/build/systprint -p /tmp/syst [all …]
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | Kconfig.debug | 1 # Debug Options 17 module-help = Enables debug of network packet and buffer allocations and frees. 21 bool "Debug network packet and buffer individual allocation" 51 module-help = Enables core network stack code to output debug messages. 57 module-help = Enables network interface code to output debug messages. 63 module-help = Enables network traffic class code to output debug messages. 69 module-help = Enables utility functions to output debug messages. 81 module-help = Enables UDP/TCP connection debug messages. 87 module-help = Enables routing engine debug messages.
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify_multiple/test_scripts/ |
D | _notify-debug.sh | 7 # `_notify-debug.sh client debug` 8 # `_notify-debug.sh server` 9 # `_notify-debug.sh` 12 # `debug` when running the script. 24 if [[ $2 == "debug" ]]; then
|
/Zephyr-Core-3.7.0/scripts/build/ |
D | gen_isr_tables.py | 20 def __init__(self, debug = False): argument 21 self.__debug = debug 23 def debug(self, text): member in gen_isr_log 24 """Print debug message if debugging is enabled. 63 This is done to allow debug function work as soon as possible. 106 self.__log.debug("Level Bits Bitmask") 107 self.__log.debug("----------------------------") 110 self.__log.debug(f"{i + 1:>5} {self.__int_bits[i]:>7} {bitmask_str:>14}") 119 self.__log.debug('2nd level offsets: {}'.format(self.__irq2_offsets)) 128 self.__log.debug('3rd level offsets: {}'.format(self.__irq3_offsets)) [all …]
|
/Zephyr-Core-3.7.0/boards/arduino/uno_r4/doc/ |
D | index.rst | 21 - Built-in CMSIS-DAP debug adapter (Arduino UNO R4 WiFi only) 40 Debug adapter 43 A debug adapter is required to flash and debug programs. 44 Arduino UNO R4 WiFi has a built-in debug adapter that 48 debug adapter separately. A 5V-compatible CMSIS-DAP adapter 74 Debugging can be done with ``west debug`` command. 76 Also, see the instructions specific to the debug server that you use. 82 :goals: debug 88 :goals: debug 94 Various debug adapters, including cmsis-dap probes, can debug the Arduino UNO R4 with pyOCD.
|
/Zephyr-Core-3.7.0/modules/mbedtls/ |
D | Kconfig | 81 module-str = Log level mbedTLS library debug hook 85 bool "mbed TLS debug activation" 89 activate debug logging. 94 function in your application. Alternatively implement your own debug 108 Default mbed TLS debug logging level for Zephyr integration code 109 (from ext/lib/crypto/mbedtls/include/mbedtls/debug.h): 110 0 No debug 117 mbedTLS initialization, with the configured debug log level. 129 when debug messages are enabled. 137 Filename passed as argument to debug hook will be stripped from [all …]
|
/Zephyr-Core-3.7.0/scripts/logging/dictionary/ |
D | log_parser.py | 39 argparser.add_argument("--debug", action="store_true", 110 if args.debug: 111 logger.setLevel(logging.DEBUG) 128 logger.debug("# Build ID: %s", database.get_build_id()) 129 logger.debug("# Target: %s, %d-bit", database.get_arch(), database.get_tgt_bits()) 131 logger.debug("# Endianness: Little") 133 logger.debug("# Endianness: Big") 135 logger.debug("# Database version: %d", database.get_version()) 137 ret = log_parser.parse_log_data(logdata, debug=args.debug)
|
/Zephyr-Core-3.7.0/scripts/ |
D | west-commands.yml | 38 - file: scripts/west_commands/debug.py 40 - name: debug 41 class: Debug 42 help: flash and interactively debug a Zephyr application 45 help: connect to board and launch a debug server 48 help: interactively debug a board
|
/Zephyr-Core-3.7.0/scripts/west_commands/runners/ |
D | nxp_s32dbg.py | 4 Runner for NXP S32 Debug Probe. 29 """NXP S32 Debug Probe configuration parameters.""" 39 """Runner front-end for NXP S32 Debug Probe.""" 73 return RunnerCaps(commands={'debug', 'debugserver', 'attach'}, 78 return '''Debug probe connection string as in "s32dbg[:<address>]" 84 return '''Additional options for GDB client when used with "debug" or "attach" commands 91 help='Core name as supported by the debug probe (e.g. "R52_0_0")') 94 help='SoC name as supported by the debug probe (e.g. "S32Z270")') 97 help='SoC family name as supported by the debug probe (e.g. "s32z2e2")') 101 'Use together with "debug" command.') [all …]
|
/Zephyr-Core-3.7.0/tests/misc/test_build/ |
D | testcase.yaml | 2 buildsystem.debug.build: 8 extra_args: CONF_FILE=debug.conf 9 tags: debug
|
/Zephyr-Core-3.7.0/tests/subsys/debug/coredump_backends/ |
D | testcase.yaml | 10 debug.coredump.backends.logging: 15 debug.coredump.backends.flash: 27 debug.coredump.backends.other:
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/ecc/bt_pub_key_is_debug/src/ |
D | main.c | 19 * Test bt_pub_key_is_debug() returns 'true' if key passed matches the internal debug key 22 * - The key passed matches the internal debug key 41 * Test bt_pub_key_is_debug() returns 'false' if key passed doesn't match the internal debug key 44 * - The key passed doesn't match the internal debug key
|