Home
last modified time | relevance | path

Searched refs:rtt (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/
Dsegger_rtt.overlay9 compatible = "segger,rtt-uart";
14 compatible = "segger,rtt-uart";
19 compatible = "segger,rtt-uart";
24 compatible = "segger,rtt-uart";
/Zephyr-latest/snippets/rtt-tracing/
DREADME.rst1 .. _snippet-rtt-tracing:
3 SystemView RTT Tracing Snippet (rtt-tracing)
8 west build -S rtt-tracing [...]
/Zephyr-latest/snippets/rtt-console/
DREADME.rst1 .. _snippet-rtt-console:
3 RTT Console Snippet (rtt-console)
/Zephyr-latest/samples/subsys/logging/logger/
Dsegger_uart_rtt.overlay9 compatible = "segger,rtt-uart";
/Zephyr-latest/subsys/logging/backends/
DKconfig14 rsource "Kconfig.rtt"
DKconfig.rtt45 backend-str = rtt
/Zephyr-latest/scripts/west_commands/runners/
Dpyocd.py81 tool_opt=True, rtt=True)
144 self.rtt(**kwargs)
218 def rtt(self): member in PyOcdBinaryRunner
Dcore.py315 rtt: bool = False # This capability exists separately from the rtt command variable in RunnerCaps
617 if caps.rtt:
669 if args.rtt_address and not caps.rtt:
Djlink.py98 tool_opt=True, file=True, rtt=True)
Dopenocd.py123 return RunnerCaps(commands={'flash', 'debug', 'debugserver', 'attach', 'rtt'}, rtt=True)
/Zephyr-latest/boards/makerbase/mks_canable_v20/doc/
Dindex.rst115 :west-args: -S rtt-console
118 The argument ``-S rtt-console`` is needed for debug purposes with SEGGER RTT protocol.
121 If option ``-S rtt-console`` is selected, the connection to the target can be established as follow…
/Zephyr-latest/samples/subsys/tracing/
DREADME.rst120 Build a SystemView-tracing image with the :ref:`snippet-rtt-tracing`:
125 :snippets: rtt-tracing
/Zephyr-latest/drivers/serial/
Duart_rtt.c176 #define UART_RTT(idx) DT_NODELABEL(rtt##idx)
DKconfig204 rsource "Kconfig.rtt"
/Zephyr-latest/cmake/flash/
DCMakeLists.txt157 foreach(target flash debug debugserver attach rtt)
171 elseif(target STREQUAL rtt)
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/
Dindex.rst93 …e cyw20829_tm. This can be enabled for an application by building with the rtt-console snippet or …
94 e.g. west build -p always -b cyw920829m2evk_02 samples/basic/blinky -S rtt-console
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/
DREADME.rst118 rtt min/avg/max/mdev = 0.646/1.124/1.450/0.345 ms
/Zephyr-latest/boards/segger/ip_k66f/doc/
Dindex.rst163 …GGER/JLink_V664/JLinkRTTLogger -Device MK66FN2M0XXX18 -RTTChannel 1 -if SWD -Speed 4000 ~/rtt.log``
/Zephyr-latest/boards/sparkfun/micromod/doc/
Dindex.rst171 :ref:`RTT snippet <snippet-rtt-console>`.
/Zephyr-latest/doc/develop/flash_debug/
Dnordic_segger.rst242 .. _Real-Time Tracing (RTT): https://www.segger.com/jlink-rtt.html
Dprobes.rst513 https://www.segger.com/jlink-rtt.html
/Zephyr-latest/doc/services/tracing/
Dindex.rst376 :ref:`snippet-rtt-tracing` to your build command:
381 :snippets: rtt-tracing
/Zephyr-latest/doc/services/shell/
Dindex.rst159 JLinkRTTLogger -Device NRF52840_XXAA -RTTChannel 1 -if SWD -Speed 4000 ~/rtt.log
774 …w.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/#j-link-rtt-viewer>`_
/Zephyr-latest/subsys/shell/backends/
DKconfig.backends201 default "rtt:~$ "
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1266 * :github:`39538` - logging: rtt: Compilation fails when CONFIG_LOG_BACKEND_RTT_MODE_OVERWRITE=y an…

12