/Zephyr-Core-3.4.0/subsys/bluetooth/ |
D | Kconfig.logging | 26 bool "[DEPRECATED] Bluetooth HCI driver debug" 29 This option enables debug support for the active 34 bool "[DEPRECATED] Bluetooth Resolvable Private Address (RPA) debug" 38 This option enables debug support for the Bluetooth 46 bool "[DEPRECATED] Audio Input Control Service debug" 49 Use this option to enable Audio Input Control Service debug logs for 53 bool "[DEPRECATED] Audio Input Control Service client debug" 56 Use this option to enable Audio Input Control Service client debug 62 bool "[DEPRECATED] Basic Audio Profile Stream debug" 66 Use this option to enable Basic Audio Profile Stream debug logs. [all …]
|
/Zephyr-Core-3.4.0/soc/arm/microchip_mec/mec172x/ |
D | Kconfig.soc | 31 prompt "MEC172x debug interface general configuration" 35 Select Debug SoC interface support for MEC172X SoC family 38 bool "Disable debug support" 40 Debug port is disabled, JTAG/SWD cannot be enabled. JTAG_RST# 45 bool "Debug support via Serial wire debug" 50 bool "Debug support via Serial wire debug with tracing enabled" 57 prompt "MEC172X debug interface trace configuration" 61 Select tracing mode for debug interface 64 bool "Debug support via Serial wire debug" 70 bool "debug support via Serial Wire Debug and Viewer"
|
/Zephyr-Core-3.4.0/soc/arm/microchip_mec/mec1501/ |
D | Kconfig.soc | 43 prompt "MEC1501 debug interface general configuration" 47 Select Debug SoC interface support for MEC15xx SoC family 50 bool "Disable debug support" 52 Debug port is disabled, JTAG/SWD cannot be enabled. JTAG_RST# 57 bool "Debug support via Serial wire debug" 62 bool "Debug support via Serial wire debug with tracing enabled" 70 prompt "MEC1501 debug interface trace configuration" 74 Select tracing mode for debug interface 77 bool "Debug support via Serial wire debug" 83 bool "debug support via Serial Wire Debug and Viewer"
|
/Zephyr-Core-3.4.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 185 .. _jlink-debug-host-tools: 203 J-Link Debug Host Tools 206 Segger provides a suite of debug host tools for Linux, macOS, and Windows 214 These debug host tools are compatible with the following debug probes: 216 - :ref:`lpclink2-jlink-onboard-debug-probe` [all …]
|
/Zephyr-Core-3.4.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.4.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.4.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.4.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.4.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.4.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.4.0/scripts/ |
D | west-commands.yml | 33 - file: scripts/west_commands/debug.py 35 - name: debug 36 class: Debug 37 help: flash and interactively debug a Zephyr application 40 help: connect to board and launch a debug server 43 help: interactively debug a board
|
/Zephyr-Core-3.4.0/modules/mbedtls/ |
D | Kconfig | 80 module-str = Log level mbedTLS library debug hook 84 bool "mbed TLS debug activation" 88 activate debug logging. 93 function in your application. Alternatively implement your own debug 107 Default mbed TLS debug logging level for Zephyr integration code 108 (from ext/lib/crypto/mbedtls/include/mbedtls/debug.h): 109 0 No debug 116 mbedTLS initialization, with the configured debug log level. 128 when debug messages are enabled. 136 Filename passed as argument to debug hook will be stripped from [all …]
|
/Zephyr-Core-3.4.0/scripts/build/ |
D | gen_isr_tables.py | 30 def debug(text): function 31 if args.debug: 85 debug(str(header)) 93 debug("Configured interrupt routing") 94 debug("handler irq flags param") 95 debug("--------------------------") 98 debug("{0:<10} {1:<3} {2:<3} {3}".format( 113 parser.add_argument("-d", "--debug", action="store_true", 250 debug('2nd level offsets: {}'.format(list_2nd_lvl_offsets)) 259 debug('3rd level offsets: {}'.format(list_3rd_lvl_offsets)) [all …]
|
/Zephyr-Core-3.4.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 ret = log_parser.parse_log_data(logdata, debug=args.debug)
|
/Zephyr-Core-3.4.0/boards/arm/msp_exp432p401r_launchxl/support/ |
D | MSP432P401R.ccxml | 3 <configuration XML_version="1.2" id="Texas Instruments XDS110 USB Debug Probe_0"> 4 …exas Instruments XDS110 USB Debug Probe_0" href="connections/TIXDS110_Connection.xml" id="Texas In… 5 <connection XML_version="1.2" id="Texas Instruments XDS110 USB Debug Probe_0">
|
/Zephyr-Core-3.4.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.4.0/subsys/bluetooth/audio/ |
D | Kconfig.tmap | 16 bool "Telephony and Media Audio Profile debug" 20 Use this option to enable Telephony and Media Audio Profile debug 24 legacy-debug-sym = BT_DEBUG_TMAP
|
/Zephyr-Core-3.4.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
|
/Zephyr-Core-3.4.0/tests/bluetooth/host/ecc/bt_pub_key_get/src/ |
D | test_suite_invalid_inputs.c | 40 * Test getting currently used debug public key if 'CONFIG_BT_USE_DEBUG_KEYS' is enabled, but 41 * "ECC Debug Keys" command isn't supported 45 * - "ECC Debug Keys" command isn't supported 57 /* Clear "ECC Debug Keys" command support bit */ in ZTEST()
|
/Zephyr-Core-3.4.0/scripts/coredump/ |
D | coredump_gdbserver.py | 29 parser.add_argument("--debug", action="store_true", 47 if args.debug: 48 logger.setLevel(logging.DEBUG) 56 if args.debug: 57 logger.setLevel(logging.DEBUG) 65 if args.debug: 66 logger.setLevel(logging.DEBUG)
|
/Zephyr-Core-3.4.0/doc/develop/west/ |
D | build-flash-debug.rst | 1 .. _west-build-flash-debug: 8 ``build``, ``flash``, ``debug``, ``debugserver`` and ``attach``. 11 commands, see :ref:`flash-and-debug-support` in the board porting guide. 412 tool, such as ``flash`` and ``debug``. 469 ``BOARD_FLASH_RUNNER`` CMake variable, and the debug runner with 550 Debugging: ``west debug``, ``west debugserver`` 555 Run ``west debug -h`` or ``west debugserver -h`` for additional help. 561 open up a debug console (e.g. a GDB session):: 563 west debug 570 Without options, the behavior is the same as ``ninja debug`` and [all …]
|
/Zephyr-Core-3.4.0/samples/subsys/debug/debugmon/src/ |
D | main.c | 26 * altered from debug access port. It is cleared on power-on-reset. in debug_mon_enable() 49 * (ie. SEGGER implementation for their debug probes) in z_arm_debug_monitor() 51 printk("Entered debug monitor interrupt\n"); in z_arm_debug_monitor() 74 /* Set up debug monitor */ in main() 78 "Cannot enable DBM when CPU is in Debug mode"); in main()
|
/Zephyr-Core-3.4.0/modules/hal_ethos_u/ |
D | CMakeLists.txt | 9 # Ethos-U driver (err=0, warn=1, info=2, debug=3) 10 set(ETHOSU_LOG_SEVERITY_MAP err err warning info debug) 16 set(ETHOSU_LOG_SEVERITY debug)
|