Home
last modified time | relevance | path

Searched refs:debug (Results 151 – 175 of 846) sorted by relevance

12345678910>>...34

/Zephyr-latest/boards/st/stm32h7b3i_dk/support/
Dopenocd.cfg8 # Enable debug when in low power modes
/Zephyr-latest/cmake/flash/
DCMakeLists.txt98 runners_yaml_append("\n# Default debug runner if --runner is not given.")
99 runners_yaml_append("debug-runner: ${BOARD_DEBUG_RUNNER}")
155 # Generate the flash, debug, debugserver, attach targets within the build
157 foreach(target flash debug debugserver attach rtt)
160 elseif(target STREQUAL debug)
/Zephyr-latest/boards/atmel/sam/sam4e_xpro/doc/
Dindex.rst21 - Micro-AB USB debug interface supporting CMSIS-DAP, Virtual COM Port and Data
99 memory or connect to it via a debug interface. The only way to clear GPNVM0
118 debug port. Then build and flash the :zephyr:code-sample:`hello_world` application.
170 You can debug an application in the usual way. Here is an example for the
177 :goals: debug
/Zephyr-latest/boards/atmel/sam/sam4l_ek/doc/
Dindex.rst101 the embedded debug unit and can works as a console. The USART0 is shared
108 `J-Link OB <https://www.segger.com/jlink-ob.html>`_. This provides a debug
135 #. Connect the SAM4L-EK board to your host computer using the USB debug port.
148 You can debug an application in the usual way. Here is an example for the
155 :goals: debug
/Zephyr-latest/boards/shields/v2c_daplink/doc/
Dindex.rst10 DAPLink debug access to the ARM DesignStart FPGA reference designs implemented
19 In addition to DAPLink debug access, the V2C-DAPLink shield provides the
/Zephyr-latest/scripts/build/
Dgen_kobject_list.py150 def debug(text): function
170 debug(str(die))
171 debug("File '%s', line %d:" % (path, lineno))
172 debug(" %s" % text)
642 debug("symbol '%s' at %s contains %d object(s)"
660 debug("object '%s' found in invalid location %s"
666 debug("skip kernel-only stack at %s" % hex(addr))
695 debug("device instance at 0x%x has no associated subsystem"
698 debug("device instance at 0x%x has unknown API 0x%x"
707 debug("found %d kernel object instances total" % len(ret))
/Zephyr-latest/boards/nxp/mimxrt1020_evk/doc/
Dindex.rst215 This board supports 3 debug host tools. Please install your preferred host
219 * :ref:`linkserver-debug-host-tools` (Default, Supported by NXP)
220 * :ref:`jlink-debug-host-tools` (Supported by NXP)
221 * :ref:`pyocd-debug-host-tools` (Not supported by NXP)
233 .. include:: ../../common/rt1xxx-lpclink2-debug.rst
239 Regardless of your choice in debug probe, we will use the OpenSDA
280 :goals: debug
/Zephyr-latest/scripts/west_commands/runners/
Decpprog.py40 self.logger.debug(" ".join(command))
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_nosec.py40 logger.debug("Skip, requires non-secure connection")
/Zephyr-latest/boards/segger/trb_stm32f407/doc/
Dindex.rst58 JTAG/SWD debug
121 :goals: debug
124 https://www.segger.com/products/debug-probes/j-trace/accessories/trace-reference-boards/overview/
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm8 ; valid values: flash, debug *
111 ELSE IF ("&command"=="debug")
113 ; Setup minimal debug environment
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py284 logger.debug(f"HARNESS:{self.__class__.__name__}:EXPECTED:"
291 logger.debug(f"HARNESS:{self.__class__.__name__}:EXPECTED("
302 logger.debug(f"HARNESS:{self.__class__.__name__}:EXPECTED("
549 logger.debug(f'Running pytest command: {cmd_to_print}')
560 logger.debug(f'PYTEST: {line}')
765 logger.debug(f"On {phase}: detected new Ztest suite '{ts_name}'")
776 logger.debug(f"On {phase}: Ztest case '{tc_name}' matched to '{tc_fq_id}")
778 logger.debug(
794 logger.debug(f"START suite '{suite_name}'")
809 logger.debug(f"END {phase} suite '{suite_name}':{self.started_suites[suite_name]}")
[all …]
Drunner.py536 logger.debug(f"Building {self.source_dir} for {self.platform.name}")
557 logger.debug(f'Running {" ".join(cmd)}')
569 logger.debug(msg)
610 logger.debug(f"Test skipped due to {overflow_found[0]} Overflow")
643 logger.debug(f"Running cmake on {self.source_dir} for {self.platform.name}")
672 logger.debug(f"Building {self.source_dir} using sysbuild")
728 logger.debug(msg)
774 logger.debug(f"Loaded sysbuild domain data from {domain_path}")
967 logger.debug(f"filtering {self.instance.name}")
993 logger.debug(f"CMake only: PASS {self.instance.name}")
[all …]
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/
Dindex.rst160 We strongly recommend to debug with MetaWare debugger (MDB) because it:
163 * Allows to debug both single-core and multi-core ``nsim`` targets.
164 * Allows to debug on `HAPS`_ platform.
171 west debug --runner mdb-nsim
178 west debug --runner mdb-hw
181 The ``west debug`` (as well as ``west flash``) is just a wrapper script and so it's possible to
187 west -v debug --runner mdb-nsim
195 -- west debug: using runner mdb-nsim
217 simulator without ``west flash`` and ``west debug`` wrappers it's necessary to
219 ``west debug`` it's done automatically by wrappers.
[all …]
/Zephyr-latest/cmake/bintools/llvm/
Dtarget_bintools.cmake10 # elfconvert_flag_compress_debug_sections: --compress-debug-sections
38 set_property(TARGET bintools PROPERTY elfconvert_flag_compress_debug_sections "--compress-debug-sec…
91 # strip_flag_debug : --strip-debug
104 set_property(TARGET bintools PROPERTY strip_flag_debug --strip-debug)
/Zephyr-latest/boards/rakwireless/rak5010/doc/
Dindex.rst97 `J-Link OB <https://www.segger.com/jlink-ob.html>`_. This provides a debug
124 #. Connect the RAK5010 board to your host computer using the USB debug port.
137 You can debug an application in the usual way. Here is an example for the
144 :goals: debug
/Zephyr-latest/boards/olimex/stm32_p405/doc/
Dindex.rst62 JTAG debug
203 The OLIMEX-STM32-P405 board does not include an embedded debug tool
238 You can debug an application in the usual way. Here is an example for the
245 :goals: debug
/Zephyr-latest/subsys/debug/symtab/
DKconfig10 <zephyr/debug/symtab.h> header.
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser.py64 def parse_log_data(self, logdata, debug=False): argument
/Zephyr-latest/boards/st/nucleo_wba52cg/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-latest/boards/st/nucleo_wba55cg/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-latest/boards/fanke/fk750m1_vbt6/support/
Dopenocd.cfg14 # Enable debug when in low power modes
/Zephyr-latest/subsys/logging/backends/
DKconfig.swo27 supported by the given MCU. Not all debug probes support high
33 debug probe. Such configuration will persist only until the device
/Zephyr-latest/tests/subsys/edac/ibecc/
DREADME.rst39 and debug configuration. The main difference is that debug configuration
/Zephyr-latest/boards/nxp/mimxrt1060_evk/doc/
Dindex.rst335 This board supports 3 debug host tools. Please install your preferred host
339 * :ref:`jlink-debug-host-tools` (Default, Supported by NXP)
340 * :ref:`linkserver-debug-host-tools` (Supported by NXP)
341 * :ref:`pyocd-debug-host-tools` (Not Supported by NXP)
355 .. include:: ../../common/rt1xxx-lpclink2-debug.rst
364 Regardless of your choice in debug probe, we will use the OpenSDA
411 :goals: debug
424 If the debug probe fails to connect with the following error, it's possible
445 #. Run ``west debug`` or ``west flash`` again with a known working Zephyr
452 If the west flash or debug commands fail, and the command hangs while executing
[all …]

12345678910>>...34